| |
| | JRockit JVM Support For AOP, Part 1 |
 | | As the popularity of AOP is growing and the research community is moving things forward, vocabulary, concepts, and implementations have gained in consistency, allowing for better tool support and developer experience, such as with the AspectJ Eclipse plug-in AspectJ Development Tools (AJDT). |
 | | AOP has also gone through several implementation techniques, ranging from source-code manipulation to bytecode instrumentation—a technique widely adopted in Java, especially with the advent of the Java 5 JVMTI. |
 | | AOP solves this by adding an extra dimension to the design space, and introduces constructs that allow us to define the cross-cutting concerns—to lift them out into a new dimension and package them in a modular way. |
| dev2dev.bea.com /pub/a/2005/08/jvm_aop_1.html (762 words) |
|