Addison-Wesley / Prentice Hall
Computer Science
Browse available resources for Computer Science:
- Select a resource
- Resources for Computer Science GOAL where virtual office hours are 24/7! Your Own TA, Just a Click Away! Deitel Resource Centers National Center for Women & Information Technology View material from Search Engines: Information Retrieval in Practice VideoNotes Andrew Tanenbaum Flame Award Recipient Custom Programs Instructor Resource Center myPearsonStore

ISBN-10: 0321127420
ISBN-13: 9780321127426
Publisher: Addison-Wesley Professional
Copyright: 2003
Format: Cloth; 560 pp
Published: 11/05/2002
Suggested retail price: $64.99
Buy from myPearsonStore
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology—from Smalltalk to CORBA to Java to .NET—the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform.
A handbook for enterprise system developers guiding them through the intricacies and lessons learned in application development.
° The latest book from noted technology guru Martin Fowler
° Provides proven solutions to the everyday problems facing information systems developers
° Patterns are supported by code examples, in both Java and C#
Preface.
Introduction.
I. THE NARRATIVES.
II. THE PATTERNS.
Martin Fowler is an independent consultant who has applied objects to pressing business problems for more than a decade. He has consulted on systems in fields such as health care, financial trading, and corporate finance. His clients include Chrysler, Citibank, UK National Health Service, Andersen Consulting, and Netscape Communications. In addition, Fowler is a regular speaker on objects, the Unified Modeling Language, and patterns.
0321127420AB07242003
The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned.
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform.
This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts.
Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them.
The topics covered include:
0321127420B10152002
View a Sample Chapter PDF: /samplechapter/0321127420.pdf
Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students, contact your Pearson Higher Education representative for pricing and ordering information.
This title is a member of the Addison-Wesley Signature Series, which also contains the titles below . You can also visit the Addison-Wesley Signature Series page.
Beyond Software Architecture: Creating and Sustaining Winning Solutions
Hohmann
© 2003 | Addison-Wesley Professional | Paper; 352 pages | Instock
ISBN-10: 0201775948 | ISBN-13: 9780201775945
Brief Description | Buy from myPearsonStore
Continuous Integration: Improving Software Quality and Reducing Risk
Duvall, Matyas & Glover
© 2007 | Addison-Wesley Professional | Paper; 336 pages | Instock
ISBN-10: 0321336380 | ISBN-13: 9780321336385
Buy from myPearsonStore
Implementation Patterns
Beck
© 2008 | Addison-Wesley Professional | Paper; 176 pages | Instock
ISBN-10: 0321413091 | ISBN-13: 9780321413093
Buy from myPearsonStore
Implementing Lean Software Development: From Concept to Cash
Poppendieck & Poppendieck
© 2007 | Addison-Wesley Professional | Paper; 304 pages | Instock
ISBN-10: 0321437381 | ISBN-13: 9780321437389
Buy from myPearsonStore
Patterns of Enterprise Application Architecture
Fowler
© 2003 | Addison-Wesley Professional | Cloth; 560 pages | Instock
ISBN-10: 0321127420 | ISBN-13: 9780321127426
Brief Description | Buy from myPearsonStore
Refactoring Databases: Evolutionary Database Design
Ambler & Sadalage
© 2006 | Addison-Wesley Professional | Cloth; 384 pages | Instock
ISBN-10: 0321293533 | ISBN-13: 9780321293534
Buy from myPearsonStore
Refactoring HTML: Improving the Design of Existing Web Applications
Harold
© 2008 | Addison-Wesley Professional | Cloth; 368 pages | Instock
ISBN-10: 0321503635 | ISBN-13: 9780321503633
Buy from myPearsonStore
Refactoring to Patterns
Kerievsky
© 2005 | Addison-Wesley Professional | Cloth; 400 pages | Instock
ISBN-10: 0321213351 | ISBN-13: 9780321213358
Brief Description | Buy from myPearsonStore
Test Driven Development: By Example
Beck
© 2003 | Addison-Wesley Professional | Paper; 240 pages | Instock
ISBN-10: 0321146530 | ISBN-13: 9780321146533
Brief Description | Buy from myPearsonStore
User Stories Applied: For Agile Software Development
Cohn
© 2004 | Addison-Wesley Professional | Paper; 304 pages | Instock
ISBN-10: 0321205685 | ISBN-13: 9780321205681
Brief Description | Buy from myPearsonStore
xUnit Test Patterns: Refactoring Test Code
Meszaros
© 2007 | Addison-Wesley Professional | Cloth; 944 pages | Instock
ISBN-10: 0131495054 | ISBN-13: 9780131495050
Buy from myPearsonStore
Luke Hohmann borrows from his extensive experience managing successful enterprise software projects to provide practical wisdom on creating and sustaining winning software solutions. This book teaches students how to build a software architecture that aligns with a customer's overall business goals and helps students grasp the business ramifications of their decisions. These are two important aspects for any student to take away from a software engineering course as these skills will be vitally important when they enter the workforce.
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology—from Smalltalk to CORBA to Java to .NET—the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform.
Intended for the more experienced student, this book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways.
Test-driven development (TDD) is a new approach to application development that is designed to eliminate the fear often associated with building software. Admittedly, some fear is healthy (often viewed as a conscience that tells programmers to “be careful!”), but the author believes that programmers build better software when they have the freedom to be creative. By building tests before coding begins, programmers ensure the success of their application from the outset. Students are more likely to achieve positive results with TDD. The author's example-driven approach also teaches students to be better communicators, and encourages team members to seek out constructive criticism.
The concept of user stories has its roots as one of the main tenets of Extreme
Programming. In simple terms, user stories represent an effective means of
gathering requirements from the customer (roughly akin to use cases). This
book describes user stories and demonstrates how they can be used to properly
plan, manage, and test software development projects. The book highlights
both successful and unsuccessful implementations of the concept, and provides
sets of questions and exercises that drive home its main points. After absorbing
the lessons in this book, readers will be able to introduce user stories in their
organizations as an effective means of determining precisely what is required of
a software application.
Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students contact your Pearson Higher Education representative.
