Spring AOP (Aspect Oriented Programming)

• Aspect-Oriented Programming (AOP) complements Object-Oriented Programming (OOP) by providing another way of thinking about program structure. In addition to classes, AOP gives you aspects. Aspects enable modularization of concerns such as transaction management that cut across multiple types and objects. (Such concerns are often termed crosscutting concerns.) • One of the key components of […]

read more

Spring Security Authorisation and ACL

I have been reading spring security over the past few days and have come across a few link which will be helpful to you guys. You will find some documentation which i will come up with on my blog soon. I the mean while go through Click to access springsecurity.pdf http://grzegorzborkowski.blogspot.com/2008/10/spring-security-acl-very-basic-tutorial.html

read more