Foundations of AOP for J2EE Development covers a relatively new programming paradigm: aspect-oriented programming, or AOP. Presented are the core concepts of AOP: AspectJ 5, JBoss AOP, Spring AOP, and JAC. Specific features of these tools are compared. The book also explores the potential uses of AOP in everyday programming life, such as design patterns implementation, program testing, and application management.
In the latter part of the book, the authors show how AOP can ease the task of J2EE application development (J2EE is known for being a rich and somewhat complicated framework).
Foundations of AOP for J2EE Development covers a relatively new programming paradigm: aspect oriented programming (AOP). The concept of an aspect was originally defined in 1996 by Gregor Kiczales and his team at the Palo Alto Research Center (PARC), a subsidiary of Xerox in California.
The last part of the book is dedicated to the development of J2EE applications with AOP. J2EE is well-known for being a rich and somewhat complicated framework. The authors show how AOP can ease this task and how AOP benefits J2EE.
Lionel Seinturier
Aspect-oriented programming AspectJ Hibernate J2EE Java Spring Framework design pattern object programming