aspose file tools
The moose likes JSP and the fly likes data reflection using mvc with valueof object pattern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "data reflection using mvc with valueof object pattern" Watch "data reflection using mvc with valueof object pattern" New topic
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
    
  13

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
    
  13

A web app is a Java app like any other. Reflection can be used as you would any other Java project.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: data reflection using mvc with valueof object pattern
 
Similar Threads
Logic when calling jsp page from same jsp page
MVC - Observer Pattern
java/JSP?
Design Patterns in Struts
Mock question - identify design Pattern