login « MVC Controller « Spring Q&A





1. Creating a login controller    forum.springsource.org

Creating a login controller Hi, I'm trying to improve an old webapp running on Tomcat by implementing Spring and Hibernate. The app is not using container managed security simply because the ...

2. Spring Login Controller    forum.springsource.org

Spring Login Controller Hi, I'm using acegi 1.0 and Spring. I've successfully implemented a UserDetailsService which detects whether a user's password has expired and if the account is locked. Acegi is ...

3. Controller to be called after Login Page is submitted    forum.springsource.org

Hi Friends After Submitting the login page I need to call a Controller say "LoginController" in which the menus to be displayed to the user are brought by calling a method ...

4. Login Controller Required    forum.springsource.org

Login Controller Required Hi, I am doing a project using Spring ACEGI in this i tried to add the login controller and accepting the user name and password form dataase. Where ...