What I'm looking for is something like the web app framework generation
similar to what Ruby on Rails provides... The whole process of
obtaining user name, password, registering an account, confirming via
email and all the while talking to a database must have been written
thousands of times already... any ideas of an open-source Java
class/JSP library which will do this grunt work for you? Or, is there
anything similar to Ruby on Rails available for JSP/Servlet
development?
Cliff.
> You can try form based login, which is supported by any J2EE Compliant
> servlet container. You create a custom login form, keep the user and
[quoted text clipped - 6 lines]
> -cheers,
> Manish
Daniel Dyer - 13 Oct 2006 15:43 GMT
> What I'm looking for is something like the web app framework generation
> similar to what Ruby on Rails provides... The whole process of
[quoted text clipped - 6 lines]
>
> Cliff.
Trails (http://www.trailsframework.org/) aims to be something like a Ruby
on Rails equivalent for Java.
There is also Grails (http://grails.codehaus.org/) for Groovy.
And finally, Appfuse (http://appfuse.org/) is an alternative way to get a
web app un and running quickly.
Dan.

Signature
Daniel Dyer
http://www.uncommons.org
John Bailo - 13 Oct 2006 16:41 GMT
> The whole process of
> obtaining user name, password, registering an account, confirming via
> email and all the while talking to a database must have been written
> thousands of times already...
Check out some of the free developer tools from Sun including Sun
Studio. They have widgets that you can drag/drop and do the whole
thing for you.
If you get a chance, go to the Sun Developer Days in your city...I did
and saw them build exactly this type of app in a few minutes!
any ideas of an open-source Java
> class/JSP library which will do this grunt work for you? Or, is there
> anything similar to Ruby on Rails available for JSP/Servlet
[quoted text clipped - 12 lines]
>>-cheers,
>>Manish

Signature
Texeme Construct