Fast Track UML 2.0 and over one million other books are available for Amazon Kindle. Learn more


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
Fast Track UML 2.0
 
 
Start reading Fast Track UML 2.0 on your Kindle in under a minute.

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

Fast Track UML 2.0 [Paperback]

Kendall Scott (Author), Apress (Author)
2.6 out of 5 stars  See all reviews (5 customer reviews)

Price: $24.99 & eligible for FREE Super Saver Shipping on orders over $25. Details
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $9.99  
Paperback $24.99  

Book Description

March 19, 2004

The Unified Modeling Language (UML) is a methodology to document the analysis and design of the software development process. Through the use of standard diagrams for such concepts as use cases, interactions, and collaborations, among many others, Fast Track UML 2.0 explores the modeling techniques and the changes since the prior UML 1.3 standard.

This book presents a distillation of the contents of the UML Superstructure document. It will capture the essential information contained within that document without overwhelming you with details.


Editorial Reviews

Review

From the reviews:

"This is a book that focuses pretty much on the core elements of UML 2.0. … if you are looking for a fast introduction to the different UML 2.0 constructs then this is a good place to start. The book makes good use of diagrams … . pictures are supplemented with concise text detailing what the diagram is modelling and how it is used. … This kind of material adds value … ." (techbookreport.com, May, 2004)

"This really is a fast track to UML 2.0. It explains the logic of each component of the design method, how to draw diagrams, and what each entity is all about. … this is a fast, efficient and clear way of finding out the details of UML 2.0" (Ian Elliot, Visual Systems Journal, June, 2004)

 

About the Author

Kendall Scott is fairly well known in the community as the author, co-author, and supporting author of five UML books, including UML Explained and the acclaimed UML Distilled. He partially makes his living as a UML trainer and mentor of technical and non-technical students in a variety of industries. His previous experience includes 16 years as a technical writer, with a historical emphasis on turning complicated (and often voluminous) material into easy-to-use manuals and assorted documents for a number of different kinds of readers.

Scott is a ACM/IEEE member. He is the author of The Unified Process Explained, Applying Use Case Driven Object Modeling with UML, UML Explained, Use Case Driven Object Modeling with UML, UML Distilled, Second Edition.


Product Details

  • Paperback: 350 pages
  • Publisher: Apress; 1 edition (March 19, 2004)
  • Language: English
  • ISBN-10: 1590593200
  • ISBN-13: 978-1590593202
  • Product Dimensions: 9.2 x 7.1 x 0.6 inches
  • Shipping Weight: 13.1 ounces (View shipping rates and policies)
  • Average Customer Review: 2.6 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #2,323,034 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
2.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

13 of 15 people found the following review helpful:
1.0 out of 5 stars Too Many Errors to be Useful, August 19, 2004
This review is from: Fast Track UML 2.0 (Paperback)
I bought this book for its value as a "quick read" of UML 2.0, and as prep for the OMG UML Certification.
I'm just on Chapter 1, and have found so many glaring errors so far that I suspect everything in the book has to be carefully read and re-read to identify the errors.
Examples: page 12 - the definitions for "precondition: and "postcondition" are EXACTLY the same. Page 17 - the graphic does not support the text that the notation for aggregation and composition are different. I suspect that the book was rushed to publication without adequate proofreading, which is too bad because, other than the errors, it's very consice and read-able.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
1.0 out of 5 stars Fast Track to Confusion, January 7, 2010
By 
Filipuci Bruno (Belfaux, Fribourg, Switzerland) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Fast Track UML 2.0 (Paperback)
I found this book overall unclear and misleading. I won't comment on the typing errors, as a few have already been pointed out by the other reviewers.

Below, a few samples of what I mean:

1) Page 9, on attribute property: "... readOnly, which indicates that you can add possible values for the attribute, but you can't change existing values". I am not sure I understand this and I am not sure it's correct. Correct definition, according to the UML Reference Manual Second Edition, page 555, is "A keyword of changeability indicating a property whose value may not be modified after initialization". Period.

2) Page 10, on parameter direction: "out (The operation sets or changes the value of the parameter and returns it to the caller.)". Then, "inout (The operation uses the value of the parameter and may change the value; the caller expects to see an inout parameter again.)". If in both cases the operation changes and returns the parameter to the caller, then what's the difference between the two types of parameters? Here are the definitions provided by the UML Reference Manual, respectively at pages 503 and 397: "Out parameter: A parameter that communicates values to the caller using side effects on the parameter calling mechanism". Then, on "Inout parameter: A parameter used to supply arguments to the called procedure and also return values to the caller using side effects on the parameter itself". The latter set of definitions is crystal clear to me, whereas the former is not.

3) Page 10, on default value of a parameter: "A default value of a parameter for an operation means that each call to that operation includes that value for the given parameter." I don't think so. Again, UML Reference Manual, page 307, gives the proper definition: "A value supplied automatically for a parameter if no argument value is provided".

4) Pages 29-30, Fig. 2-10, Aggregations: Here we have an aggregation example where "... an instance of the Order class that aggregates one each of instances of the ShippingInfo and BillingInfo classes and one or more instances of the Book class. An important property of aggregation is that the aggregated classes are still basically independent of the aggregating class. In other words, when a particular Order goes away (because it's been archived, for example), the ShippingInfo and BillingInfo instances that were aggregated to that Order are still present in the system. (The Book instance, of course, is gone.)". Why is the Book instance "of course" gone? Taking into account that the Book class is shown having the attribute Title only, is this some weird bookstore that sells each book of a kind only once? Or, more possibly, is that another Book class attribute that is not shown and that truly makes a particular book unique in bookstore's inventory, such an inventory number? It's guesswork for the reader that ought not to be.

5) Page 102, on Submachines: "... A submachine state is a state that references a submachine such that a copy of that submachine is implicitly part of the enclosing state machine where the reference occurs". This one seems to be an extract from the UML Reference Manual, page 627, but without the two full pages that follow and that provide clarification and an example to the somewhat obscure definition above.

6) Page 128, on Node: "A node represents a computational resource that generally has memory and often has processing capability." The terms "generally" and "often" implying that they may not, is a computational resource that has no memory and no processing capability still one? Well, apparently yes, because "... Nodes include computing devices but also human resources or mechanical processing resources", as mentioned at page 479 of the UML Reference Manual, but nowhere in this book.

7) Page 129, on Execution environment: "An execution environment offers an environment for the execution of specific types of components that are deployed on the environment, in the form of executable artifacts". I found a more comprehensible definition at page 343 of the UML Reference Manual.

This is a 160-page plus "Fast Track" book supposed to let the reader get acquainted with UML 2.0 quicker than going through the Superstructure Specification. Instead, I spent as much time as if it were a 1000-page book, doing guesswork all the way long on what the author meant to say and kept doing continuous cross-checks with the UML User's Guide and the UML Reference Manual.

Therefore, my unique recommendation to the potential reader: If you need an UML book, better get another one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 6 people found the following review helpful:
5.0 out of 5 stars A well-written, concise UML 2.0 Reference Manual, May 7, 2004
By 
This review is from: Fast Track UML 2.0 (Paperback)
As described on the back cover of the book, the target audience of Fast Track UML 2.0 includes folks with previous visual modeling knowledge, perhaps including UML 1.x experience. In the book, the author does not attempt to describe the differences between UML 2.0 and UML 1.x, or to point out the new features. Instead, in a content-packed 161 pages, Kendall, with a "fresh look" at UML 2.0, describes well what a typical developer would want to know about modeling with this improved language.

Normally, when a book's title tries to convey that it's going to teach me something "really fast" or "in just XX hours", I won't even pick it up. In this case, from reading a few of his previous books, I trusted that the author, Kendall Scott, had probably put together another good book worth reading, and he did.

I'm a mildly experienced developer with a bit of object-oriented analysis and design (OOAD) understanding. In this book, I was looking for something that would quickly bring me up to date with UML 2.0, while still serving as a good reference manual into the future, as I sit down for some fancy picture drawing, also known as visual modeling. This is that book.

I would definitely recommend this book to anyone looking for a well-written, easy to follow and understand, concise UML 2.0 reference manual. If you're a career designer, note that this book does not describe in full detail, the complete syntax of UML 2.0. That said, if you're drawing fancy pictures using syntax not described in Fast Track UML 2.0, then perhaps that's a sign that you're models are too detailed. If you're brand new to the study of OOAD looking to develop these skills, this book alone probably isn't what you're after, though it would still serve well as a supplement to another material geared towards teaching OOAD. As a bonus, the book is priced well.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
boolean status, login page, general ledger, billing info, sequence diagrams, particular input pin, specified output pin, particular output pin, stereotype signifies, executable node, concurrent substates, use case text, combined fragment, usage dependency, exit action, class box, composite state, activity edges, generalization set
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Retrieving Books, Shopping Cart, Other Stereotypes, Home Page, Book Page, Class Relationships, Kendall Scott, Retrieve Books, Book Figure, More About Operations, Cart Line Item, Doug Rosenberg, String Figure, Use Case Driven Object Modeling, More About Attributes, Credit Card Figure, Object Management Group, Information Flows, Create New Account, Retrieve Tracking Info, Activity Nodes
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

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!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject