Software Architecture: Perspectives on an Emerging DisciplineGood software developers often adopt one or several architectural patterns as strategies for system organization. But, although they use these patterns purposefully, they often use them informally and nearly unconsciously. This book organizes this substantial emerging "folklore" of system design -- with its rich language of system description -- and closes the gap between the useful abstractions (constructs and patterns) of system design and the current models, notations and tools. It identifies useful patterns clearly, gives examples, compares them, and evaluates their utility in various settings -- allowing readers to develop a repertoire of useful techniques that goes beyond the single-minded current fads. KEY TOPICS: Examines the ways in which architectural issues can impact software design; shows how to design new systems in principled ways using well-understood architectural paradigms; emphasizes informal descriptions, touching lightly on formal notations and specifications, and the tools that support them; explains how to understand and evaluate the design of existing software systems from an architectural perspective; and presents concrete examples of actual system architectures that can serve as models for new designs. MARKET: For professional software developers looking for new ideas about system organization. |
From inside the book
Results 1-3 of 17
... Batch Sequential , 70 33 4.2.2 Simple Repository , 71 4.2.3 Virtual Repository , 75 4.2.4 4.2.5 Hierarchical Layers ... Batch Sequential , 83 4.3.2 Transition from Batch Sequential to Repository , 83 82 69 4.3.3 Repository , 85 4.3 ...
... batch sequential architecture . The organization of a typical batch sequential update system appears in Figure 4.1 [ Bes90 , p . 29 ] . This figure also shows the possibility of on - line queries ( but not modifications ) . In this ...
... Batch SEQUENTIAL The earliest software development tools were stand - alone programs . Often their output appeared only on paper - perhaps in the form of object code ... Batch Sequential, Transition from Batch Sequential to Repository,