Coordination as an Architectural Aspect

  • Authors:
  • Carlos E. Cuesta;M. Pilar Romay;Pablo de la Fuente;Manuel Barrio-Solórzano

  • Affiliations:
  • Depto. Informática (Arquitectura, C. Computación, Lenguajes), Escuela Técnica Superior de Ingeniería Informática, Universidad de Valladolid, 47011 Valladolid, Spain;Departamento de Sistemas Informáticos, Escuela Politécnica Superior, Universidad Europea de Madrid, 28670 Villaviciosa de Odón, Madrid, Spain;Depto. Informática (Arquitectura, C. Computación, Lenguajes), Escuela Técnica Superior de Ingeniería Informática, Universidad de Valladolid, 47011 Valladolid, Spain;Depto. Informática (Arquitectura, C. Computación, Lenguajes), Escuela Técnica Superior de Ingeniería Informática, Universidad de Valladolid, 47011 Valladolid, Spain

  • Venue:
  • Electronic Notes in Theoretical Computer Science (ENTCS)
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modularization is a traditional consequence of the Principle of Separate of Concerns, which states that different abstractions should be dealt with in separate entities. Interactions between these entities define compositional structures, which are studied by Software Architecture. Recent research has revisited the original Principle, suggesting a different modularization strategy. Along with classic components, this approach explicitly considers additional concerns, defining modules which crosscut traditional barriers. The best known example is Aspect Orientation. This strategy defines a novel kind of interactions and compositional structures, which are of particular interest to Software Architecture. Moreover, several of those crosscutting concerns are best described at the architecture level. Coordination is an obvious example of such an architectural aspect: a higher-order interaction abstraction which could extend its influence to the whole system. In this paper, we propose a way to integrate these concepts into an existing language, using the notion of superimposition as a foundation. The chosen target is PiLar, a reflective, process-algebraic Adl. The concept of architectural fragment or chevron is introduced as an architecture-level aspect. To show the applicability of these ideas, we describe a case study consisting on the weaving of a coordination architectural aspect, encapsulating the Paxos distributed consensus algorithm, and a simple pipeline-style architecture, and obtaining a coordinated version of the initial system.