Java design patterns a tour of 23 gang of four design patterns in Java
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 presen...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2016.
|
Edición: | 1st ed. 2016. |
Colección: | Expert's voice in Java.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629931806719 |
Tabla de Contenidos:
- 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
- 13. Factory Method Pattern
- 14. Memento Pattern
- 15. State Pattern
- 16. Builder Pattern
- 17. Flyweight Pattern
- 18.Abstract Factory Pattern
- 19. Mediator Pattern
- 20. Chain of Responsibility Pattern
- 21. Composite Pattern
- 22. Bridge Pattern (Or Handle/Body Pattern)
- 23.Visitor Pattern
- 24. Interpreter Pattern
- FAQ
- Reference. -Acknowledgements
- About the Author.