Java design patterns : a hands-on experience with real-world examples /
Use the step-by-step approach of this book to learn and implement design patterns in real-world applications. It focuses on classical design patterns with Java 17 and Eclipse (2021-09). In addition to Gang of Four (GoF) design patterns, the book covers popular and alternative design patterns and inc...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
Apress,
2022.
|
Edición: | Third edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Chapter 1: SOLID Principles
- Chapter 2: Simple Factory Pattern
- Chapter 3: Factory Method Pattern
- Chapter 4: Abstract Factory Pattern
- Chapter 5: Prototype Pattern
- Chapter 6: Builder Pattern
- Chapter 7: Singleton Pattern
- Chapter 8: Proxy Pattern
- Chapter 9: Decorator Pattern
- Chapter 10: Adapter Pattern
- Chapter 11: Facade Pattern
- Chapter 12: Flyweight Pattern
- Chapter 13: Composite Pattern
- Chapter 14: Bridge Pattern
- Chapter 15: Visitor Pattern
- Chapter 16: Observer Pattern
- Chapter 17: Strategy Pattern
- Chapter 18: Template Method Pattern
- Chapter 19: Command Pattern
- Chapter 20: Iterator Pattern
- Chapter 21: Memento Pattern
- Chapter 22: State Pattern
- Chapter 23: Mediator Pattern
- Chapter 24: Chain of Responsibility Pattern
- Chapter 25: Interpreter Pattern
- Chapter 26: Null Object Pattern
- Chapter 27: MVC Pattern
- Chapter 28: Criticism to Design Patterns
- Chapter 29: Brief overview of Anti-Patterns
- Chapter 30: FAQ.