Applied Java Patterns (Sun Microsystems Press Java)

Preis 27.26 - 33.73 USD

EAN/UPC/ISBN Code 76092011057, 9780130935380


Applied Java Patterns shows how Java programmers can benefit from design patterns. The idea is to identify designs that solve common software-development problems. It is an important and powerful technique, especially since the 1995 publication of Design Patterns, Elements of Reusable Object-Oriented Software by a group of authors known affectionately as the "Gang of Four". That book uses C++ for its examples, whereas this one uses Java throughout. No previous knowledge of design patterns is assumed, but readers should be familiar with Java. The first half of the book explains 32 of the most important patterns, showing how to implement them in Java and using the example of a Personal Information Manager application for many of the illustrations. Each pattern is described with notes showing when to apply it, a list of benefits and drawbacks and comments on variations and other related patterns. This accounts for around half of the book. Next comes a short but fascinating section showing how design patterns were applied in the Java APIs themselves, including JavaBeans, AWT, Swing, JDBC and Enterprise Java technologies such as Servlets and JSP. Finally, an appendix presents complete annotated example code for each pattern. This is a clear and practical book, ideal for Java developers who are new to design patterns, or others who want to explore how to apply patterns in their work.--Tim Anderson