I want to learn spring security. I have checked the spring security tutorial. However I want to work on working examples. I couldn't open as a project Spring tutorial sample at Intellij IDEA. Is there any resources that explains spring security and I can download the sample?
PS 1: I need just a sample which makes login logout process and can not show a page without authorization and authentication, just a simple example to open as a project to examine and improve.
PS 2: Where is that spring-security-samples-tutorial-' source code? Why http://static.springsource.org/spring-security/site/start-here.html says that start from here if I will not able to see the source code?
PS 3: An example that so simple no need to connect to database, can read from an xml file as spring security supported.