Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

simple and understandable spring application for login

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 :

  1. http://viralpatel.net/blogs/tutorial-spring-3-mvc-introduction-spring-mvc-framework/
  2. 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

like image 737
Java Questions Avatar asked Mar 18 '13 04:03

Java Questions


People also ask

What is form login in Spring Security?

Form-based login is one form of Username/password authentication that Spring Security provides support for. This is provided through an Html form. Whenever a user requests a protected resource, Spring Security checks for the authentication of the request.


2 Answers

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.

like image 117
YROjha Avatar answered Oct 20 '22 06:10

YROjha


Though your question can easily be googled for answers.

I think you should try that, it will teach you how to do requirement specific search.

you may find a range of spring tutorial on

Mkyong Site

Login example

like image 28
apurvc Avatar answered Oct 20 '22 05:10

apurvc