seforge软工空间
  软工空间 >软件知识
个人工具
您位于: 首页 经典书籍 经典书籍 软件设计模式 Patterns in Java, Volume 1—A Catalog of Reusable Design Patterns Illustrated with UML

Mark Grand (2002)

Patterns in Java, Volume 1—A Catalog of Reusable Design Patterns Illustrated with UML

Robert Ipsen, vol. 1. (ISBN: 0-471-22729-3).

Since the publication of the first edition in 1998, programmers and developers have been waiting eagerly for an update to this expert guide on how to use Java in conjunction with the timesaving design patterns that have surfaced in the past few years. With the new edition of his bestselling Patterns in Java, Volume 1, Mark Grand brings you up to date with the latest release of Java and many of the important concerns facing Java programmers today. If you are a programmer or developer who wants to take advantage of new patterns, but doesn’t have the time or experience to document them for your organization, this book is for you. As with the first edition, each pattern is documented in UML and, where appropriate, a code example or an example in the core Java API is provided. This comprehensive book gives you: Seven fundamental design patterns Six creational patterns Three partitioning patterns Nine structural patterns Eleven behavioral patterns Eleven concurrency patterns UML documentation of all 47 patterns Practical, hands-on examples of pattern implementation in Java
这本书里面的模式个人觉得虽然没有GoF的早和经典,但是要全面,比如对象池,这本书是最早正式提这个模式的。很推荐。