Sciweavers

10
Voted
AOSD
2004
ACM

Advice weaving in AspectJ

13 years 9 months ago
Advice weaving in AspectJ
This paper describes the implementation of advice weaving in AspectJ. The AspectJ language picks out dynamic join points in a program's execution with pointcuts and uses advice to change the behavior at those join points. The core task of AspectJ's advice weaver is to statically transform a program so that at runtime it will behave according to the AspectJ language semantics. This
Erik Hilsdale, Jim Hugunin
Added 30 Jun 2010
Updated 30 Jun 2010
Type Conference
Year 2004
Where AOSD
Authors Erik Hilsdale, Jim Hugunin
Comments (0)