acegi over server side in spring

 

Does any one have any experience to put security(acegi) authentication over Spring's services and WebServices? code sample are more then welcome...

 

Comments

You have a step-by-step how to move a an application (both web and services) to be secured using Acegi at http://static.springframework.org/spring-security/site/petclinic-tutoria... . It takes the PetClinic and secures it, so you can do it to your application.

Please note Acegi moved to be Spring-Security now - Acegi itself is deprecated - see http://www.acegisecurity.org/

Thank you,