Composing Aspects With Aspects

Source: Association for Computing Machinery

Favorite

Free registration required

Aspect-oriented programming languages modularize crosscutting concerns by separating the concerns from a base program in aspects. What they do not modularize well is the code needed to manage interactions between the aspects themselves. Therefore, aspects cannot always be composed with other aspects without requiring invasive modifications. This paper proposes a join point model that makes it possible to express aspect composition itself as an aspect, liberating the composed aspects from composition-specific code. The authors have implemented this new join point model in their Oarta language, an extension of AspectJ, and they show how to use it to write aspects that manage aspect interactions.
Format:PDF Size:277.10
Date:Mar 2010