In this blog, 25.000 books will be uploaded, so far more than 1400 books are available. Books, will be added daily, please check this blog daily.
Friday, July 16, 2010
The Joy of Patterns: Using Patterns for Enterprise Development
By Brandon Goldfedder
Publisher : Addison Wesley
Pub Date : September 01, 2001
ISBN : 0-201-65759-7
Pages : 208
Take the struggle out of learning about design patterns! Through example-based teaching, The Joy of Patterns reveals the essence of design patterns as an advanced language for describing system design. This book illustrates how to build more efficient, robust, and reusable designs with this powerful programming paradigm.
Design patterns have been used as integral techniques for creating better software, but getting started with design patterns has never been easy. Beginning with a description of the rationale behind design patterns, the discussion moves on to an overview of the basic pattern form, and then to a brief review of object-oriented concepts. Following this crucial background, the author presents a series of system design examples from initial conception all the way through code, discussing key design goals and the pros and cons of using various design patterns. Code is presented in Java, C++, and Visual Basic. The reader will gain insight into the inherent forces at work in the application design and the most effective application of numerous core design patterns as solutions to recurring programming problems.
You will read and learn about such important ideas and topics as:
* Patterns as the language of design and the building blocks of architecture
* The value and use of many standard patterns in system design
* Extensible software development and change management
* Utilizing supporting patterns to prevent loose ends
* Testing and deploying new behaviors
* Understanding requirements and creating hinge points for entities that are likely to change
The Joy of Patterns examines the relationship between specific programming languages and language-independent design patterns. It also looks at the role of patterns in building systems from scratch through system maintenance and product evolution.
With the background and deeper understanding harnessed from this book, you will have the ability to unleash the considerable power of design patterns and enhance the quality of your programming efforts.
Copyright
Preface
What's it all about?
Acknowledgments
Chapter 1. Initial Thoughts: A Personal Note
Background
Summary
Chapter 2. An Introduction to Patterns
The Building Blocks of Architecture
Pattern Form
Summary
Chapter 3. OO at a Glance
Introduction
Summary
Chapter 4. A Product Configurator
Introduction
Problem Definition
Solution
Sample
Chapter 5. BurgerShop 101
Overview
Sue's Burger Shop
Summary
Chapter 6. Programming Languages and Patterns
AccountForm
Account
Account Entry
AccountObserver
Form Account Observer
Java Observer
Summary
Chapter 7. Patterns and System Development
Building from Scratch
Summary
Chapter 8. Patterns and System Evolution (Maintenance)
Maintenance
A Quick Example
Summary
Chapter 9. Closing Thoughts
Appendix A. Product Code
Part.java
BasicPart.java
SimplePart.java
CompositePart.java
PartList.java
ResourceList.java
Driver.java
Additonal Code
PartBuilder.java
Appendix B. BurgerShop Code
Appendix C. Blackjack Code
BJ.cpp
bjhand.hpp
card.h
card.cpp
dealer.h
dealer.cpp
dealhand.h
dealhand.cpp
deck.h
deck.cpp
display.h
playhand.h
playhand.cpp
Random.h
simhand.h
simhand.cpp
stddisp.h
stddisp.cpp
stdhand.h
stdhand.cpp
References
Index
Download
Another Software Engineering books
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment