Join Books.org — it's free

Enterprise Computing - General & Miscellaneous, Enterprise Application Development & Integration, Computer Architecture/Engineering, General Software Engineering
Patterns of Enterprise Application Architecture by Martin Fowler — book cover

Patterns of Enterprise Application Architecture

by Martin Fowler
Write a review
Log in to track your reading progress.

Overview

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

· Dividing an enterprise application into layers

· The major approaches to organizing business logic

· An in-depth treatment of mapping between objects and relational databases

· Using Model-View-Controller to organize a Web presentation

· Handling concurrency for data that spans multiple transactions

· Designing distributed object interfaces

About the Author, Martin Fowler

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

Reviews

There are no reviews yet. Log in to write one.

Editorials

From Barnes & Noble

The Barnes & Noble Review
Enterprise software projects can be mind-numbingly complex. First, you need to create a system of objects that can handle all the unique situations and minuscule variations businesses must create in order to win and keep customers. Then you have to map to databases, connect user interfaces, and provide interfaces to remote and external applications. And you have to do it all on time, on budget, with technologies so new nobody fully understands them.

Fortunately, Martin Fowler’s on your side. In his new book, the legendary Fowler (known for Refactoring, among other classics) identifies 40 recurring patterns for enterprise development: design ideas that make sense whether you’re working with J2EE, .NET, or even Smalltalk.

Fowler’s solutions run the gamut, from defining your application’s layers and organizing its business logic to organizing web presentations (tip: If you’re already using the MVC pattern, you just might be getting it wrong). Fowler covers concurrency, session state, distribution strategies, architecture, object-relational behavior and structure, metadata, and a whole lot more. Along the way, he offers plenty of Java code, some C# code, and loads of UML diagrams. If your software projects require you to master complexity, this book will be indispensable. Bill Camarda

Bill Camarda is a consultant, writer, and web/multimedia content developer. His 15 books include Special Edition Using Word 2000 and Upgrading & Fixing Networks For Dummies®, Second Edition.

Book Details

Published
March 23, 2012
Publisher
Pearson Education
ISBN
9780133065213

More by Martin Fowler

Similar books