中文名: Java設計模式 (第2版)
原名: Design Patterns in Java, 2nd Edition
作者: Steven John Metsker
William C. Wake
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/EPUB
出版社: Addison-Wesley Professional
書號: 0321333020
發行時間: 2006年
地區: 美國
語言: 英文
簡介:
內容介紹:Design Patterns in Java gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns, this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 patterns identified in that groundbreaking text.
Drawing on their extensive experience as Java instructors and programmers, Steve Metsker and Bill Wake illuminate each pattern with real Java programs, clear UML diagrams, and compelling exercises. You'll move quickly from theory to application—learning how to improve new code and refactor existing code for simplicity, manageability, and performance.
內容截圖: 目錄:
CHAPTER 1 INTRODUCTION
CHAPTER 2 INTRODUCING INTERFACES
CHAPTER 3 ADAPTER
CHAPTER 4 FACADE
CHAPTER 5 COMPOSITE
CHAPTER 6 BRIDGE
CHAPTER 7 INTRODUCING RESPONSIBILITY
CHAPTER 8 SINGLETON
CHAPTER 9 OBSERVER
CHAPTER 10 MEDIATOR
CHAPTER 11 PROXY
CHAPTER 12 CHAIN OF RESPONSIBILITY
CHAPTER 13 FLYWEIGHT
CHAPTER 14 INTRODUCING CONSTRUCTION
CHAPTER 15 BUILDER
CHAPTER 16 FACTORY METHOD
CHAPTER 17 ABSTRACT FACTORY
CHAPTER 18 PROTOTYPE
CHAPTER 19 MEMENTO
CHAPTER 20 INTRODUCING OPERATIONS
CHAPTER 21 TEMPLATE METHOD
CHAPTER 22 STATE
CHAPTER 23 STRATEGY
CHAPTER 24 COMMAND
CHAPTER 25 INTERPRETER
CHAPTER 26 INTRODUCING EXTENSIONS
CHAPTER 27 DECORATOR
CHAPTER 28 ITERATOR
CHAPTER 29 VISITOR