Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
aspectwerkz: AOP for Java
- Summary
- AspectWerkz is a dynamic, lightweight and
high-performant AOP/AOSD framework for Java.
AspectWerkz utilizes runtime bytecode modification
to weave your classes at runtime. It hooks in and
weaves classes loaded by any class loader except
the bootstrap class loader. It has a rich join
point model. Aspects, advices and introductions
are written in plain Java and your target classes
can be regular POJOs. You have the possibility to
add, remove and re-structure advices as well as
swapping the implementation of your introductions at
runtime. Your aspects can be defined using either an
XML definition file or using Runtime Attributes.
Changelog
- * Sun Jun 13 00:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.9-1jpp
-
- Upgrade to 0.9
- * Thu Apr 8 00:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.8.1-2jpp
-
- _javadir ownership correction thanks to Kaj J. Niemi
- * Sat Feb 28 23:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.8.1-1jpp
-
- First JPackage release