Results 1 to 2 of 2

Thread: Spring Login Page

  1. #1
    Join Date
    Nov 2005
    Posts
    7

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    The Netherlands
    Posts
    160

    Default

    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
    Jettro Coenradie
    http://www.gridshore.nl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •