Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

JSP Advice needed

Options
  • 03-06-2005 12:16pm
    #1
    Closed Accounts Posts: 1,525 ✭✭✭


    The project I'm working on is going to require about 100 jsp / html pages. A lot of these are going to be simple data entry pages for a value object. Is there some technology that you can use to automatically generate a data entry page for a java class. I've been looking at XDoclet but I'm not quite sure if it does do that. Does anyone use anything / can suggest something?
    Thanks


Comments

  • Closed Accounts Posts: 25 dan_pretty_boy


    No, you cant generate jsps with xdoclets, You could write your own xdoclet that does.. it would not be to hard, also take into account the MVC framewok, Spring, Struts, WebWork JSF etc if you decide to write your own xdoclet


    regards
    Danny


Advertisement