Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Store Textbook Search
  
(What's this?)
Selected Product:

Applying UML and Patterns
Applying UML and Patterns

Hardcover
Edition: 1st
Author: Craig Larman
Publisher: Prentice Hall PTR
Release Date: 1997-10-30
ISBN-10: 0137488807
ISBN-13: 9780137488803
List Price: $69.33
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
ISBN-10: 0201633612
ISBN-13: 0785342633610
List Price:$59.99


Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
ISBN-10: 0201633612
ISBN-13: 9780201633610
List Price:$59.99


Refactoring: Improving the Design of Existing Code
Refactoring: Improving the Design of Existing Code
ISBN-10: 0201485672
ISBN-13: 0785342485677
List Price:$59.99


Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition)
Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition)
ISBN-10: 0131489062
ISBN-13: 0076092037224
List Price:$59.99


Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series)
Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series)
ISBN-10: 0201485672
ISBN-13: 9780201485677
List Price:$59.99


Writing Effective Use Cases
Writing Effective Use Cases
ISBN-10: 0201702258
ISBN-13: 0785342702255
List Price:$49.99


UML Distilled: A Brief Guide to the Standard Object Modeling Language (3rd Edition) (Addison-Wesley Object Technology Series)
UML Distilled: A Brief Guide to the Standard Object Modeling Language (3rd Edition) (Addison-Wesley Object Technology Series)
ISBN-10: 0321193687
ISBN-13: 9780321193681
List Price:$44.99


Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition)
Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition)
ISBN-10: 0131489062
ISBN-13: 9780131489066
List Price:$64.99


Writing Effective Use Cases (Agile Software Development Series)
Writing Effective Use Cases (Agile Software Development Series)
ISBN-10: 0201702258
ISBN-13: 9780201702255
List Price:$49.99


UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition
UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition
ISBN-10: 0321193687
ISBN-13: 0785342193688
List Price:$39.99


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Applying UML and Patterns by Craig Larman (ISBN-10: 0137488807, ISBN-13: 9780137488803).

At this time we have not yet written a review for Applying UML and Patterns by Craig Larman (ISBN-10: 0137488807, ISBN-13: 9780137488803). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
Written for the developer with previous programming and design experience, Applying UML and Patterns combines UML, software patterns, and Java to illustrate the author's own design strategy. Though author Craig Larman sometimes relies heavily on the jargon of software engineering, there's no doubt that his book contains some immediately useful ideas on software design, using the latest and greatest in software-engineering research.

This book begins by outlining a basic process of software design using iterative, object-oriented techniques. The case study used for this text is a point-of-sale (POS) system, a helpful real-world example. The book constructs use case diagrams and basic conceptual and class models for this system. The author then adds sequence diagrams to show how the POS system will do its processing and collaboration diagrams to show how objects will interact with one another. The author uses standard UML diagrams to document the design.

When it comes to refining class design, the author's experience with patterns really shines. His General Responsibility Assignment Software Patterns (GRASP) suggest guidelines for designing classes that work together effectively. Larman believes that the ability to assign responsibilities to classes effectively is one of the most important aspects of good object-oriented design. His patterns allow this to happen and provide an interesting contribution to the design process. (The author also introduces more widely used software patterns to enhance the design process.)

When it comes to coding the design, Java is the programming language of choice for this text. Further chapters discuss how to refine an initial design using an iterative process of software engineering. While it's unlikely that readers will adopt Larman's approach to software design in its entirety, his guidelines--and application of patterns to class design, all documented using UML--make this a worthwhile text for the more experienced reader. --Richard Dragan



Customer Reviews
Average Customer Rating: Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5

Examples are not good
Customer Rating:  Score = 2 Score = 2 Score = 2 Score = 2 Score = 2
This book is good overview for UML however examples given are too easy and not comprehensive enough to explain the subject.

Great work Craig Larman!
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This is one of my MOST favorite books. I always have it on my table whenever I am working on the design and analysis phase of the development. I'll strongly recommend it to anyone sincerely wish to understand the concepts of OOD, UML and design patterns, and particularly applying the design patterns. Craig Larman is a master author, he makes everything easy and straightforward to follow as if he could understand the mind of the reader. This book is definitely a MUST HAVE.

The BEST book for learning OO design
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book started me off in the right direction many years ago. When Grady Booch was espousing starting off with noun lists and static models and then creating the dynamic models and reconciling them against the static model ad infinitum, Larman proposed starting with the dynamic models and letting the static model flow from there. Following Larman's approach you will design software that directly solves the problem, not a huge object framework that is usually outdated before it even gets completed. Flowing directly from the use cases, this methodology is a natural step towards service oriented architectures. And it's a very clear tutorial on UML to boot.

Great textbook on Object Oriented Analysis and Design
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
I taught an Object Oriented Analysis and Design course at college using this book. It was the ideal textbook. No book on OOAD I know comes close to it. I think the negative reviews here were decieved by the title. This book doesn't teach UML and Patterns it teaches Object Oriented Analysis and Design.

The Rosetta Stone for Applying UML
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book is more about the identifying and satisfying the dependencies that are such stumbling blocks for new or naive practioners of OO design with UML. Although I had attended UML courses and read other OO and UML books, applying UML and gaining benefit from doing so seemed impossible until I read this book. This book communicates something I never found in other OO/UML books I've read.

























Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us
Cheap Textbooks | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions