Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

JSP Advice needed

  • 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