% % GENERATED FROM http://acme.able.cs.cmu.edu % by : anonymous % IP : ec2-3-235-251-99.compute-1.amazonaws.com % at : Thu, 28 Mar 2024 09:59:08 -0400 GMT % % Selection : Publication #195 %
@InProceedings{Garlan95Dagstuhl, AUTHOR = {Garlan, David}, TITLE = {What is Style?}, YEAR = {1995}, MONTH = {February}, BOOKTITLE = {Proceedings of the Dagstuhl Workshop on Software Architecture}, KEY = {David Garlan}, ADDRESS = {Saarbruecken, Germany}, PDF = {http://www.cs.cmu.edu/afs/cs/project/able/ftp/style-iwass95/style-iwass95.pdf}, PS = {http://www.cs.cmu.edu/afs/cs/project/able/ftp/style-iwass95/style-iwass95.ps}, ABSTRACT = {A central aspect of architectural design is the use of recurring organizational patterns and idioms- or architectural styles. Examples include generic system organizations such as those based on dataflow or layers, as well as specific organizational structures such as the classical decomposition of a compiler, the OSI communication stack, and the MVC user interface paradigm. The principled use of architectural styles has a number of practical benefits. First, it promotes design reuse: routine solutions with well-understood properties can be reapplied to new problems with confidence. Second, it can lead to significant code reuse: often the invariant aspects of an architectural style lend themselves to shared implementations. Third, it is easier for others to understand a system's organization if conventionalized structures are used. For example, even without giving details, characterization of a system as a 'client-server' organization immediately conveys a strong image of the kinds of pieces and how they fit together. Fourth,use of standardized styles supports interoperability. Examples include CORBA object-oriented architecture, and event-based tool integration. Fifth, by constraining the design space, an architectural style often permits specialized,style-specific analyses. For example, it is possible to analyze pipe-filter systems for schedulability, throughput, latency, and deadlock-freedom. Such analyses might not be meaningful for an arbitrary, ad hoc architecture - or even one constructed in a different style. Sixth, it is usually possible to provide style-specific visualizations: this makes it possible to provide graphical and textual renderings that match engineers' domain-specific intuitions about how their designs should be depicted. }, KEYWORDS = {Architectural Style, Software Architecture} }