Join Books.org — it's free

Network Programming, Java (Programming Language), General Software Engineering
Design Patterns in Java by Steven John Metsker — book cover

Design Patterns in Java

by Steven John Metsker, William C. Wake
Write a review
Log in to track your reading progress.

Overview

Design Patterns in Java™ gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns, this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 patterns identified in that groundbreaking text.

Drawing on their extensive experience as Java instructors and programmers, Steve Metsker and Bill Wake illuminate each pattern with real Java programs, clear UML diagrams, and compelling exercises. You'll move quickly from theory to application–learning how to improve new code and refactor existing code for simplicity, manageability, and performance.

Coverage includes

  • Using Adapter to provide consistent interfaces to clients
  • Using Facade to simplify the use of reusable toolkits
  • Understanding the role of Bridge in Java database connectivity
  • The Observer pattern, Model-View-Controller, and GUI behavior
  • Java Remote Method Invocation (RMI) and the Proxy pattern
  • Streamlining designs using the Chain of Responsibility pattern
  • Using patterns to go beyond Java's built-in constructor features
  • Implementing Undo capabilities with Memento
  • Using the State pattern to manage state more cleanly and simply
  • Optimizing existing codebases with extension patterns
  • Providing thread-safe iteration with the Iterator pattern
  • Using Visitor to define new operations without changing hierarchy classes

If you're a Java programmer wanting to save time while writing better code, this book's techniques, tips, and clear explanations and examples will help you harness the power of patterns to improve every program you write, design, or maintain.

All source code is available for download at http://www.oozinoz.com.

About the Author, Steven John Metsker

Steven John Metsker is a Managing Consultant with Dominion Digital, an information technology and business process reengineering company. Steve specializes in object-oriented techniques for creating clean, powerful software, and he is the author of Building Parsers with Java™, Design Patterns Java™ Workbook, and Design Patterns in C# (all from Addison-Wesley).

William C. Wake, xp123.com , is an independent software consultant, coach, and trainer with more than twenty years of programming experience. Bill previously held positions with Capital One Financial, DMR Trecom, and VTLS, Inc. He is the author of the Refactoring Workbook and Extreme Programming Explored (both from Addison-Wesley).

Reviews

There are no reviews yet. Log in to write one.

Editorials

From Barnes & Noble

The Barnes & Noble Review
Patterns are one of the most valuable software engineering innovations of the past generation -- arguably the most valuable. But, as groundbreaking as the Gang of Four's Design Patterns was, translating their patterns for use in production Java applications isn't always easy. The solution? Metsker and Wake's Design Patterns in Java, Second Edition.

This book brings those classic patterns to life, with realistic examples and challenges that use Java 1.5 and its key libraries. All 23 GoF patterns are here: “interface” patterns like Adapter and Facade; “responsibility” patterns like Singleton; “construction patterns” like Abstract Factory; “operation” patterns like Template Method; and much more.

Don't just read Metzker and Wake: Work their challenges. There's no better way to internalize these patterns, so you'll actually use them -- and get the benefits they've always promised. Bill Camarda, from the May 2006 Read Only

Book Details

Published
May 2, 2006
Publisher
Pearson Education
Pages
480
ISBN
9780321629944

More by Steven John Metsker

Similar books