Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2006

Tip: Looking for answers? Try searching our database.

Simple Web JSP Login Framework

Thread view: 
delraydog@gmail.com - 12 Oct 2006 00:13 GMT
Without wanting to reinvent the wheel, I'd like a simple framework for
user login, account verification via an email response link to plug
into a new web application... someone's got to have written a generic
user login and credential system...

Any ideas?

Cliff.
Manish Pandit - 12 Oct 2006 00:54 GMT
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
password fields as j_username and j_password, do a post on
j_security_check and configure a security realm in your application.
You can use LDAP/AD or have your custom authenticator to hook in.

http://www.onjava.com/pub/a/onjava/2002/06/12/form.html

-cheers,
Manish
delraydog@gmail.com - 13 Oct 2006 15:14 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
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



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.