Domain-Driven Design: Tackling Complexity in the Heart of Software (Hardcover)
暫譯: 領域驅動設計:應對軟體核心的複雜性 (精裝版)
Eric Evans
- 出版商: Addison Wesley
- 出版日期: 2003-08-20
- 售價: $2,800
- 貴賓價: 9.5 折 $2,660
- 語言: 英文
- 頁數: 560
- 裝訂: Hardcover
- ISBN: 0321125215
- ISBN-13: 9780321125217
-
相關分類:
Domain-Driven Design
-
相關翻譯:
領域驅動設計:軟體核心複雜度的解決方法 (Domain-Driven Design: Tackling Complexity in the Heart of Software) (繁中版)
領域驅動設計 : 軟件核心複雜性應對之道 (簡中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$680$537 -
$2,650$2,518 -
$980$774 -
$880$695 -
$860$568 -
$780$741 -
$590$466 -
$690$538 -
$780$616 -
$720$569 -
$290$247 -
$880$792 -
$560$442 -
$750$638 -
$490$382 -
$560$476 -
$450$356 -
$480$379 -
$750$593 -
$780$616 -
$680$537 -
$1,176Computer Organization and Design: The Hardware/Software Interface, 3/e(IE) (美國版ISBN:1558606041)
-
$880$695 -
$1,980$1,881 -
$680$578
相關主題
商品描述
The software development community widely acknowledges that domain modeling is central to software design. Through domain modeling, software developers are able to express rich functionality and translate that functionality into software implementation that truly serves the needs of its users. Despite its obvious importance, however, there are few practical resources that show how to incorporate effective domain modeling into the software development process.
Domain-Driven Design fills that need. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, Domain-Driven Design incorporates numerous examples in Java-case studies taken from actual projects that illustrate the application of domain-driven design to real-world software development.
Readers will find an overview of domain-driven design that highlights key principles, terms, and implications. The book presents a core of best practices and standard patterns that provide a common language for the development team. In addition, it highlights how refactoring in domain modeling, integrated with the frequent iterations of Agile development, leads to deeper insight into domains and enhanced communication between domain expert and programmer. Building on this foundation, the book then addresses domain-driven design for complex systems and larger organizations.
Specific topics covered include:
- Isolating the domain
- Entities, value objects, services, and modules
- The lifecycle of a domain object
- Representing processes as domain objects
- Creating functions free of side effects
- Conceptual contours
- Standalone classes
- Extending specifications
- Applying analysis patterns
- Relating design patterns to the model
- Maintaining model integrity
- Formulating the domain vision statement
- Choosing refactoring targets
- Responsibility layers
- Creating a pluggable component framework
- Bringing together large-scale structures and bounded contexts
With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to think deeply about domains, create rich and accurate domain models, and transform these models into high-quality, long-lasting software implementations.
Table of Contents
Foreword.
Preface.
Acknowledgments.
I. PUTTING THE DOMAIN MODEL TO WORK.
II. THE BUILDING BLOCKS OF A MODEL-DRIVEN DESIGN.
III. REFACTORING TOWARD DEEPER INSIGHT.
IV. STRATEGIC DESIGN.
商品描述(中文翻譯)
軟體開發社群廣泛認同領域建模是軟體設計的核心。透過領域建模,軟體開發人員能夠表達豐富的功能,並將這些功能轉化為真正滿足使用者需求的軟體實現。儘管其重要性顯而易見,但卻缺乏實用資源來展示如何將有效的領域建模納入軟體開發過程中。
《領域驅動設計》滿足了這一需求。它為讀者提供了一種系統化的領域驅動設計方法,呈現了一套廣泛的設計最佳實踐、基於經驗的技術和基本原則,這些都能促進面對複雜領域的軟體專案開發。《領域驅動設計》將設計與開發實踐交織在一起,包含了許多來自實際專案的 Java 案例研究,這些案例展示了領域驅動設計在現實世界軟體開發中的應用。
讀者將會找到一個關於領域驅動設計的概述,突顯出關鍵原則、術語和含義。本書呈現了一系列最佳實踐和標準模式,為開發團隊提供了共同語言。此外,它強調了在領域建模中的重構,與敏捷開發的頻繁迭代相結合,如何導致對領域的更深刻理解以及領域專家與程式設計師之間的增強溝通。在此基礎上,本書接著探討了複雜系統和大型組織的領域驅動設計。
具體涵蓋的主題包括:
- 隔離領域
- 實體、值物件、服務和模組
- 領域物件的生命週期
- 將過程表示為領域物件
- 創建無副作用的函數
- 概念輪廓
- 獨立類別
- 擴展規範
- 應用分析模式
- 將設計模式與模型相關聯
- 維護模型完整性
- 制定領域願景聲明
- 選擇重構目標
- 責任層
- 創建可插拔的元件框架
- 將大規模結構與界限上下文結合
有了這本書,面向物件的開發人員、系統分析師和設計師將能夠獲得深入思考領域的指導,創建豐富且準確的領域模型,並將這些模型轉化為高品質、持久的軟體實現。
目錄
前言
序言
致謝
I. 將領域模型付諸實踐
1. 知識的整合
有效建模的要素
知識整合
持續學習
知識豐富的設計
深度模型
2. 溝通與語言的使用
普遍語言
大聲建模
一個團隊,一種語言
文件與圖表
書面設計文件
可執行的基石
解釋性模型
3. 綁定模型與實現
模型驅動設計
建模範式與工具支援
讓骨架顯露:為什麼模型對使用者重要
實作模型者
II. 模型驅動設計的基石
4. 隔離領域
分層架構
層之間的關聯
架構框架
領域層是模型所在之處
聰明的 UI “反模式”
其他類型的隔離
5. 用軟體表達模型
關聯
實體(又稱參考物件)
建模實體
設計身份操作
值物件
設計值物件
設計涉及值物件的關聯
服務
服務與隔離的領域層
粒度
訪問服務
模組(又稱包)
敏捷模組
基於基礎設施的包裝陷阱
建模範式
為什麼物件範式佔主導地位
物件世界中的非物件
在混合範式時堅持模型驅動設計
6. 領域物件的生命週期
聚合
工廠
選擇工廠及其位置
當構造函數是你所需的一切
設計介面
不變邏輯的去處
實體工廠與值物件工廠
重建儲存物件
倉儲
查詢倉儲
客戶端代碼忽略倉儲實現;開發者則不會
實作倉儲
在你的框架內工作
與工廠的關係
為關聯資料庫設計物件
7. 使用語言:擴展範例
介紹貨物運輸系統
隔離領域:介紹應用程式
區分實體與值物件
角色及其他屬性
設計運輸領域的關聯
聚合邊界
選擇倉儲
逐步走過場景
範例應用功能:改變貨物的目的地
範例應用功能:重複業務
物件創建
貨物的工廠與構造函數
添加處理事件
重構的暫停:貨物聚合的替代設計
運輸模型中的模組
介紹新功能:分配檢查
連接兩個系統
增強模型:細分業務
性能調整
最後的回顧
III. 重構以獲得更深的洞察
8. 突破
突破的故事
一個不錯的模型,然而……
突破