Sciweavers

SOCO
2007
Springer

Aspect-Oriented Programming: Selecting and Exposing Object Paths

13 years 10 months ago
Aspect-Oriented Programming: Selecting and Exposing Object Paths
Aspects require access to the join point context in order to select and adapt join points. For this purpose, current aspect-oriented systems offer a large number of pointcut constructs that provide access to join point information that is local to the join point context, like parameters in method call join points. However, these systems are quite miserly with non-local information that cannot directly be derived from the local execution context. Recently, there have been some proposals that offer access to some kind of non-local information. proposal is the path expression pointcut that permits to abstract over non-local object information. Path pointcuts expose non-local objects that are specified in corresponding path expression patterns. In this paper, we show recurrent situations where developers need to access the whole object paths, and consequently, they add workarounds other than pointcut constructs to get the required accesses. Then, we present and study an extension to the pa...
Mohammed Al-Mansari, Stefan Hanenberg, Rainer Unla
Added 09 Jun 2010
Updated 09 Jun 2010
Type Conference
Year 2007
Where SOCO
Authors Mohammed Al-Mansari, Stefan Hanenberg, Rainer Unland
Comments (0)