Cargando…

Java design patterns : a tutorial /

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 tec...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cooper, James William, 1943-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Reading, Mass. : Addison-Wesley, ©2000.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Section 1: What are design patterns? Introduction
  • UML diagrams
  • Section 2: Creational patterns. The factory pattern
  • The factory method
  • The abstract factory pattern
  • The singleton pattern
  • The builder pattern
  • The prototype pattern
  • Section 3: Structural patterns. The adapter pattern
  • The bridge pattern
  • The composite pattern
  • The decorator pattern
  • The fac̦ade pattern
  • The flyweight pattern
  • The proxy pattern
  • Section 4: Behavioral patterns. Chain of responsibility pattern
  • The command pattern
  • The interpreter pattern
  • The iterator pattern
  • The mediator pattern
  • The memento pattern
  • The observer pattern
  • The state pattern
  • The strategy pattern
  • The template pattern
  • The visitor pattern
  • Section 5: Design patterns and the Java foundation classes. The JFC, or swing
  • Writing a simple JFC program
  • Radio buttons and toolbars
  • Menus and actions
  • The JList class
  • The JTable class
  • The JTree class
  • Case studies. Sandy and the mediator
  • Herb's text processing tangle
  • Mary's dilemma.