Patterns of Enterprise Application Architecture
(häftad)av Martin Fowler
- Format:
- Häftad (paperback)
- Utgiven:
- 2002-11-01
- Språk:
- Engelska
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
(Computer Bookshops Limited)
Passar bra ihop
|
De som köpt den här boken har ofta också köpt Design Patterns (häftad) av Erich Gamma | |||
|
Pris för båda:
779:-Köp
|
Fler böcker av Martin Fowler
Domain Specific LanguagesMartin Fowler, Rebecca Parsons (inbunden) |
RefactoringMartin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts (inbunden) |
Analysis PatternsMartin Fowler (inbunden) |
Uml DistilledMartin Fowler (häftad) | |||
|
351:- Köp
|
377:- Köp
|
412:- Köp
|
289:- Köp
|
Kundrecensioner
Bloggat om Patterns of Enterprise Application Architecture
Övrig information
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
(Computer Bookshops Limited)
Innehållsförteckning
Preface.
Introduction.
Architecture.Enterprise Applications.Kinds of Enterprise Application.Thinking About Performance.Patterns.The Structure of the Patterns.Limitations of These Patterns.
I. THE NARRATIVES.
1. Layering.The Evolution of Layers in Enterprise Applications.The Three Principal Layers.Choosing Where to Run Your Layers.2. Organizing Domain Logic.
Making a Choice.Service Layer.3. Mapping to Relational Databases.
Architectural Patterns.The Behavioral Problem.Reading in DataStructural Mapping Patterns.Mapping Relationships.Inheritance.Building the Mapping.Double Mapping.Using Metadata.Database Connections.Some Miscellaneous Points.Further Reading.4. Web Presentation.
View Patterns.Input Controller Patterns.Further Reading.5. Concurrency (by Martin Fowler and David Rice).
Concurrency Problems.Execution Contexts.Isolation and Immutability.Optimistic and Pessimistic Concurrency Control.Preventing Inconsistent Reads.Deadlocks.Transactions.ACID.Transactional Resources.Reducing Transaction Isolation for Liveness.Business and System Transactions.Patterns for Offline Concurrency Control.Application Server Concurrency.Further Reading.6. Session State.
The Value of Statelessness.Session State.Ways to Store Session State.7. Distribution Strategies.
The Allure of Distributed Objects.Remote and Local Interfaces.Where You Have to Distribute.Working with the Distribution Boundary.Interfaces for Distribution.8. Putting it all Together.
Starting With the Domain Layer.Down to the Data Source.Data Source for Transaction Script. Data Source Table Module (125). Data Source for Domain Model (116). The Presentation Layer.Some Technology-Specific Advice.Java and J2EE..NET.Stored Procedures.Web Services.Other Layering Schemes.
II. THE PATTERNS.
9. Domain Logic Patterns.Transaction Script.How It Works.When to Use It.
(Computer Bookshops Limited)