Amazon.com: Object Models: Strategies, Patterns, and Applications/Book and Disk (Yourdon Press Computing) (9780131086142): Peter Coad, David North, Mark Mayfield: Books

Have one to sell? Sell yours here
Object Models: Strategies, Patterns, and Applications/Book and Disk (Yourdon Press Computing)
 
 
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.

Object Models: Strategies, Patterns, and Applications/Book and Disk (Yourdon Press Computing) [Hardcover]

Peter Coad (Author), David North (Author), Mark Mayfield (Author)
4.6 out of 5 stars  See all reviews (9 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Paperback $72.00  

Book Description

March 1995 Yourdon Press Computing
Object programmers can now learn how to get faster results using the strategies and patterns (templates) uncovered in this book. Without them, however, the much-needed expertise is only acquired by trail-and- error. Using sufficiently detailed, real-life examples, this book/disk package shows how to build effective object models-using applications that occur in nearly every industry. Presents six chapter- length application examples of how effective, real-life object-models are build-e.g., point-of-sale, warehousing, order-processing, data acquisition and control, and sensors and diverters. Each application reveals specific "how-to" strategies (101 total) and patterns (22 total) that will help readers develop an intuitive feel for building object models. The diskette features an on-line verison of the strategies and patterns summary (in the form of a Windows help file); as well as C++ course files, illustrating a reasonable (but not the only way) to implement each pattern.


Editorial Reviews

From the Publisher

Object programmers can now learn how to get faster results using the strategies and patterns (templates) uncovered in this book. Without them, however, the much-needed expertise is only acquired by trail-and- error. Using sufficiently detailed, real-life examples, this book/disk package shows how to build effective object models--using applications that occur in nearly every industry. Presents six chapter- length application examples of how effective, real-life object-models are build--e.g., point-of-sale, warehousing, order-processing, data acquisition and control, and sensors and diverters. Each application reveals specific "how-to" strategies (101 total) and patterns (22 total) that will help readers develop an intuitive feel for building object models. The diskette features an on-line verison of the strategies and patterns summary (in the form of a Windows help file); as well as C++ course files, illustrating a reasonable (but not the only way) to implement each pattern.

Excerpt. © Reprinted by permission. All rights reserved.

PREFACE Strategies, Patterns, and Applications APPLICATIONS How do people really learn? A proverb in Latin says it best: “The example educates.”
Truly, the example educates. It's a wonder if anything else ever does. Educating by example is what true education is all about.
An elementary education innovator startled us with these words:
“Educate right at the moment someone can apply it with success.”

This book is a book of education by example.

You won't find the obligatory 125 pages about object philosophy. You won't find page after page of icons and adornments. Why? Because the purpose of this book is to communicate how to build effective object models. And the only way to do that is to give you good examples, presenting key “lessons” right at the moment you can apply them with success.
The best shortcut to building effective object models is to study real-life examples of building effective object models. ThatÕs why this book presents applications—along with strategies and patterns, applied along the way.
The core of this book is its six application chapters. Each example is a real-life example of building an object model. Each application has enough detail in it, so that you might read it and say, “Yes, I get it. I can build real systems this way.” Moreover, each application is one that, by analogy, is applicable to most businesses and industries. For example, “point of sale” and warehouse are applications that nearly every business needs.
Chapters 1 to 6 present the applications, delivering new strategies and patterns at the moment you can apply them with success. Chapter 1, “Connie's Convenience Store,” presents a point-of-sale application (nearly every business has one, in one form or another). Chapter 2, "Wally's Warehouse," presents a warehousing application (again, nearly every business has one). Chapter 3, "Ollie's Order Center," presents an order processing application (nearly every business has one). Chapter 4, "Dani's Diverters," presents a soft real-time application: a sensor-and-diverter system (nearly every manufacturing or shipping business has one). Chapter 5, "Andi's Autopilot," presents a hard real-time application: an autopilot system (many hard real-time systems have similar needs). Chapter 6, "All Five Applications, At High Speed," presents instructions for building initial object models entirely with patterns, resulting in object models that are ready for subsequent refinement with strategic Strategies and Patterns.
As you read through the applications, you'll also discover specific strategies and patterns, practical and repeatable "how to" advice that will help you develop an intuitive feel for building object models. Strategies and patterns are nuggets of wisdom about building object models. In this book, you'll learn 148 strategies and 31 patterns, which appear in sequence in Chapter 7.

A strategy is a plan of action intended to accomplish a specific objective.

A pattern is a template, one worthy of emulation. "Pattern" can apply to the plans for a product rather than to the creations made from its specifications. The word often suggests blueprints or templates to be followed in constructing the product. More generally, the word indicates the design or configuration that something takes in actuality. But the word can also refer to the perfect representative of a type, or to any example thought worthy of emulation" (Use the Right Word). Observe that:
A pattern is a plan, rather than a specific implementation.
A pattern is a template, to be followed during construction.
A pattern is something observed from something in actuality.
A pattern is an example worthy of emulation.1
An object-model pattern is a template of objects with stereotypical responsibilities and interactions; the template may be applied again and again, by analogy.
Object patterns are repetitive forms, just like those in music. They occur again and again and again. You'll learn how to use them to your advantage, in building effective object models.
Strategies
and patterns express examples of good practice, ones that can be used to help object modelers develop more effective results. Both help developers gain an intuitive understanding, a "gut feel," for good object models.
Strategies and patterns make it possible to communicate object-modeling expertise effectively. Without such patterns, that much-needed expertise is only acquired by trial-and-error. Where did these strategies and patterns come from? From continual introspection, while building hundreds of object models over a five-year period.
Through time, strategies and patterns join the language of analysts and designers, even when discussing the architectural aspects of an object model. For example, as soon s someone on the team describes a pair of objects as "participant-transaction," others on the team immediately know what kinds of objects and stereotypical responsibilities are involved.
Strategies and patterns move object-model building to something more than just "one object a time."
Chapter 7 is a strategy and pattern handbook. The appendices address supporting issues: notation, patterns in other fields, data management, the executive decision to adopt object technology, and a histogram of initial object modeling. A glossary defines key terms.

Why READ This Book?
What makes this book unique? In other words, why read this book?
It teaches a software method by example—entirely by example.
This is the world's first software method book to do so. It's about time!
It presents applications that occur in nearly every industry.
You'll find it easy to relate to the applications.
You'll find it easier to transfer what you learn to your own software development projects.
It uses real-world applications, with a depth that readers can say, "Yes, it can be done."
The book selectively explores specific aspects of each application, to expose you to specific strategies and patterns.
No trivial examples!
No rambling case studies, either (the applications expose strategies and patterns, not mind-numbing minutia).
It delivers 148 strategies and 31 patterns—practical, ready-to-use insights for building effective object models.
This is the world's first (and only) methods book to do so.
It's a no-BS guide that really helps.
It delivers tangible chunks of "how to" advice, designed to help you more quickly develop an intuitive sense in building effective object models.
It offers practical insights into how to build better object models, no matter what notation you use.
It presents four activities and four object model components—not steps and phased models.
You're free to follow the development path that best suits your customer, your company, your project—and your time-to-market needs.
You apply four activities—purposes and features, objects, responsibilities, and scenariosÑfollowing whatever path best fits your project needs.
You work with objects in four model components—problem domain, human interaction, data management, and system interaction—as you see fit, on your project. You get the "separation of concerns" benefit of :analysis and design" approaches—without forcing people to work with those considerations in separate phases or steps.
It presents the Coad notation, fully integrating class diagrams, object interaction diagrams, and object timing diagram—one model, from concept to code.
Such a unified notation is an essential ingredient, an absolute must:
for delivering frequent, tangible, working results—and corresponding risk reduction.
for acquiring and using tools that support continuously up-to-date object models and object-oriented programming.
Chapter 1 describes the notation, right when you need it. In addition, Appendix A summarizes it.
All six application chapters present object model results in all three leading notations: Coad, OMT, and Unified. Here's why:
To communicate better with those readers already familiar with any of these notations.
To facilitate multinotation literacy, for all readers.
To demonstrate that the heart and soul of effective object models is its strategies and patterns (not the shape of an icon or the number of adornments).
Automated Tool, Included on diskette.
This book comes with automated tool support, called Playgroundª.
Playground is a low-cost, easy-to-use tool for building objects models. It's shareware. And you can use it free, while working through the examples in this book.
Playground is especially suited for teams of domain experts and object modelers, working together during the early stages of a new project. It's a great way to get started with building effective object models.
Features: Drag-and-drop classes, attributes, services, connections; multiple views, always in-sync; view management, with view categories, selective hiding/showing, and view update options; full control over connections, including routing points, right-angled or diagonal connections, and more; and extensive customization with preferences.
Requirements. Windows with Win32s, 486-33 or better, 8 MB RAM, 4 MB disk space. Maximum recommended model size: 50 classes.
Tech support for Playground is provided by e-mail (playground@oi.com) or regular mail only.
Try it out for free. Use Playground for free, while working out examples in this book or using it in a classroom. The "Classroom and Personal Study ONLY" version is included with this book on diskette (the newest version is at ftp://ftp.oi.com/pub/oi/playground). --This text refers to the Paperback edition.

Product Details

  • Hardcover: 528 pages
  • Publisher: Prentice Hall; Har/Dis edition (March 1995)
  • Language: English
  • ISBN-10: 0131086146
  • ISBN-13: 978-0131086142
  • Product Dimensions: 10 x 8 x 1.1 inches
  • Shipping Weight: 2.8 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #1,424,791 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

12 of 12 people found the following review helpful:
5.0 out of 5 stars A must read for object-oriented programmers, October 12, 1998
By 
It's 5.41 a.m. I did not sleep last night I was so jazzed after reading 45 pages of 'Object Models: Strategies, Patterns, & Applications'.

This book outlines a methodology that it also *shows* working -- and working in real-world applications. Definitely something for every object-oriented programmer's reference library.

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


8 of 8 people found the following review helpful:
5.0 out of 5 stars Learn by Example, February 14, 2001
The strategies and patterns mentioned in the book are really helpful. They improve the object think. The examples explain the author's point of view clearly. This book complements other books in OOAD and patterns by Craig Larmen, GoF, Martin Fowler etc.

One interesting point is that the author shows how same strategy or pattern helps in design in various problems. Most of the books do not show this. For beginners, it is often difficult to grasp a strategy or pattern with just one example.

One drawback is it uses UML notation very less. But Coad notation is simple and we can easily grasp to understand the diagrams in the book. If you want to learn from solid examples, this is a good choice. If you are very new to OOAD, this is NOT the one you can start with.

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


6 of 6 people found the following review helpful:
5.0 out of 5 stars A valuable asset for anyone doing OO development, October 13, 1998
By A Customer
This book is a big hit -- a very valuable asset for anybody doing object-oriented development. I really like the new strategies and notation, especially for scenarios. The work on scenarios is extremely valuable. The business and real-time applications really help developers learn how to object model. Very cool!
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)
Browse and search another edition of this book.
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
item window, dynamics with scenarios, warehouse line item, stereotypical responsibilities, diverter approach, container line item, subsequent transaction line item, cashier object, building object models, sale line item, shipment line item, tote object, select next order, actual cashier, data acquisition objects, initial object model, speed gyro, transaction line items, system interaction component, establishing responsibilities, human interaction object, pattern players, conveyor object, multiple problem domains, scenario view
Key Phrases - Capitalized Phrases (CAPs): (learn more)
All Five Applications, Wally's Warehouse, Ollie's Order Center, Connie's Convenience Store, Point-of-Sale Application, Applying Patterns, Dani's Diverters, Hard Real-Time Application, Soft Real-Time Application, Examples Transaction, Andi's Autopilot, Establish Interacting System, Order Tote, Aisle Bin, Diverter Gate, Person Cashier, Organization Customer, Establish Window, Combinations Superimpose, Organization Pallet, Customer Item, Examples Containers, Check Charge, Order You've, Four Kinds of Features
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


What Other Items Do Customers Buy After Viewing This Item?


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).
 
(42)

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

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject