Book description
Design patterns have become a staple of object-oriented design and programming by providing elegant, easy-to-reuse, and maintainable solutions to commonly encountered programming challenges. However, many busy Java programmers have yet to learn about design patterns and incorporate this powerful technology into their work.
Java™ Design Patterns is exactly the tutorial resource you need. Accessible and clearly written, it helps you understand the nature and purpose of design patterns. It also serves as a practical guide to using design patterns to create sophisticated, robust Java programs.
This book presents the 23 patterns cataloged in the flagship book Design Patterns by Gamma, Helm, Johnson, and Vlissides. In Java™ Design Patterns, each of these patterns is illustrated by at least one complete visual Java program. This practical approach makes design pattern concepts more concrete and easier to grasp, brings Java programmers up to speed quickly, and enables you to take practical advantage of the power of design patterns.
Key features include:
Introductory overviews of design patterns, the Java Foundation Classes (JFC), and the Unified Modeling Language (UML)
Screen shots of each of the programs
UML diagrams illustrating interactions between the classes, along with the original JVISION diagram files
An explanation of the Java Foundation Classes that illustrates numerous design patterns
Case studies demonstrating the usefulness of design patterns in solving Java programming problems
After reading this tutorial, you will be comfortable with the basics of design patterns and will be able to start using them effectively in your day-to-day Java programming work.
0201485397B04062001
Table of contents
- Copyright
- Preface
- About the Author
- Acknowledgments
- 1. What Are Design Patterns?
-
2. Creational Patterns
- 3. The Factory Pattern
- 4. The Factory Method
- 5. The Abstract Factory Pattern
- 6. The Singleton pattern
- 7. The Builder Pattern
- 8. The Prototype Pattern
- 3. Structural Patterns
-
4. Behavioral Patterns
- 16. Chain of Responsibility Pattern
- 17. The Command Pattern
- 18. The Interpreter Pattern
- 19. The Iterator Pattern
- 20. The Mediator Pattern
- 21. The Memento Pattern
- 22. The Observer Pattern
- 23. The State Pattern
- 24. The Strategy Pattern
- 25. The Template Pattern
- 26. The Visitor Pattern
- 5. Design Patterns and the Java Foundation Classes
- 6. Case Studies
Product information
- Title: Java™ Design Patterns: A Tutorial
- Author(s):
- Release date: February 2000
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780201485394
You might also like
video
Design Patterns in Java
Design Patterns in Java LiveLessons is a clear, concise introduction to one of the most important …
video
Design Patterns in Java
In this Design Patterns in Java training course, expert author Petter Graff teaches you about the …
book
Java Design Patterns
Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a …
video
Learn Design Patterns with Java
Design Patterns give a software developer an array of tried and tested solutions to common problems, …