automon · Automon combines the power of AOP (AspectJ) with any monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and dependent libraries. This module generates the core automon aspect library.
Group: org.automon - All Dependencies
helloworld_unwoven · This pom simply has an unwoven HelloWorld class. The resulting jar can be used to test AspectJ load time weaving.
unwoven_jdk · This pom simply executes a few jdk classes to show how they can be woven/monitored with automon.
spring_woven · Weave HelloWorld class with the automon aspect in a spring application. This is compile time weaving. Note you may also use load time weaving (LTW) with spring.
helloworld_woven · Weave HelloWorld class with the automon aspect. This is an example of compile time weaving.
helloworld_unwoven_jamon · This pom simply has an unwoven HelloWorld class, that also registers jamon as jmx so users can see automon and jamon integration. The resulting jar can be used to test AspectJ load time weaving.
automon parent · Automon combines the power of AOP (AspectJ) with any monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and dependent libraries.