What do you think?
Rate this book
The first edition of Applying UML and Patterns became a standard. The second edition uses the unified process (UP) as the iterative process within which OOA/D is introduced, and extends the case study used in the first edition. Other changes have been made to reflect the growing consensus on the most effective ways to work with OOA/D and patterns.
Although you will learn UML, this isn't what Applying UML and Patterns is all about. It's designed to teach you to think of software as a collection of objects with properties and to manipulate the relationships between them. This is far more profound.
The case study enables Craig Larman to carry the design through to Java code. In practice, you will need a basic understanding of OO programming to benefit from Applying UML and Patterns, though you needn't know Java--you can implement the designs in the OO language of your choice with equal facility.
When it comes right down to it, Applying UML and Patterns is all about providing you with a language in which to think about software design. This is quite different from learning a language in which to code a design.
A facility with OOA/D will enable you to design and discuss programs independent of code, to produce more elegant and maintainable software, and to take a 30,000-foot view of the way your software interacts with the world. In effect, it can shift your viewpoint from that of a mechanic to that more sophisticated viewpoint of an engineer. Recommended. --Steve Patient. Amazon.co.uk
592 pages, Kindle Edition
First published January 1, 1997
I. Introduction (3 chapters);What is particularly nice about Larman's book, from a pedagogical point of view, is that intermediate and advanced concepts are covered when needed for the development of the case study. Thus, in the first chapters, a basic class diagram in introduced and used and only later in the book, as the need comes up, are more advanced aspects of class diagrams such as conceptual class hierarchies, inheritance, association classes, aggregation, derived elements, qualified associations and reflexive associations introduced. The same logic is used for different kinds of modeling diagrams.
II. Inception (4 chapters);
III. Elaboration Iteration 1 -Basics (15 chapters);
IV. Elaboration Iteration 2 (5 chapters);
V. Elaboration Iteration 3 (13 chapters):
VI. Special Topics (1 chapter on planning).