or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
Java Design Patterns: A Tutorial
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java Design Patterns: A Tutorial [Paperback]

James W. Cooper
2.4 out of 5 stars  See all reviews (13 customer reviews)
RRP: £34.99
Price: £29.74 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.25 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Paperback £29.74  
Trade In this Item for up to £0.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Java Design Patterns: A Tutorial for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with The Spy in the Coffee Machine: The End of Privacy as We Know It £7.30

Java Design Patterns: A Tutorial + The Spy in the Coffee Machine: The End of Privacy as We Know It
Price For Both: £37.04

Show availability and delivery details



Product details

  • Paperback: 352 pages
  • Publisher: Addison Wesley; 1 edition (3 Feb 2000)
  • Language English
  • ISBN-10: 0201485397
  • ISBN-13: 978-0201485394
  • Product Dimensions: 23.3 x 18.6 x 1.8 cm
  • Average Customer Review: 2.4 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Bestsellers Rank: 652,260 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

James William Cooper
Discover books, learn about writers, and more.

Visit Amazon's James William Cooper Page

Product Description

Amazon.co.uk Review

The original Design Patterns by Gamma, Helm, et al proved a bestseller, spawning a number of derivative titles as well as a new edition. Java Design Patterns takes the 23 patterns created by the original designers and implements them for the benefit of Java programmers. The format in this book is to introduce the pattern with a description of the situation it describes. All the UML diagrams used in the book were created in Jvision and each is implemented as a complete working visual Java program with variations as a Visual Slick Edit project; all of it is supplied on the accompanying CD.

The point of patterns is to short-circuit the design process for programmatic problems solved by programmers many times before. What you're doing is taking the program design process up a level: just as classes encapsulate program components, so patterns encapsulate and generalise common interactions between components. For Java programmers, a pattern book using Java makes for a much shorter learning cycle than working from basic patterns or using a book written in a generic metalanguage.

The style is laid-back, with the emphasis on practicality rather than theory. This makes it far easier reading than the book it's based on. It is also more relevant to programmers working at the coalface. Patterns are a powerful intellectual tool. Master them and you'll take your game to a new level: this is the book you need to make the climb. --Steve Patient

Product Description

Java developers know that design patterns offer powerful productivity benefits -- but until now, few patterns books have been specific enough to address their programming challenges. With Java Design Patterns, there's finally a hands-on, practical design patterns guide focused specifically on real-world Java development. Java Design Patterns is structured as a series of short chapters, each describing one Java 1.2 design pattern and providing one or more complete, working, visual example programs, complete with UML diagrams illustrating how the classes interact. The book covers three main categories of design patterns: creational, structural, and behavioral. Author James W. Cooper demonstrates several patterns at work in the context of development with the Java Foundation Classes (JFC) and Swing; and also presents several detailed case studies of Java development with design patterns. For all Java programmers, software engineers, and application developers.


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(10)
(4)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
8 of 8 people found the following review helpful
One to avoid... 2 Oct 2001
By A Customer
Format:Paperback
Java and design patterns should be quite straightforward bed-partners - the motivations for design patterns are well-documented elsewhere and the standard Java API is packed full of examples. Accordingly I was amazed by the examples in this book!

The numerous typos weren't all that distracting after a while - I understood what the author was trying to get at.
However, the unconventional use of the language is not so easily ignored, especially since a book such as this aims to be a guide to "best practice". It may be dealing primarily with design but standard Java conventions and idioms should be used nonetheless!
Most significantly, though, I felt that the examples didn't match the motivations for the design patterns or were ridiculously contrived; hands up who needs a configurable swimming lane determining framework?!

In summary, this was a huge, huge disappointment!

Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
Dissappointing 14 Jan 2003
Format:Paperback
I have been looking for a design patterns book that gave clear examples in Java. Unfortunately this is not the one. The main problem with it, as mentioned in some other reviews is that the examples are extremely contrived and overly complex. You will spend more effort trying to understand the example (circle seeding of swimming competitions !!!) than the pattern itself. The reliance on Swing also introduces unnecessary clutter and complexity into the code samples and makes identifying the pattern implementation even more tedious. Admittedly some examples and explanations are better than others but this book is hard work to read and I would not recommend it to anyone. Luckily I found Design Patterns Explained by Shalloway and Trott. This doesn't cover as many patterns as Mr Cooper's book but it is lucid and understandable with the focus on the patterns as it should be!
Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
By A Customer
Format:Paperback
The Design Patterns in Java is an interesting topic that deserves good treatment in a book like this. Initially, I think the author did a fair job of explaining the Patterns. The book miss the top mark from me for two reasons:

1. The Publisher did a (bad) job of proof-reading and making sure that the book didn't contain embarrasing examples of headings with missing letters, etc. The author states that all the examples will compile, but that was obviously before the book was typed up for printing.

2. The author could have taken the effort to explain where some of the patterns actually have been used by the designers of the Java language. Several patterns are built into the JDK, and it would have been a definite improvement to show the readers how the patterns have been put to good use in the language.

Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Not a good book
More than once I failed to understand the difference between two distinct design patterns as explained by Cooper. I got the book for free, but what about wasted time?
Published on 16 Dec 2008 by Dimitri Shvorob
Rubbish
I wish I'd have read these reviews before I bought this book, even if I did get it cheap.

Too much detail in each chapter leads to confusion, doesn't actually give you... Read more

Published on 18 Feb 2006 by "kaylanx"
Exceptionally Bad
If you are looking for a Design Patterns book to complement the excellent GoF book with Java examples this is NOT it. Read more
Published on 3 Feb 2003 by N. Mulhall
Not bad but not THE Java design pattern book
Any Java developer who has read "Design Patterns" by Gamma, et al, has probably tried to relate the patterns discussed to Java programs. Read more
Published on 27 Nov 2002 by Thomas Paul
Not good at communicating the essentials
More confusing than helpful. This author probably knows their stuff but is definitely not a good communicator/educator. Read more
Published on 13 May 2002
Good Topic, Bad Execution
Java Patterns is a great idea for a book, but the execution is poor!

The book spends too much time delving into abstract examples that muddy the waters considerably. Read more

Published on 22 Jan 2002
Good Explanation but with not so good Examples
If you have read the book of Design Patterns by the gang of four, and want to see some working examples in Java of those famous patterns and want to gain some experience, this book... Read more
Published on 20 Aug 2001
A good grounding in Design Patterns w/practical examples
I have been developing in Java for the last year and a half and have been looking for a practical guide to Design Patterns. And this is so nearly it. Read more
Published on 17 May 2001
Excellent practical book to understanding design patterns
I didn't know about design patterns and I was told about the GoF, so I read the book which left more unanswered questions than it solved. Read more
Published on 27 Nov 2000
Excellent bridge to Gamma from a Java perspective.
Looking for a book to help you *understand* rather than just *read* Gamma et. al. Design Patterns? Want a Java, rather than C++ perspective? Then this book is for you. Read more
Published on 5 Sep 2000 by Mr. S. Phelan
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges