Spring Security – Sample App Now Available (JGrocery)
Last night, I quickly read through the Spring Recipes > Spring Security chapter and extended JGrocery sample application with Spring Security. I have committed the changes to my repository and it’s available for download. So that you can quickly run and see the application, I have provided a .war file under download section. The source code is available through source section of the repository.
It took me about 30 minutes to implement this module. The security module is very developer friendly and easy to use and implement. Spring security secures a web application at different levels including URL access level, the method invocation level, the view rendering level, and the domain object level.
Things that I am working on currently (and may extend JGrocery with these technologies): Hibernate, Spring Web Flow, AppFuse, ant, Maven
Click here to visit JGrocery Repository or use this link – http://code.google.com/p/jgrocery-v2/
leave a comment