A few introductory links on AOP.
- What is AOP? An introduction by Renaud Pawlak and the JAC development team.
- Aspect-Oriented Programming and JBoss by Bill Burke and Adrian Brock — Is aspect-oriented programming (AOP) the OOP of the oughts? It promises to apply common behavior across different object models. Bill Burke and Adrian Brock explore AOP by example in a JBoss application.
- Aspect-Oriented Refactoring Series – Part 1, by Ramnivas Laddad, author of AspectJ in Action
- Aspect-Oriented Refactoring Series – Part 2, by Ramnivas Laddad
I got two essential books on my library:
- Mastering AspectJ
- AspectJ in Action