simple and understandable spring application for login

java, spring, spring-mvc, spring-security

Solution

For simple Login Applications:

Spring-security-form-login-example:mkyong

spring-mvc-login-example:roseindia

For introductory tutorial + demo Example + suggested books: Spring MVC Framework with Example javabeat.net

May be this question and suggested answer can also be useful: step-by-step-login-example-using-spring-security-3-0-with-hdbc:stackoverflow

For beginners, they are little easy to start. You can google these tutorial easily.

Problem

i am very new to spring and started to learn today only, i was searching for a simple login application which will explain the flow of the application off course spring too. I am really unable to find one when i googled few of them are : - http://viralpatel.net/blogs/tutorial-spring-3-mvc-introduction-spring-mvc-framework/ - http://www.tutorialspoint.com/spring/spring_mvc_hello_world_example.htm etc.. Please do not downvote or close this question as this will help not only me but also many. Thanks and Best Regards

Original source