views:

6752

answers:

3

Any good tutorials or samples on spring security.

Thanks

+1  A: 

This looks like what you're looking for.

Google search terms: spring security tutorial

Greg Hurlman
A: 

Spring Security Samples provided some samples in Spring security 2.0 with Spring MVC or Spring WebFlow. It showed how to write your own customized authentication and authorization in Spring Security framework.