What is best way to learn Spring AOP or AOP in general?
Ramnivas Laddad's book is very good indeed.
I learned by reading AspectJ Documentation.
- Getting Started
- AspectJ Programming Guide
I've found that these docs prepared me well enough to dive into Spring AOP without too much of a fuss.