| Author |
data reflection using mvc with valueof object pattern
|
Kather Basha
Greenhorn
Joined: Apr 12, 2004
Posts: 20
|
|
Hi All, pl get me a very good sample web application using mvc architecture which inturn should use valueobject pattern to get data reflection using java bean components(not ejb)
|
 |
Sonny Gill
Ranch Hand
Joined: Feb 02, 2002
Posts: 1211
|
|
Hi, I am looking for some sample code that can go through all the tables in my database, and create JSP's and Javabeans for displaying, adding, and editing records in each table. If I change the table definition, I should be able to run it again to modify the JSPs and Javabeans. Actually, if it could create the database from my project specification, that would be even better. I am using Oracle 6, JDK 1.1.8 and Tomcat 3.3a Thanks All [ August 17, 2004: Message edited by: Sonny Gill ]
|
The future is here. It's just not evenly distributed yet. - William Gibson
Consultant @ Xebia. Sonny Gill Tweets
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
In case you missed it, Sonny's point is that you aren't going to get anyone here to write a full-blown application for you. If you have specific questions on writing your own, people here will fall all over themselves to answer them. But you've got to be willing to put in some work yourself.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Kather Basha
Greenhorn
Joined: Apr 12, 2004
Posts: 20
|
|
|
Ok guys. pl let me know whether i need to use java.lang.reflect package to attain data reflection in my jsp web application.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
A web app is a Java app like any other. Reflection can be used as you would any other Java project.
|
 |
 |
|
|
subject: data reflection using mvc with valueof object pattern
|
|
|