DynamicAspects
Home PageCategories: AOP
Latest version: 0.8
Added 2005-05-03
Aspect-oriented framework for Java using only pure Java.
Features include:
- Aspects are written in pure Java.
- Aspects can be installed and deinstalled during runtime.
- Target classes can be written on a SUN JDK 1.4 or a SUN JDK 5.0 ( 1.5 ) basis.
- Lets you write advices that can be installed around method/constructor executions or calls.
- Lets you write Cflow-Advices.
- Lets you write MixIns/IntertypeDeclarations (which are currently loaded at program start and not deinstallable).
- Regular expressions are used for describing the pointcuts.
Requirements:
- needs the Runtime Environment SUN JRE 5.0.
- uses the JavaAgent technology introduced in SUN JDK 5.0.
Built for Java |
Free or free version available |
Source code provided |