% % GENERATED FROM http://acme.able.cs.cmu.edu % by : anonymous % IP : ec2-54-146-97-79.compute-1.amazonaws.com % at : Fri, 29 Mar 2024 05:52:24 -0400 GMT % % Selection : Publication #110 %
@InProceedings{Spitznagel2001, AUTHOR = {Spitznagel, Bridget and Garlan, David}, TITLE = {A Compositional Approach for Constructing Connectors}, YEAR = {2001}, MONTH = {28-31 August}, BOOKTITLE = {The Working IEEE/IFIP Conference on Software Architecture (WICSA'01)}, ADDRESS = {Amsterdam, The Netherlands}, PDF = {http://www.cs.cmu.edu/afs/cs/project/able/ftp/wicsa01/wicsa_paper.pdf}, PS = {http://www.cs.cmu.edu/afs/cs/project/able/ftp/wicsa01/wicsa_paper.ps}, ABSTRACT = {Increasingly, systems are composed from independently developed parts, and mechanisms that allow those parts to interact (connectors). In many situations, specialized forms of interaction are needed to bridge component mismatches or to achieve extra-functional properties (e.g., security, performance, reliability), making the design and implementation of these interaction mechanisms a critical issue. Unfortunately, system developers have few options: they must live with available, but often inadequate, generic support for interaction (such as RPC), or they must handcraft specialized mechanisms at great cost. In this paper we describe a partial solution to this problem, whereby interaction mechanisms are constructed compositionally. Specifically, we describe a set of operators that can transform generic communication mechanisms (such as RPC and publish-subscribe) to incrementally add new capabilities. We show how these transformations can be used to realize complex interactions (such as Kerberized RPC) and to generate implementations of the new connector types at relatively low cost. }, KEYWORDS = {Software Architecture} }