I mean to say like for html/css/jquery etc. we have w3schools like that is there any web site or e-material for starting up with s开发者_StackOverflow社区pring and spring security.
I recommend the spring security documentation getting start steps.
http://static.springsource.org/spring-security/site/start-here.html
I would suggest going through this tutorial to see a concrete implementation:
- http://krams915.blogspot.com/2010/12/spring-security-mvc-integration.html (Part 1)
- http://krams915.blogspot.com/2010/12/spring-security-mvc-integration_18.html (Part 2)
It provides a description and example of every file you'll have to set up, and a download of the tutorial project at the end of each tutorial.
精彩评论