1. Introduction -- 2. Observer Pattern -- 3. Singleton Pattern -- 4. Proxy Pattern -- 5. Decorator Pattern -- 6. Strategy Pattern (Or, Policy Pattern) -- 7. Template Method Pattern -- 8. Prototype Pattern -- 9. Adapter Pattern -- 10. Command Pattern -- 11. Iterator Pattern -- 12. Facade Pattern -- 1
Java Design Patterns: A tour of 23 gang of four design patterns in Java
โ Scribed by Vaskaran Sarcar (auth.)
- Publisher
- Apress
- Year
- 2016
- Tongue
- English
- Leaves
- 175
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Overview: Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all.
โฆ Table of Contents
Front Matter....Pages i-xxiv
Introduction....Pages 1-1
Observer Patterns....Pages 3-15
Singleton Patterns....Pages 17-21
Proxy Patterns....Pages 23-26
Decorator Patterns....Pages 27-31
Template Method Patterns....Pages 33-37
Strategy Patterns (Or, Policy Patterns)....Pages 39-45
Adapter Patterns....Pages 47-52
Command Patterns....Pages 53-57
Iterator Patterns....Pages 59-65
Facade Patterns....Pages 67-71
Factory Method Patterns....Pages 73-76
Memento Patterns....Pages 77-81
State Patterns....Pages 83-87
Builder Patterns....Pages 89-95
Flyweight Patterns....Pages 97-107
Abstract Factory Patterns....Pages 109-114
Mediator Patterns....Pages 115-121
Prototype Patterns....Pages 123-128
Chain of Responsibility Patterns....Pages 129-134
Composite Patterns....Pages 135-140
Bridge Patterns (Or Handle/Body Patterns)....Pages 141-147
Visitor Patterns....Pages 149-153
Interpreter Patterns....Pages 155-161
FAQ....Pages 163-167
Back Matter....Pages 269-271
โฆ Subjects
Programming Techniques; Programming Languages, Compilers, Interpreters
๐ SIMILAR VOLUMES
1. Introduction -- 2. Observer Pattern -- 3. Singleton Pattern -- 4. Proxy Pattern -- 5. Decorator Pattern -- 6. Strategy Pattern (Or, Policy Pattern) -- 7. Template Method Pattern -- 8. Prototype Pattern -- 9. Adapter Pattern -- 10. Command Pattern -- 11. Iterator Pattern -- 12. Facade Pattern -- 1
Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all. The examples are chosen so you will be able to absorb the core concepts easily and quickly. This book prese
Apress, 2016. โ 171 p. โ ISBN: 978-1-4842-1801-3.<br/> <br/>Design patterns are a popular topic in software development. A design pattern is a common, well-described solution to a common software problem. There is a lot of written material available on design patterns, but scattered and not in one s
This third volume from Mark Grand features 38 design patterns for developing real-world Java distributed and enterprise applications. Some of the key concepts covered are reliable transaction processing, distributed objects, reliable message passing, concurrency management, object persistence, and c
A how-to guide for Java programmers who want to use design patterns when developing real-world enterprise applications This practical book explores the subject of design patterns, or patterns that occur in the design phase of a project's life cycle. With an emphasis on Java for the enterprise, M