| | |  | Software Engineering | Home » » » Software Architecture Design Patterns in Java | | | | | | | Product Promotions: | | | | | Description: | | Software engineering and computer science students need a resource that explains how to apply design patterns at the enterprise level, allowing them to design and implement systems of high stability and quality.
Software Architecture Design Patterns in Java is a detailed explanation of how to apply design patterns and develop software architectures. It provides in-depth examples in Java, and guides students by detailing when, why, and how to use specific patterns.
This textbook presents 42 design patterns, including 23 GoF patterns. Categories include: Basic, Creational, Collectional, Structural, Behavioral, and Concurrency, with multiple examples for each. The discussion of each pattern includes an example implemented in Java. The source code for all examples is found on a companion Web site.
The author explains the content so that it is easy to understand, and each pattern discussion includes Practice Questions to aid instructors. The textbook concludes with a case study that pulls several patterns together to demonstrate how patterns are not applied in isolation, but collaborate within domains to solve complicated problems. | | | Product Details: | | | Author:
| Partha Kuchana | | Hardcover:
| 416 pages | | Publisher:
| Auerbach Publications | | Publication Date:
| April 22, 2004 | | Language:
| English | | ISBN:
| 0849321425 | | Product Length:
| 1.04 inches | | Product Width:
| 0.69 inches | | Product Height:
| 0.13 inches | | Product Weight:
| 2.39 pounds | | Package Length:
| 10.0 inches | | Package Width:
| 7.09 inches | | Package Height:
| 1.34 inches | | Package Weight:
| 2.43 pounds | | Average Customer Rating:
| based on 17 reviews |
| | | | Customer Reviews: | |
Average Customer Review:
( 17 customer reviews )
Write an online review and share your thoughts with other customers.
Most Helpful Customer Reviews
37 of 41 found the following review helpful:
My new favoriteSep 09, 2004
By Lasse Koskela Design patterns used to be the hottest topic around a couple of years ago. One of the side-effects was the "Applied Java Patterns" book which I very much liked and used to recommend to anyone looking for a "GoF" replacement using Java for code examples. Not anymore. From now on, I'm recommending Kuchana's "Software Architecture Design Patterns in Java".
Why am I so pleased with this book? What makes it any different than other design pattern books? Well, first of all the volume is huge. Kuchana's book covers all the original Gang of Four patterns plus another 20 or so patterns, including a couple of multithreading related patterns. Second, the text itself is very readable and doesn't cling too much on fancy words. The explanations are concise and to the point. Further kudos goes to dealing with such frequently asked questions like the difference between Factory Method and Abstract Factory.
To list some things I didn't like about this book, I have to say that having exercises without sample answers in the back was a tiny disappointment and I would've preferred a bit more condensed font for the code listings. That's about it.
All in all, a very good choice for filling the gaping design patterns encyclopedia slot in your bookshelf. Highly recommended.
14 of 14 found the following review helpful:
Disappointed - Light on patternsFeb 01, 2006
By Paul F. Jurgens I purchased this book hoping to brush up on my design pattern skills for a new job I had just accepted. I purchased this book on the recommendations of other Amazon.com readers, but I have to say that I am pretty disappointed in the text. The book covers the 23 GoF patterns plus an additional 19 patterns.
I struggled with this text on a couple of different levels. First, some of the patterns presented aren't really patterns at all. There is a "pattern" called Accessor Methods, but this isn't anything more than good coding practices. The same could be said of Constant Data Manager (btw - I disagree with the author's solution of mashing together unrelated constants into a single location).
But my real problem with this book is the presentation of the patterns themselves. GoF presents patterns in a canonical form that is widely embraced by the pattern community. This book chooses not to present the pattern in much of a form. Instead, each pattern is given a short introduction (1 page most of the time) followed by one or more examples (8, 9 or 10 pages). There is no high-level goal (motivation) of the pattern stated. The benefits of the pattern are never identified. Nor are the drawbacks (consequences). The structure of the pattern is never clearly identified.
This book relies on the examples explaining the patterns, but I don't think that the intent behind each pattern is explained any where near well enough. This book would be good for a person that wants to see decent (but not great) implementations design patterns. I don't think this book is good for learning the concepts behind the different design patterns and gaining the understanding knowing when to use one pattern over another.
If you want to see some implementations of patterns then maybe consider this book. If you want to learn/study about patterns this isn't the right book.
For me it is back to GoF. I have heard good things about the Head Start Design Pattern book. Maybe I will check this out. But I severely doubt I will be referencing (or keeping) this book much in the future.
11 of 11 found the following review helpful:
Read GoF instead.Jan 21, 2006
By Grumpy Pants I was not impressed with Software Architecture Design Patterns in Java. I've been programming professionally for about five years, and have previously read Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides ("GoF"). Currently Java is the language I am most fluent in. What I hoped to get out of this book was:
* A deeper understanding of the GoF patterns and how Java facilitates their implementation.
* Useful new patterns that reflect how the software world has changed since the GoF book was published.
* An extra bonus would have been some insight into how Java itself uses the patterns.
This book failed to deliver on all counts. The example code is all in Java but there is no discussion of how Java affects the use of the pattern. (Languages do affect pattern use; e.g. Peter Norvig has argued that most of the GoF patterns are not needed in dynamic functional languages like Lisp.)
The examples are highly contrived and pages and pages of simple beans with getters and setters obstruct following the higher level arguments. In fact, Partha Kuchana at times left me sufficiently confused that I had to refer back to the GoF to understand how a particular pattern differed from another or what a patterns purpose was.
The additional patterns presented here are not terribly useful -- often they're so obvious you wonder what alternative could possibly be used instead. A nice reminder than quantity is not the same as quality.
I would recommend reading the GoF book (which is highly regarded, still highly relevant, and for the most part approachable and understandable) instead. If you strongly prefer a Java-oriented book there are many other highly rated ones to choose from.
2 of 2 found the following review helpful:
DisappointingOct 27, 2005
By Emir Causevic Don't be deceived by the five-star reviews here at Amazon for the book. I bought it encouraged by good reviews and being really interested in getting a good book on architectural patterns, but I'm very disappointed after reading the book. Here is my summarized opinion on the book: * No architectural patterns have been presented in this book * Book is merely an introduction to basic patterns using Java language * Examples are too simplistic and they do not help get the real understanding of patterns * It is way too expensive
In my opinion, if you have any knowledge of software design patterns or you are looking for a book on architectural patterns - you will waste your money buying this book. If you're new to design patterns, try buying another book. I'm sure you can find much better book on design patterns for less money. Try with "Design Patterns - Elements of Reusable OO Software" by Erich Gamma et al, then "Patterns of Enterprise Application Architecture" by Martin Fowler and "Core J2EE Patterns". Maybe some will argue that the books are outdated, but surely you'll learn much, much more on patterns from any of them that from the "Software Architecture Design Patterns in Java".
4 of 5 found the following review helpful:
just fineJul 24, 2006
By Slavisa Nesic I have recently learned that one should not give his comments on books until he reads the book to the last page and until he reads some other books he can buy. Previously I gave the excellent rating the Head First Design Patterns because I found it very original and helpful about some patterns. But when reading that book further, and when reading the other book Software Architecture Design Patterns in Java by Partha Kuchana, I realized how one should be careful when judging a book on his first impressions. Now I read the Kuchana's book completely.
Simply said, right now I would recommend Software Architecture Design Patterns in Java as a good start in patterns. The book includes all patterns from GoF (Head First did not) and adding some of its own. The style is very practical and speaks about a pattern in direct, practical and programmer style. The book does not convey the spirit of exaggerated ultimate excitation that you can feel in some other books ( "oh, this pattern is so gorgeous, so delightful"). This book simply says what a pattern is about and how to use it, all in simple terms, like a programmer to a programmer. Highly practical and down to earth, which I like.
When a Java beginner reads this book he will have some occasional problems however when jumping to the examples that use Java graphical interface, but there are other examples so you can probably find out your way without AWT or Swing examples anyway, because the explanations are excellent by themselves.
So, 5 stars.
See all 17 customer reviews on Amazon.com
| | |
|