Design Patterns Explained: A New Perspective on Object-Oriented Design
暫譯: 設計模式解析:物件導向設計的新視角

Alan Shalloway, James Trott

買這商品的人也買了...

相關主題

商品描述


Description



Back to Top


Appropriate Courses



Back to Top


Table Of Contents

Preface.
From Object Orientation to Patterns to True Object Orientation.
From Artificial Intellegence to Patterns to True Object Orientation.
A Note About Conventions Used in this Book.
Feedback.
Acknowledgements.

I. AN INTRODUCTION TO OBJECT-ORIENTED SOFTWARE DEVELOPMENT.

1. The Object-Oriented Paradigm.
Before The Object-Oriented Paradigm: Functional Decomposition.
The Problem of Requirements.
Dealing With Changes: With Functional Decomposition.
Dealing with Changing RequirementS.
The Object-Oriented Paradigm.
Special Object Methods.
Summary.

2. The UML - The Unified Modeling Language.
Overview.
What is the UML?
Why Use the UML?
The Class Diagram.
Interaction Diagrams.
Summary.

II. THE LIMITATIONS OF TRADITIONAL OBJECT-ORIENTED DESIGN.


3. A Problem that Cries Out for Flexible Code.
Overview.
Extracting Information from a CAD/CAM System.
Understand the Vocabulary.
Describe the Problem.
The Essential Challenges and Approaches.
Summary.

4. A Standard Object-Oriented Solution.
Overview.
Solving With Special Cases.
Summary.
Supplement: C++ Code Examples.

III. DESIGN PATTERNS.


5. An Introduction to Design Patterns.
Overview.
Design Patterns Arose from Architecture and Anthropology.
Moving from Architectural to Software Design Patterns.
Why Study Design Patterns.
Other Advantages to Studying Design Patterns.
Summary.

6. The Facade Pattern.
Overview.
Introducing the Facade Pattern.
Learning the Facade Pattern.
Field Notes: The Facade Pattern.
Relating the Facade Pattern to the CAD/CAM Problem.
Summary.

7. The Adapter Pattern.
Overview.
Introducing the Adapter Pattern.
Learning the Adapter Pattern.
Field Notes: The Adapter Pattern.
Relating the Adapter Pattern to the CAD/CAM Problem.
Summary.
Supplement: C++ Code Examples

8. Expanding Our Horizons.
Overview.
Objects the Old Way and the New Way.
Encapsulation the Old Way and the New Way.
Find What is Varying and Encapsulate It.
Commonality / Variability and Abstract Classes.
Summary.

9. The Bridge Pattern.
Overview.
Introducing the Bridge Pattern.
An Observation about Using Design Patterns.
Learning the Bridge Pattern: An Example.
The Bridge Pattern In Retrospect.
Field Notes: Using the Bridge Pattern.
Summary.

10. The Abstract Factory Pattern.
Overview.
Introducing the Abstract Factory Pattern.
Learning the Abstract Factory Pattern: An Example.
Learning the Abstract Factory: Implementing It.
Field Notes: The Abstract Factory.
Relating the Abstract Factory Pattern to the CAD/CAM Problem.
Summary.
Supplement: C++ Code Examples.

IV. PUTTING IT ALL TOGETHER: THINKING IN PATTERNS.


11. How Do Experts Design?
Section Overview.
Overview.
Building by Adding Distinctions.
Summary.

12. Solving the CAD/CAM Problem with Patterns.
Overview.
Review of the CAD/CAM Problem.
Thinking in Patterns.
Thinking in Patterns: Step 1.
Thinking in Patterns: Step 2A.
Thinking in Patterns: Step 2B.
Thinking in Patterns: Step 2D (Facade).
Thinking in Patterns: Step 2D (Adapter).
Thinking in Patterns: Step 2D (Abstract Factory).
Thinking in Patterns: Step 3.
Comparison with the Previous Solution.
Summary.

13. The Principles and Strategies of Design Patterns.
Overview.
The Open-Closed Principle.
The Principle of Designing from Context.
The Principle of Containing Variation.
Summary.

V. HANDLING VARIATIONS WITH DESIGN PATTERNS.


14. The Strategy Pattern.
Overview.
An Approach to Handling New Requirements.
Initial Requirements of the Case Study.
Handling New Requirements.
The Strategy Pattern.
Field Notes: Using the Strategy Pattern.
Summary.

15. The Decorator Pattern.
Overview.
A Little More Detail.
The Decorator Pattern.
Applying the Decorator Pattern to the Case Study.
Another Example: Input / Output.
Field Notes: Using the Decorator Pattern.
Summary.
Supplement: C++ Code Examples.

16. The Singleton Pattern and the Double-Checked Locking Pattern.
Overview .
Introducing the Singleton Pattern.
Applying the Singleton Pattern to the Case Study.
A Variant: The Double-Checked Locking Pattern.
Field Notes: Using the Singleton and Double-Checked Locking Patterns.
Summary.
Supplement: C++ Code Examples.

17. The Observer Pattern.
Overview.
Categories of Patterns.
More Requirements for the Case Study.
The Observer Pattern.
Applying the Observer to the Case Study.
Field Notes: Using the Observer Pattern.
Summary.
Supplement : C++ Code Examples.

18. The Template Method Pattern.
Overview.
More Requirements for the Case Study.
The Template Method Pattern.
Applying the Template Method to the Case Study.
Field Notes: Using the Template Method Pattern.
Summary.

19. The Factory Method Pattern.
Overview.
More Requirements for the Case Study.
The Factory Method Pattern.
Field Notes: Using the Factory Method Pattern.
Summary.

20. The Analysis Matrix.
Overview.
In the Real World: Variations.
Case Study in Variation: An International E-Tail System.
Field Notes.
Summary.

VI. ENDINGS AND BEGINNINGS.


21. Design Patterns Reviewed From Our New Perspective of Object-Oriented Design.
Overview.
A Summary of Object-Oriented Principles.
How Design Patterns Encapsulate Implementations.
Commonality / Variability Analysis and Design Patterns.
Decomposing a Problem Domain Into Responsibilities.
Relationships Within a Pattern.
Patterns and Contextual Design.
Field Notes.
Summary.

22. Bibliography.
Design Patterns Explained: The Web Site Companion.
Recommended Reading on Design Patterns and Object Orientation.
Recommended Reading for Java Programmers.
Recommended Reading for C++ Programmers.
Recommended Reading for Cobol Programmers.
Recommended Reading on eXtreme Programming.
Recommended Reading on General Programming.
Personal Favorites.

Index.


Back to Top

商品描述(中文翻譯)

描述

適合的課程

目錄
- 前言
- 從物件導向到模式再到真正的物件導向
- 從人工智慧到模式再到真正的物件導向
- 本書使用的慣例說明
- 反饋
- 感謝

I. 物件導向軟體開發簡介
1. 物件導向範式
- 物件導向範式之前:功能分解
- 需求問題
- 處理變更:使用功能分解
- 處理變更的需求
- 物件導向範式
- 特殊物件方法
- 總結

2. UML - 統一建模語言
- 概述
- UML是什麼?
- 為什麼使用UML?
- 類別圖
- 互動圖
- 總結

II. 傳統物件導向設計的限制
3. 一個迫切需要靈活代碼的問題
- 概述
- 從CAD/CAM系統提取資訊
- 理解詞彙
- 描述問題
- 主要挑戰與方法
- 總結

4. 標準物件導向解決方案
- 概述
- 使用特殊案例解決
- 總結
- 補充:C++代碼範例

III. 設計模式
5. 設計模式簡介
- 概述
- 設計模式源於建築學和人類學
- 從建築設計模式到軟體設計模式
- 為什麼學習設計模式
- 學習設計模式的其他優勢
- 總結

6. 外觀模式
- 概述
- 介紹外觀模式
- 學習外觀模式
- 實地筆記:外觀模式
- 將外觀模式與CAD/CAM問題相關聯
- 總結

7. 適配器模式
- 概述
- 介紹適配器模式
- 學習適配器模式
- 實地筆記:適配器模式
- 將適配器模式與CAD/CAM問題相關聯
- 總結
- 補充:C++代碼範例

8. 擴展我們的視野
- 概述
- 舊方式與新方式的物件
- 舊方式與新方式的封裝
- 找出變化並封裝它
- 共通性/變異性與抽象類別
- 總結

9. 橋接模式
- 概述
- 介紹橋接模式
- 使用設計模式的觀察
- 學習橋接模式:一個範例
- 回顧橋接模式
- 實地筆記:使用橋接模式
- 總結

10. 抽象工廠模式
- 概述
- 介紹抽象工廠模式
- 學習抽象工廠模式:一個範例
- 學習抽象工廠:實現它
- 實地筆記:抽象工廠
- 將抽象工廠模式與CAD/CAM問題相關聯
- 總結
- 補充:C++代碼範例

IV. 將一切整合:以模式思考
11. 專家如何設計?
- 章節概述
- 概述
- 通過添加區別來構建
- 總結

12. 使用模式解決CAD/CAM問題
- 概述
- CAD/CAM問題回顧
- 以模式思考
- 以模式思考:步驟1
- 以模式思考:步驟2A
- 以模式思考:步驟2B
- 以模式思考:步驟2D(外觀)
- 以模式思考:步驟2D(適配器)
- 以模式思考:步驟2D(抽象工廠)
- 以模式思考:步驟3
- 與先前解決方案的比較
- 總結

13. 設計模式的原則與策略
- 概述
- 開放-封閉原則
- 從上下文設計的原則
- 包含變異的原則
- 總結

V. 使用設計模式處理變異
14. 策略模式
- 概述
- 處理新需求的方法
- 案例研究的初始需求
- 處理新需求
- 策略模式
- 實地筆記:使用策略模式
- 總結

15. 裝飾者模式
- 概述
- 更多細節
- 裝飾者模式
- 將裝飾者模式應用於案例研究
- 另一個範例:輸入/輸出
- 實地筆記:使用裝飾者模式
- 總結
- 補充:C++代碼範例

16. 單例模式與雙重檢查鎖定模式
- 概述
- 介紹單例模式
- 將單例模式應用於案例研究
- 一個變體:雙重檢查鎖定模式
- 實地筆記:使用單例與雙重檢查鎖定模式
- 總結
- 補充:C++代碼範例

17. 觀察者模式
- 概述
- 模式的類別
- 案例研究的更多需求
- 觀察者模式
- 將觀察者應用於案例研究
- 實地筆記:使用觀察者模式
- 總結
- 補充:C++代碼範例

18. 模板方法模式
- 概述
- 案例研究的更多需求
- 模板方法模式
- 將模板方法應用於案例研究
- 實地筆記:使用模板方法模式
- 總結

19. 工廠方法模式
- 概述
- 案例研究的更多需求
- 工廠方法模式
- 實地筆記:使用工廠方法模式
- 總結

20. 分析矩陣
- 概述
- 在現實世界中的變異
- 變異的案例研究:一個國際電子商務系統
- 實地筆記
- 總結

VI. 結束與開始
21. 從我們對物件導向設計的新視角回顧設計模式
- 概述
- 物件導向原則的總結
- 設計模式如何封裝實現
- 共通性/變異性分析與設計模式
- 將問題領域分解為責任
- 模式內的關係
- 模式與上下文設計
- 實地筆記
- 總結

22. 參考書目
- 設計模式解釋:網站伴侶
- 推薦閱讀:設計模式與物件導向
- 推薦閱讀:Java程式設計師
- 推薦閱讀:C++程式設計師
- 推薦閱讀:Cobol程式設計師
- 推薦閱讀:極限程式設計
- 推薦閱讀:一般程式設計
- 個人最愛

索引