Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
aspectwerkz1: 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
- * Fri Nov 11 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0-1jpp
-
- Upgrade to 1.0 and change mabe to aspectwerkz1
- * Wed Aug 17 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:0.9-4jpp
-
- Fix unpackaged /usr/bin/aspectwerkz
- * Thu Sep 16 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.9-3jpp
-
- Drop saxpath requirements
- Require jaxen >= 1.1