Recognizing join points from their context through graph grammars

  • Authors:
  • Walter Cazzola;Stefano Salvotelli

  • Affiliations:
  • University of Milano, Milan, Italy;University of Milano, Milan, Italy

  • Venue:
  • Proceedings of the 13th workshop on Aspect-oriented modeling
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Aspect-oriented software development has been proposed with the intent of better modularizing object-oriented programs by confining crosscutting concerns in aspects. Unfortunately, the aspects do not completely keep their promises. Most of the current approaches revealed to be tightly coupled with the base-program's code compromising the modularity. Moreover, the feasible modularization has a coarse-grain since the aspects can only be woven at the public interface level but not on a generic statement. We have designed the Blueprint framework to overcome these limits. The join points are located through the description of the context where they could be found. This work is about the framework realization and the role that graph grammars play in locating the join points in the base-program from the context description.