Download presentation
Presentation is loading. Please wait.
Published byRandolf Patrick Modified over 9 years ago
1
Elaboration Lecture Oo18 Gymnastics System Example Cont’d
2
References n The Booch Method Guide, for Rose 2.0
3
Teaching Points n Validation n Architectural Design
4
Review n What are the products of architectural design? n How would you validate you domain analysis?
5
Validation n Are we building the right product? n Use the requirement
6
Gymnastics System Example n The “scoring” use case
8
Adding Raw Scores
9
When to Stop Domain Analysis n You have identified all domain entities that play a role and defined their classes n You have specified the relationships between each of these classes
10
When to Stop Domain Analysis n You have associated with each class all operations performed on it (from uses cases) n You have analyzed each operation to the point where you understand what it needs to do and what other classes are involved
11
Layered Architecture n Packages are organized in a hierarchy of layers where each layer has a well- defined interface n e.g. The OSI model for network services is a layered architecture n Classic three-tier architecture –Presentation (windows, reports, etc.) –Application Logic (tasks and rules that govern the process) –Storage (persistent storage mechanism)
12
Three-tier Architecture
13
Three-tier Architecture (cont’d) n Identified by the separation of the application logic into a distinct middle layer n Presentation layer is free of application logic and just forwards requests to middle tier n Middle tier communicates with a back end storage layer
14
Three-tier Architecture (cont’d) n Advantages –the opportunity for reuse –the possibility of distributing application logic on a network –allocation of developers to construct specific tier (based on interface specs, that is good OO decomposition)
15
Multi-tiered Architectures n The logical extension of three-tier architecture n You can decompose a three-tier into multiple services
16
Multi-tiered Architectures
17
The Gymnastics System
18
Teaching Points n Validation n Architectural Design
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.