Cargando…

Java design patterns : a hands-on experience with real-world examples /

Get hands-on experience implementing 26 of the most common design patterns using Java and Eclipse. In addition to Gang of Four (GoF) design patterns, you will also learn about alternative design patterns, and understand the criticisms of design patterns with an overview of anti-patterns. For each pa...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sarcar, Vaskaran (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, California] : Apress, [2019]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • Part 1. Gang of four patterns. Singleton pattern
  • Prototype pattern
  • Builder pattern
  • Factory method pattern
  • Abstract factory pattern
  • Proxy pattern
  • Decorator pattern
  • Adapter pattern
  • Facade pattern
  • Flyweight pattern
  • Composite pattern
  • Bridge pattern
  • Visitor pattern
  • Observer pattern
  • Strategy (policy) pattern
  • Template method pattern
  • Command pattern
  • Iterator pattern
  • Memento pattern
  • State pattern
  • Mediator pattern
  • Chain-of-responsibility pattern
  • Interpreter pattern
  • Part 2. Additional design patterns. Simple factory pattern
  • Null object pattern
  • MVC pattern
  • Part 3. Final discussions on design patterns. Criticisms of design patterns
  • AntiPatterns: avoid the common mistakes
  • FAQs
  • Appendix A: A brief overview of GoF design patterns
  • Appendix B: Winning notes and the road ahead
  • Appdneix C: Bibliography.