Sciweavers

LOBJET
2006

Expression and Composition of Design Patterns with AspectJ

13 years 4 months ago
Expression and Composition of Design Patterns with AspectJ
ABSTRACT. Design patterns are well-known couples of problems-solutions for software engineering. By nature, they often lack support from languages and this further complicates the study of their composition in the code. Aspect-oriented languages provide new mechanisms for modularization, which can help to improve design patterns implementation. (Hannemann et al., 2002) is the first extensive study of patterns aspectization with AspectJ. We notice some AspectJ idioms are needed in order to implement object relationships. We give a more reusable VISITOR pattern. We highlight a reusable composition of COMPOSITE and VISITOR patterns and expressive interactions of the OBSERVER pattern with a tree structure. We thus show that modularization by aspects helps composition of design patterns. R
Simon Denier, Pierre Cointe
Added 14 Dec 2010
Updated 14 Dec 2010
Type Journal
Year 2006
Where LOBJET
Authors Simon Denier, Pierre Cointe
Comments (0)