- 1、本文档共38页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
软体设计
Three-tier architectural style The Three-tier architectural style organizes subsystems into three layers The Presentation layer includes all boundary objects that deal with the user. The Business logic layer includes all control and entity objects. The Data layer realizes the storage, retrieval, and query of persistent object. * Presentation Business logic Data Form Connection Query System architecture * Data 使用者1 使用者2 作業管理 Presentation Business Logic 使用者管理 教學網站服務窗口 教學網站網頁介面 課程管理 Repository 檔案系統 資料庫 Repository model Client Server 教學網站資料管理 Choosing Subsystems Criteria for subsystem selection: Most of the interaction should be within subsystems, rather than across subsystem boundaries (High cohesion). (Subsystem挑選的準則:大部分的交互作用必須在 subsystems內,而不是橫跨數個subsystem邊界.) Heuristics for grouping objects into subsystems Assign objects identified in one use case into the same subsystem. (將一個use case內的objects分配至相同的subsystem.) All objects in the same subsystem should be functionally related. (相同subsystem內的objects有功能上的關係) Minimize the number of associations crossing subsystem boundaries. (將subsystem對外界的連結最小化) … * Subsystem Decomposition Example- TeachingSite TeachingSite functional requirements (top level use case) * Subsystem Decomposition Example- TeachingSite The initial subsystem decomposition 根據functional requirement對system做partition * 教學網站資料管理 課程管理 作業管理 使用者管理 Subsystem Decomposition Example-TeachingSite Refine the subsystem decomposition to address the design goals According to TeachingSite Objective 建立一個教學網站系統,藉由此系統老師及助教可以很容易..... TeachingSite Design Goal Use Three-tier architectural Facade Design Pattern * Subsystem Decomposition Example-TeachingSite Design Goal: 容易增加新功能 網路服務不斷地精進和多樣化,硬體也不斷進步.教學網站如果要持續運作的話,必須要相容並容易增加新功能. 使用者數量和現存課程的規模擴充性 Response time不會因為使用者增加而降低品質. 必要時可以新增硬體以維護連線品質. 發展流程文件化 教學網站發展過程中所產生的文件完全保留,以利眾人開發. 教學範例 教學網站最主要的目的是作為軟體工程的實際範例. 因此,本系統必須容易建立和部署以利於初學者學有機會學習如何解決複雜的設計問題. 低成本 硬體資源、網路資源和管理等支出最小化. * Subsystem Decomposition Example-Teachin
文档评论(0)