Software Architecture

From Suhrid.net Wiki
Revision as of 06:00, 19 March 2012 by Suhridk (talk | contribs) (Created page with "= Introduction = * Software architecture encompasses the set of significant decisions about the organization of a software system : ** Selection of structural elements and their...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

  • Software architecture encompasses the set of significant decisions about the organization of a software system :
    • Selection of structural elements and their interfaces by which a system is composed.
    • Behaviour as specified in collaborations among those elements.
    • Composition of these structural and behavioural elements into larger subsystem.
    • Architectural style that guides this organization.