Concepedia

TLDR

Aspect‑oriented programming languages such as AspectJ enable systems to be decomposed into modules and composed by advising crosscutting sets of join points, with pointcut descriptors specifying execution points. The authors propose employing crosscut programming interfaces (XPIs) to achieve modularity. XPIs are explicit, abstract interfaces that decouple aspects from the details of the advised code.

Abstract

Aspect-oriented programming (AOP) languages such as AspectJ offer new mechanisms and possibilities for decomposing systems into modules and composing modules into systems. The key mechanism in AspectJ is the advising of crosscutting sets of join points. An aspect module uses a pointcut descriptor (PCD) to declaratively specify sets of points in program executions. Our approach employs crosscut programming interfaces, or XPIs. XPIs are explicit, abstract interfaces that decouple aspects from details of advised code.

References

YearCitations

Page 1