3-‐Tures: Architecture, Structure, Infrastructure

Total Page:16

File Type:pdf, Size:1020Kb

3-‐Tures: Architecture, Structure, Infrastructure Architecture, structure, infrastructure October 24, 2014 3-tures: architecture, structure, infrastructure Philippe Kruchten Agile Vancouver October 26, 2014 Philippe Kruchten, Ph.D., P.Eng., CSDP Professor of So)ware Engineering NSERC Chair in Design Engineering Department of Electrical and Computer Engineering University of BriKsh Columbia Vancouver, BC Canada [email protected] Founder and president Kruchten Engineering Services Ltd Vancouver, BC Canada [email protected] Copyright © 2014 Philippe Kruchten 2 Philippe Kruchten 1 Architecture, structure, infrastructure October 24, 2014 Outline • Architecture • Architects • Agile and architecture (!?) • Scaling agile • Socio-technical congruence • Connuous delivery • The advent of DevOps • Reducing fricKon 3 Architecture Yes, but What flavour? • System architecture • Enterprise architecture • Business architecture • SoYWare architecture • Service-oriented architecture • Informaon architecture • SoluKon architecture 4 Philippe Kruchten 2 Architecture, structure, infrastructure October 24, 2014 Business Architecture • A subset of the enterprise architecture that defines an organizaon’s current and future state, including its strategy, its goals and objecKves, the internal environment through a process or funcKonal vieW, the external environment in Which the business operates, and the stakeholders affected by the organizaon’s acKviKes. BABOK v2 2009 5 Enterprise Architecture • Enterprise architecture is a descripKon of an organizaon’s business processes, IT soYWare and hardWare, people, operaons and projects, and the relaonships between them. Source BABOK v2 2009 6 Philippe Kruchten 3 Architecture, structure, infrastructure October 24, 2014 SoluKon architecture • System architecture • SoYWare architecture 7 TWo Main Cultures Solu1on Architect Enterprise Architect • Authority • Advisor / Consultant • Technical Decision Maker • Building Bridges • Requirements è Architecture • Business / IT Alignment • Single “problem” • Governance over mulKple • “Building Design” “problems” • “City Planning” • References: – SEI: ATAM, CBAM, QAW • References: – RUP: 4+1 VieWs – Zachman – Fowler: Architectus Oryzus – TOGAF, DODAF – IEEE 1471 – DYA, IAF, GEM, BASIC,… – IEEE 1471 Source Eltjo Poort 8 Philippe Kruchten 4 Architecture, structure, infrastructure October 24, 2014 SoYWare Architecture System Enterprise Architecture Architecture Source Eltjo Poort 9 Architectural Styles, Genres, Paerns, Mechanisms,… • Layered architecture • Client-server architecture • Service-oriented architecture 10 Philippe Kruchten 5 Architecture, structure, infrastructure October 24, 2014 SoYWare Architecture: A DefiniKon “It’s the hard stuff.” M.Fowler, cited by J. Highsmith 11 SoYWare Architecture: A DefiniKon “It’s the hard stuff.” “It’s the stuff that will be hard to change” M.Fowler, cited by J. Highsmith 12 Philippe Kruchten 6 Architecture, structure, infrastructure October 24, 2014 ISO/IEC 42010 Architecture: the fundamental concepts or properKes of a system in its environment embodied in its elements, their relaonships, and in the principles of its design and evoluKon 13 SoYWare Architecture SoYWare architecture encompasses the set of significant decisions about • the organizaon of a soYWare system, • the selecKon of the structural elements and their interfaces by Which the system is composed together With their behavior as specified in the collaboraon among those elements, • the composion of these elements into progressively larger subsystems, Grady Booch, Philippe Kruchten, Rich Reitman, Kurt BiCner; Raonal, circa 1995 (derived from Mary Shaw) 14 Philippe Kruchten 7 Architecture, structure, infrastructure October 24, 2014 SoYWare Architecture (cont.) … • the architectural style that guides this organizaon, these elements and their interfaces, their collaboraons, and their composiKon. • SoYWare architecture is not only concerned With structure and behavior, but also With usage, funcKonality, performance, resilience, reuse, comprehensibility, economic and technological constraints and tradeoffs, and aestheKcs. 15 FuncKons of the soYWare architect Definion of the architecture Delivery of the architecture • Architecture definiKon • Ownership of the big picture • Technology selecon • Leadership • Architectural evaluaon • Coaching and mentoring • Design, development and • Management of non Tesng funcKonal requirements • Architecture collaboraon • Quality assurance Brown 2010 16 Philippe Kruchten 8 Architecture, structure, infrastructure October 24, 2014 FuncKons of the soYWare architect Definion of the architecture Delivery of the architecture • Architecture definiKon • Ownership of the big picture • Technology selecon • Leadership • Architectural evaluaon • Coaching and mentoring • Design, development and • Management of non Tesng funcKonal requirements • Architecture collaboraon • Quality assurance Brown 2010 17 3 main boundaries B. A. Architect Project Developers manager 18 Philippe Kruchten 9 Architecture, structure, infrastructure October 24, 2014 Three main consKtuencies Customers Domain experts Requirements eng. Product & markeKng managers Legislators Analysts Architect Project Developers manager Top management Subcontractors Subcontractors management Technology vendors Airlines, unions, etc. 19 Perceived Tensions Agility- Architecture Adaptaon versus AnKcipaon Highsmith 2000 20 Philippe Kruchten 10 Architecture, structure, infrastructure October 24, 2014 Scaling agile Scope, team size, duraon • Larger system • Larger teams • Distributed teams • More frequent releases • Over longer Kmeframes 21 Wrong Problem • Can We scale up agile pracKces? 22 Philippe Kruchten 11 Architecture, structure, infrastructure October 24, 2014 Wrong Problem • Can We scale up agile pracKces? 23 Problems • Can the architecture of the product support mulKple Waves of enhancements, to accommodate a constant flow of neW needs? • Can the architecture evolve conKnuously to support enhancements? • Does the architecture alloW teams to organize the Work so that they feel as if they Were in the “agile sWeet spot” and alloW them to take advantage of agile pracKces? • Can the organizaon avoid the extra Work generated by repeKKve handover from a development team to an operaons group? 24 Philippe Kruchten 12 Architecture, structure, infrastructure October 24, 2014 Problem (in other Words) 1. Agile architecture – Flexible, evolvable architecture, over Kme 2. Agile architecKng – Can We “be agile” While creang, evolving an architecture Note that (1) does not imply (2), nor vice versa 25 Scale needs architecture • Work parKKon – decoupling • Conceptual integrity – Common vocabulary, etc… • Guide for release planning, configuraon management • Address major “ilies” • Reuse, product line, porLolio, etc. 26 Philippe Kruchten 13 Architecture, structure, infrastructure October 24, 2014 Architecture benefits from agility • Iterave development • Small increments • Pace decisions • Validate early arch decisions With running testable code, and by building features on it • Some arch elements may be stubbed 27 Architecture to the rescue • Common vocabulary • Common culture The original metaphor as architecture from XP • Control dependencies: code, data, Kming, requirements • Keep technical debt in check • Guide release planning and configuraon management 28 Philippe Kruchten 14 Architecture, structure, infrastructure October 24, 2014 Early or late binding decisions? • Upfront vs. emergent? • Key quesKons: – HoW early is “upfront” – HoW much can you defer? • Is architecture part of development? – Architecture conjecture (or architecture planning) /= architectural development 29 Early or late binding decisions? and the specter of technical debt Source: Kruchten, Ozkaya, Nord., 2012 30 Philippe Kruchten 15 Architecture, structure, infrastructure October 24, 2014 Zipper Model • From requirements derive: – Architectural requirements – FuncKonal requirements • Establish – Dependencies – Cost • Plan interleaving: – FuncKonal increments – Architectural increments 31 Weaving funcKonal and architectural chunks 32 Philippe Kruchten 16 Architecture, structure, infrastructure October 24, 2014 Benefits • Gradual emergence of architecture – Deliberate, not accidental (“architecture oWner”) • Validaon of architecture With actual funcKonality (not mere hypotheses) • Early enough to support development – Time pacing • Not just BUFD • No YAGNI effect 33 Weaving funcKonal and architectural chunks 34 Philippe Kruchten 17 Architecture, structure, infrastructure October 24, 2014 A more complex story Architecture of the System Structure of the Producon Development Organizaon Infrastructure 36 Philippe Kruchten 18 Architecture, structure, infrastructure October 24, 2014 3 tures • The Architecture (A) of the system under design, development, or refinement, What We have called the tradiKonal system or soYWare architecture • The Structure (S) of the organizaon: teams, partners, subcontractors, and others • The Producon infrastructure (P) used to develop and deploy the system, the last acKvity being especially important in contexts Where the development and operaons are combined and the system is deployed more or less conKnuously 37 Three evolving structures Architecture of the System Structure of the Producon Development Organizaon Infrastructure 38 Philippe Kruchten 19 Architecture, structure, infrastructure October 24, 2014 Socio-technical congruence Architecture of the System Socio-technical congruence Structure of the Producon Development Organizaon Infrastructure 39 Socio-technical congruence • A
Recommended publications
  • Software Architecture and Agility
    Agility and Architecture May 18 2010 Agility and Architecture: An Oxymoron? Philippe Kruchten Saturn May 18, 2010 Philippe Kruchten, Ph.D., P.Eng., CSDP Professor of So)ware Engineering NSERC Chair in Design Engineering Department of Electrical and Computer Engineering University of BriIsh Columbia Vancouver, BC Canada [email protected] Founder and president Kruchten Engineering Services Ltd Vancouver, BC Canada [email protected] Philippe Kruchten 1 Agility and Architecture May 18 2010 Agile & Architecture? Oil & Water? • Paradox • Oxymoron • Conflict • IncompaIbility Outline • Agility?? • SoSware architecture? • A story • Seven viewpoints on a single problem • The zipper model • A clash of two cultures • Summary Philippe Kruchten 2 Agility and Architecture May 18 2010 Agility • A definiIon – Agility is the ability to both create and respond to change in order to profit in a turbulent business environment. Jim Highsmith (2002) • CharacterisIcs – IteraIve and incremental – Small release – Collocaon – Release plan/ feature backlog – IteraIon plan/task backlog Sanjiv AugusIne (2004) Agile Values: the Agile Manifesto We have come to value: • Individuals and interacIons over process and tools, • Working soSware over comprehensive documents, • Customer collaboraIon over contract negoIaIon, • Responding to change over following a plan. That is, while there is value in the items on the right, we value the items on the leS more Source: hp://www.agilemanifesto.org/ Philippe Kruchten 3 Agility and Architecture May 18 2010 Geng at the Essence of Agility • SoSware development is a knowledge acIvity – Not producIon, manufacturing, administraIon… • The “machines” are humans • Dealing with uncertainty, unknowns, fear, distrust • Feedback loop -> – reflect on business, requirements, risks, process, people, technology • CommunicaIon and collaboraIon -> – Building trust Named Agile Methods • XP = eXtreme Programming (K.
    [Show full text]
  • Reflections on Software Architecture Linda Northrop SEI Fellow
    Reflections on Software Architecture Linda Northrop SEI Fellow Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 © 2016 Carnegie Mellon University Distribution Statement A: Approved for Public Release; Distribution is Unlimited Notices Copyright 2016 Carnegie Mellon University This material is based upon work funded and supported by the Department of Defense under Contract No. FA8721-05-C-0003 with Carnegie Mellon University for the operation of the Software Engineering Institute, a federally funded research and development center. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the United States Department of Defense. NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING INSTITUTE MATERIAL IS FURNISHED ON AN “AS-IS” BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT. [Distribution Statement A] This material has been approved for public release and unlimited distribution. Please see Copyright notice for non-US Government use and distribution. This material may be reproduced in its entirety, without modification, and freely distributed in written or electronic form without requesting formal permission. Permission is required for any other use. Requests for permission should be directed to the Software Engineering Institute at [email protected]. Carnegie Mellon® and CERT® are registered marks of Carnegie Mellon University.
    [Show full text]
  • Kruchten Frog Octopus JSS V6
    Paper submitted to the Journal of Software and Systems, July 2011, resubmitted November 2011. The frog and the octopus: a conceptual model of software development Philippe Kruchten University of British Columbia 2332 Main Mall Vancouver BC V6N2T9 Canada email: [email protected] phone: +1 (604) 827-5654 fax: +1 (604) 822-5949 Abstract We propose a conceptual model of software development that encompasses all approaches: traditional or agile, light and heavy, for large and small development efforts. The model identifies both the common aspects in all software development, i.e., elements found in some form or another in each and every software development project (Intent, Product, People, Work, Time, Quality, Risk, Cost, Value), as well as the variable part, i.e., the main factors that cause the very wide variations we can find in the software development world (Size, Age, Criticality, Architecture stability, Business model, Governance, Rate of change, Geographic distribution). We show how the model can be used as an explanatory theory of software development, as a tool for analysis of practices, techniques, processes, as the basis for curriculum design or for software process adoption and improvement, and to support empirical research on software development methods. This model is also proposed as a way to depolarize the debate on agile methods versus the rest-of-the-world: a unified model. Keywords: software development, conceptual model, ontology, method, software development process, software engineering, theory Visual abstract for JSS: !"#$%& !"#$%& '()*& '()*& Alternate visual abstract for JSS: Authorʼs bio: Philippe Kruchten is professor of software engineering at the University of British Columbia, Vancouver, Canada.
    [Show full text]
  • Understanding Architectural Assets
    ® IBM Software Group Understanding Architectural Assets Peter Eeles [email protected] © 2008 IBM Corporation IBM Software Group | Rational software Agenda Introduction Sources of architecture Types of architectural asset Characterizing architectural assets Automating asset reuse Conclusion 2 IBM Software Group | Rational software Inputs into this Presentation Working IEEE/IFIP Conference on Software Architecture (WICSA) 2008 18 – 22 February 2008, Vancouver, BC, Canada Working session: Architectural Knowledge IBM Asset Architecture Board Reusable Asset Specification Rational Asset Manager RUP for Asset-based Development © 2006 Tourism Vancouver 3 IBM Software Group | Rational software Agenda Introduction Sources of architecture Types of architectural asset Characterizing architectural assets Automating asset reuse Conclusion 4 IBM Software Group | Rational software Sources of Architecture Theft From a previous system or from technical literature Method An approach to deriving the architecture from the requirements Intuition The experience of the architect From “Mommy, Where Do Software Architectures Come From?”, Philippe Kruchten 1st International Workshop on Architectures for Software Systems, Seattle, 1995 5 IBM Software Group | Rational software Agenda Introduction Sources of architecture Types of architectural asset Characterizing architectural assets Automating asset reuse Conclusion 6 IBM Software Group | Rational software What Types of Architectural Asset are there? Reference Design Architecture
    [Show full text]
  • The Software Architect -And the Software Architecture Team
    The Software Architect -and the Software Architecture Team Philippe Kruchten Rational Software, 650 West 41st Avenue #638, Vancouver, B.C., V5Z 2M9 Canada pbk@ rational. com Key words: Architecture, architect, team, process Abstract: Much has been written recently about software architecture, how to represent it, and where design fits in the software development process. In this article I will focus on the people who drive this effort: the architect or a team of architects-the software architecture team. Who are they, what special skills do they have, how do they organise themselves, and where do they fit in the project or the organisation? 1. AN ARCHITECT OR AN ARCHITECTURE TEAM In his wonderful book The Mythical Man-Month, Fred Brooks wrote that a challenging project must have one architect and only one. But more recently, he agreed that "Conceptual integrity is the vital property of a software product. It can be achieved by a single builder, or a pair. But that is too slow for big products, which are built by teams."' Others concur: "The greatest architectures are the product of a single mind or, at least, of a very small, carefully structured team."2 More precisely: "Every project should have exactly one identifiable architect, although for larger projects, the principal architect should be backed up by an architecture team of modest size."3 1 Keynote address, ICSE-17, Seattle, April1995 2 Rechtin 1991 , p. 22 3 Booch 1996, p. 196 The original version of this chapter was revised: The copyright line was incorrect. This has been corrected. The Erratum to this chapter is available at DOI: 10.1007/978-0-387-35563-4 35 P.
    [Show full text]
  • 110707 What Colours Is Your Backlog Boston 2Up.Pptx
    Agile New England July 2011 Agility and Architecture or: What colours is your backlog? Philippe Kruchten July 7, 2011 Philippe Kruchten, Ph.D., P.Eng., CSDP Professor of So*ware Engineering NSERC Chair in Design Engineering Department of Electrical and Computer Engineering University of BriLsh Columbia Vancouver, BC Canada [email protected] Founder and president Kruchten Engineering Services Ltd Vancouver, BC Canada [email protected] Co founder and past-chair Copyright © 2011 Philippe Kruchten 2 Copyright © 2011 Philippe Kruchten 1 Agile New England July 2011 Outline 1. The frog and the octopus 2. Architecture and agility 3. Release planning 4. Technical debt 5. Architecture, agility,… revisited Copyright © 2011 Philippe Kruchten 5 A Conceptual Model of SoYware Development 4 key concepts, 5 key aributes . Intent . Time . Product . Value . Quality . Work . Cost . Risk . People Copyright © 2011 Philippe Kruchten 8 Copyright © 2011 Philippe Kruchten 2 Agile New England July 2011 Intent, Work, People, Product Copyright © 2011 Philippe Kruchten 9 Frog: “All projects are the same” Value Value Cost Cost Copyright © 2011 Philippe Kruchten 10 Copyright © 2011 Philippe Kruchten 3 Agile New England July 2011 Copyright © 2011 Philippe Kruchten 11 Octopus: “All projects are different!” Size Domain, Age of Degree of Industry the CriLcality Innovaon system Rate of Business change Context model Gover Stable architec nance Corporate & Team ture Organizaonal Naonal Culture distribu Maturity on Copyright © 2011 Philippe Kruchten 12 Copyright © 2011 Philippe Kruchten 4 Agile New England July 2011 SW Dev. Project: Tension between Intent and Product Intent Work V Product Copyright © 2011 Philippe Kruchten T 13 Iteraons Copyright © 2011 Philippe Kruchten 14 Copyright © 2011 Philippe Kruchten 5 Agile New England July 2011 Outline 1.
    [Show full text]
  • The Past, Present, and Future for Software Architecture
    focusguest editors’ introduction The Past, Present, and Future of Software Architecture Philippe Kruchten, University of British Columbia Henk Obbink, Philips Research Europe Judith Stafford, Tufts University his special issue celebrates 10 years of software architecture con- ferences and workshops and the 10th anniversary of the first IEEE Software special issue on the topic in November 1995. We T aim to address the latest thinking about creating, capturing, and 22 IEEE SOFTWARE Published by the IEEE Computer Society 0740-7459/06/$20.00 © 2006 IEEE using software architecture throughout a soft- ■ Representation: How do we produce ware system’s life. The articles we’ve chosen durable artifacts to communicate architec- cover innovative methods and techniques ture to humans or machines? The concept emerging from research to support software ■ Economics: What architectural issues drive architecture practice. They also emphasize the business decisions? of software methods, techniques, tools, and software engi- architecture neering principles that support organizations And certainly software architecture is tied as a distinct taking an architecture-centric approach to closely to other disciplines and communities, software development. such as software design (in general), software discipline reuse, systems engineering and system architec- started to What is software architecture? ture, enterprise architecture, reverse engineer- Software architecture involves ing, requirements engineering, and quality. emerge in 1990. ■ the structure and organization by which A brief history of software modern system components and subsys- architecture tems interact to form systems, and Looking back in time will help us position ■ the properties of systems that can best be software architecture’s current status and future designed and analyzed at the system level.
    [Show full text]
  • An Analysis on Waterfall and RUP Models
    Journal of Engineering, Computing and Architecture ISSN NO: 1934-7197 An Analysis on Waterfall and RUP Models Dr. K. Sunil Manohar Reddy Associate Professor, Department of CSE, Matrusri Engineering College, Hyderabad, Telangana. [email protected] Abstract: Two of the vastly used software engineering processes are Waterfall model and Rational Unified Process (RUP) model. The waterfall model is a classical model of software engineering. It is used in governmental projects as well as many major companies associated with software engineering. RUP is a unified model used for large business applications. The main concern in this research is to represent the mentioned models of software development and compare them to show pros and cons of each model. Keywords: Waterfall Model, Unified Process Model, Agile Models 1. Introduction Computer is considered as a time saving mechanism and its progress helps in executing long, complex, repeated processes at a high speed and short time. Noticeably, the number of companies that produce software programs for the purpose of facilitating works of offices, administrations, banks, etc., has increased recently which results in the difficulty of enumerating such companies. During the last five decades, software has been developed from a tool used for solving a problem to a product in itself. Software consists of instructions and programs that contain a collection that has been established to be a part of software engineering procedures [1]. Moreover, the aim of software engineering is to create a suitable work
    [Show full text]
  • Nato Architecture Framework (Naf)
    NATO ARCHITECTURE FRAMEWORK Version 4 Architecture Capability Team Consultation, Command & Control Board January 2018 Acknowledgments for NAFv4 Publication Throughout the development of version 4 of this publication numerous individual experts of NATO Nations participated, resulting in this significant achievement: The realization of the NATO Architecture Framework. This work would not have been possible without the continuous support of the Ministries of Defence of United Kingdom and France, and the NATO Science and Technology Organization. Also special thanks goes to Partner Nations and Industry Partners for their unwavering support in assigning and providing their best professional resources in the architecture domain. The NATO Architecture Framework is a substantial achievement for the Architecture Capability Team under the Consultation, Command and Control Board. Each member of the Architecture Capability Team worked determinedly over the last four years to provide extensive professional guidance and personal effort in the development of this product. The Architecture Capability Team is grateful to all for their contributions to this effort. 4 NAFv4 NAFv4 5 CONTENTS Chapter 1 - Introduction 1 GENERAL ....................................................................................................................................................................... 11 1.1 Purpose ........................................................................................................................................................................
    [Show full text]
  • The Waterfall Model – What It Is Not and Has Never Been
    The Waterfall Model – What It Is Not and Has Never Been Dr. Peter Hantos The Aerospace Corporation 14th Annual NDIA Systems Engineering Conference, San Diego, California October 24-27, 2011 1 © The Aerospace Corporation 2011 Acknowledgements • This work would not have been possible without the following: – Reviewers • Asya Campbell • Suellen Eslinger • Zane Faught • Leslie Holloway – Funding Source • The Aerospace Corporation’s Sustained Experimentation & Research Program 2 Outline • Motivation • Parsing the Title • The Canonical Waterfall Model • Model Characterization • What Does the Waterfall Life Cycle Really Look Like? • Clarifying the Model’s Intent • “Hidden” Concurrency in the Waterfall • Incremental Integration and Pair-wise Testing • Scaling • Conclusion • Acronyms • References 3 Motivation • Your first reaction might be “Why are we talking about the waterfall? I thought that the Waterfall was dead” – Indeed, since the Waterfall model was published, the literature has been full with critiques and proposals for alternative processes, most recently Agile Development • However, a substantial percentage of waterfall project failures can be attributed to lack of understanding of some fundamental issues, issues that are also present when modern methodologies are used – Ignoring such issues will lead to project failure, regardless of the methodology that is used • Also, the waterfall (or, a “mini” waterfall) is still an essential building block of all the more complex life cycle models, such as incremental, evolutionary, spiral, or
    [Show full text]
  • Applying 4+1 View Architecture with UML 2 White Paper Copyright ©2007 FCGSS, All Rights Reserved
    Applying 4+1 View Architecture with UML 2 White Paper Copyright ©2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was released in 2004, building on an already successful UML 1.x standard. UML 2 comes with 13 basic diagram types to support Model Driven Architecture (MDA) and Model Driven Development (MDD). Philippe Kruchten originally presented the 4+1 View Model to describe the architecture of software-intensive systems. This approach uses multiple views to separate stakeholders’ concerns. The 4+1 View Approach is widely accepted by the software industry to represent application architecture blueprints. However, the industry has not yet completely embraced UML 2. IT architects are continuing with UML 1.x artifacts to represent architecture and are consequently missing out on the powerful benefits of the improvements made in UML 2. This article presents the approach for 4+1 View Architecture using UML 2 diagrams. It enhances the original concept of the approach using the current modeling standards and techniques, and aims to encourage Application Architects to adapt relevant UML 2 artifacts. This article discusses each of the views and allocates the UML 2 diagrams to these views. It does not, however, teach semantics and modeling using UML 2 notations. The audience is expected to have a basic understanding of UML and to be able to refer to UML 2 for further details. UML 2 Diagrams Let us briefly review the diagrams available in UML 2 Specification. UML 2 Superstructure Specification divides the 13 basic diagram types into two key categories: • Part I – Structural Diagrams: These diagrams are used to define static architecture.
    [Show full text]
  • Architectural Blueprints—The “4+1” View Model of Software Architecture
    Paper published in IEEE Software 12 (6) November 1995, pp. 42-50 Architectural Blueprints—The “4+1” View Model of Software Architecture Philippe Kruchten Rational Software Corp. 638-650 West 41st Avenue Vancouver, B.C., V5Z 2M9 Canada [email protected] Abstract This article presents a model for describing the architecture of software-intensive systems, based on the use of multiple, concurrent views. This use of multiple views allows to address separately the concerns of the various ‘stakeholders’ of the architecture: end-user, developers, systems engineers, project managers, etc., and to handle separately the functional and non functional requirements. Each of the five views is described, together with a notation to capture it. The views are designed using an architecture-centered, scenario- driven, iterative development process. Keywords: software architecture, view, object-oriented design, software development process Introduction We all have seen many books and articles where one diagram attempts to capture the gist of the architecture of a system. But looking carefully at the set of boxes and arrows shown on these diagrams, it becomes clear that their authors have struggled hard to represent more on one blueprint than it can actually express. Are the boxes representing running programs? Or chunks of source code? Or physical computers? Or merely logical groupings of functionality? Are the arrows representing compilation dependencies? Or control flows? Or data flows? Usually it is a bit of everything. Does an architecture need a single architectural style? Sometimes the architecture of the software suffers scars from a system design that went too far into prematurely partitioning the software, or from an over-emphasis on one aspect of software development: data engineering, or run-time efficiency, or development strategy and team organization.
    [Show full text]