Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 17 / Issue 5

available in:   PDF (835 kB) PS (6 MB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-017-05-0742

 

An Aspect-Oriented Framework for Weaving Domain-Specific Concerns into Component-Based Systems

Fréderic Loiret (INRIA Lille, University of Lille 1, France)

Romain Rouvoy (INRIA Lille, University of Lille 1, France)

Lionel Seinturier (INRIA Lille, University of Lille 1, France)

Daniel Romero (INRIA Lille, University of Lille 1, France)

Kévin Sénéchal (INRIA Lille, University of Lille 1, France)

Aleš Plšek (Purdue University, USA)

Abstract: Software components are used in various application domains, and many component models and frameworks have been proposed to fulfill domain-specific requirements. The general trend followed by these approaches is to provide ad-hoc models and tools for capturing these requirements and for implementing their support within dedicated runtime platforms, limited to features of the targeted domain. The challenge is then to propose more flexible solutions, where components reuse is domain agnostic. In this article, we present a framework supporting compositional construction and development of applications that must meet various extra-functional/domain-specific requirements. The key points of our contribution are: i) We target development of component-oriented applications where extra-functional requirements are expressed as annotations on the units of composition in the application architecture. ii) These annotations are implemented as open and extensible component-based containers, achieving full separation of functional and extra-functional concerns. iii) Finally, the full machinery is implemented using the Aspect-Oriented Programming paradigm. We validate our approach with two case studies: the first is related to real-time and embedded applications, while the

Categories: D.2.11, D.2.13, D.2.2