Record Display for the EPA National Library Catalog

RECORD NUMBER: 1 OF 1

Main Title Design patterns : elements of reusable object-oriented software /
Other Authors
Author Title of a Work
Gamma, Erich.
Publisher Addison-Wesley,
Year Published 1995
OCLC Number 31171684
ISBN 0201633612; 9780201633610
Subjects Object-oriented programming (Computer science) ; Computer software--Reusability ; Software patterns ; Architecture logicielle ; Génie logiciel ; Objektorientierte Programmierung ; Softwareentwicklung ; Softwarewiederverwendung ; Entwurfsmuster ; Object-georièenteerd programmeren ; Hergebruik ; Computacao (metodologia e tecnicas) ; Programacao de computadores ; Programmation oriente objets (informatique) ; Logiciels--Réutilisation ; Programmation orientâee objets (informatique) ; Logiciels--Râeutilisation ; Programacao de computadores--larpcal ; Programas para computadoras--Reutilizacion
Internet Access
Description Access URL
The Class of 1924 Book Fund Home Page http://hdl.library.upenn.edu/1017.12/366301
Holdings
Library Call Number Additional Info Location Last
Modified
Checkout
Status
EKBM  QA76.64.D47 1995 Research Triangle Park Library/RTP, NC 08/31/2011
EKDM  QA76.64.D47 1995 CEMM/EPD Library/Athens,GA 10/29/2012 STATUS
Collation xv, 395 pages : illustrations ; 25 cm
Notes
Includes bibliographical references (pages 375-381) and index.
Contents Notes
Four software designers present a catalog of simple and succinct solutions to commonly occurring design problems, using Smalltalk and C++ in example code. These 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves. The authors begin by describing what patterns are and how they can help you design object-oriented software. They go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems.--From publisher description. Introduction : What is a design pattern? : Design patterns in Smalltalk MVC ; Describing design patterns ; The catalog of design patterns ; Organizing the catalog ; How design patterns solve design problems ; How to select a design pattern ; How to use a design pattern -- A case study: designing a document editor : Design problems ; Document structure ; Formatting ; Embellishing the user interface ; Supporting multiple look-and-feel standards ; Supporting multiple window systems ; User operations ; Spelling checking and hyphenation ; Summary -- Design pattern catalog : Creational patterns : Abstract factory ; Builder ; Factory method ; Prototype ; Singleton ; Discussion of creational patterns -- Structural pattern : Adapter ; Bridge ; Composite ; Decorator ; Facade ; Flyweight ; Proxy ; Discussion of structural patterns -- Behavioral patterns : Chain of responsibility ; Command ; Interpreter ; Iterator ; Mediator ; Memento ; Observer ; State ; Strategy ; Template method ; Visitor ; Discussion of behavioral patterns -- Conclusion : What to expect from design patterns ; A brief history ; The pattern community ; An invitation ; A parting thought -- A. Glossary -- B. Guide to notation : Class diagram ; Object diagram ; Interaction diagram -- C. Foundation classes : List ; Iterator ; ListIterator ; Point ; Rect.