-
Nov 27th, 2005, 03:33 PM
#1
Spring Login Page
Hi,
I want to implement a login page functionality using the Spring framework(MVC). UI is login.jsp
user inputs username and password. spring framework authenticates the user and forwards to next jsp page.
Can anybody direct me to sample login functionality with spring ?
thanks,
pp
-
Nov 28th, 2005, 03:37 PM
#2
I'd use acegi or standard web security. Standard web security might be a little bit more easy but is partly container specific. Acegi can do a lot for you, is not container specific but does provide a pretty complete security framework.
http://acegisecurity.sf.net
Or, a tomcat sample (by the way no spring used):
http://tomcat.apache.org/tomcat-5.5-...alm-howto.html
good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules