Thursday, August 14, 2003

AspectWerkz - new on the fly weaving architecture released

(imported from http://blogs.codehaus.org/people/avasseur, read comments there)

AspectWerkz 0.8 is released.

This version is a major change from the previous releases, since the whole on the fly weaving architecture has been reviewed.
There is now support for java 1.3, no debug mode required with certain options on java 1.4, and the most seamless way to plug the AspectWerkz AOP weaver in your environment thru a native module !


java -Xrunaspectwerkz [options] [classpath] my.Application

just hooks in the weaver for all the class loaded by the JVM (except bootstrap classloader).

Try it now

Read the official slides presenting the new architecture (pdf, ppt)

Read the documentation related to the new architecture