Search code examples
javaspringaop

What is best way to learn Spring AOP or AOP in general?


I have got experience working in Spring framework, but i find it very difficult to understand the basics of Spring AOP or AOP in general. Could you guys suggest me some good online tutorials/books you have come across to learn it.


Solution

  • I learned by reading AspectJ Documentation.

    I've found that these docs prepared me well enough to dive into Spring AOP without too much of a fuss.