Patterns of Enterprise Application Architecture and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £15.75 Amazon.co.uk Gift Card
Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series)
 
 
Start reading Patterns of Enterprise Application Architecture on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series) [Hardcover]

Martin J Fowler
4.1 out of 5 stars  See all reviews (14 customer reviews)
RRP: £47.99
Price: £40.79 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £7.20 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Wednesday, May 30? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £30.59  
Hardcover £40.79  
Trade In this Item for up to £15.75
Trade in Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series) for an Amazon.co.uk gift card of up to £15.75, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series) + Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison-Wesley Signature Series (Fowler) Addison-Wesley Sign) + Domain-driven Design: Tackling Complexity in the Heart of Software
Price For All Three: £115.11

Show availability and delivery details

Buy the selected items together


Product details

  • Hardcover: 560 pages
  • Publisher: Addison Wesley; 1 edition (5 Nov 2002)
  • Language English
  • ISBN-10: 0321127420
  • ISBN-13: 978-0321127426
  • Product Dimensions: 23.7 x 19.2 x 3.4 cm
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon Bestsellers Rank: 56,384 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Martin Fowler
Discover books, learn about writers, and more.

Visit Amazon's Martin Fowler Page

Product Description

Product Description

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

From the Back Cover

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

    0321127420B10152002

  • Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
     

    Your tags: Add your first tag
     


    Customer Reviews

    Most Helpful Customer Reviews
    19 of 19 people found the following review helpful
    Format:Hardcover
    Even if you find enterprise stuff immensely dull, dealing with databases and web pages is a pretty common task, most of the action in software development revolves around it, and who wants to be completely ignorant of the the alphabet soup of various technologies the IT blogs, books and websites are floating in?

    So if you must immerse yourself in this area, what better than a Martin Fowler book? The code is mainly in Java, with a fairly large smattering of C#. It would probably help if you understood some basics of enterprise development in those languages, e.g. servlets and JDBC for Java.

    The patterns in this book cover organising domain logic, database mapping and access, web presentation, concurrency, and the book finishes by covering base patterns, a mixture of lower level abstractions of the sort covered in Fowler's first book Analysis Patterns (e.g. Money) and those that bear a close resemblance to the classic vanilla Gang of Four patterns, with an enterprise twist (e.g. Plugin and Gateway). Nearly all the other patterns refer to these, so I don't know why these didn't appear first. Apart from that though, the book is very well organised. And the opening essay, that discusses the trade offs of every pattern and how they fit together in an application, is immensely helpful.

    Wizened enterprisers looking for new material will not find much new here, but surely the point of patterns catalogues are to get down on paper the practices of those same wizened enterprisers, not to strike off in new directions. Therefore, an experienced developer should see this as a way to organise what they already know, and maybe in doing so, reveal some new insights.

    A newcomer to enterprise development will definitely get a lot out of this, as the underpinnings to the plethora of modern enterprise applications are laid bare. You're not going to become a Hibernate, Struts or EJB expert from this book, but you should at least have a clue about what problems they're trying to solve.

    As usual, Fowler manages to be a model of clarity, while still injecting regular touches of wry humour, quite an achievement given the potentially bone-dry material. If you want to know the basics of enterprise software, start here.
    Comment | 
    Was this review helpful to you?
    22 of 23 people found the following review helpful
    Format:Hardcover
    If you are an experienced application architect/designer ... you'll probably learn very little new from this book. All patterns described here have been mentioned somewhere else, and has been used for many years. What you will get though is a common vocabulary and very precise and wonderfully written explanations what each term exactly means.
    So how this book is to simplify my life? For every new/replacement developer on the project, instead of many pages long architecture document, I'm handling a 1 page summary that uses patterns names from Martin's book along with the book itself and it works beautifully :)
    Comment | 
    Was this review helpful to you?
    12 of 13 people found the following review helpful
    Format:Hardcover
    What I liked about this book is that it actually covers allot - but only the most important bits about it. Everything you would ever want to know about 3-tier architecture is in this book - if you don't already own it and have an interest in the subject, this is the first book to buy.
    Comment | 
    Was this review helpful to you?
    Most Recent Customer Reviews
    Utterly out of date - Don't waste your money
    This book belongs to the pre-history of enterprise architecture. The vast majority of the patterns described in the book are now a mere representation of what frameworks such as... Read more
    Published 17 months ago by Mr. M. A. Tedone
    Required Reference
    If you are involved in designing robust, maintainable and highly flexible systems then you have to know these patterns. Read more
    Published on 2 July 2009 by SMALEY
    All Developers should read this
    With the increasing usage of higher level languages, the importance of design patterns is also increasing and this book is an excellent compendium of the patterns that you need the... Read more
    Published on 4 Jun 2009 by Martin Anderson
    Essential reading
    Like it or not, PoEAA has become one of those must-read books. It's clear and to the point, and I'm honestly struggling to say anything bad about it. Read more
    Published on 3 Jan 2009 by Dmitri N.
    Good but dated and biased towards Java
    This book has some useful patterns such as Special Case, Lazy Load and Application Controller, however for . Read more
    Published on 15 Dec 2008 by Mr. Rd O'donnell
    Good survey, but recent development trends burdons
    Good book. Covers a lot of ground and gives a good survey of the field. Time is on its back, however. Read more
    Published on 27 July 2007 by Kasper Graversen
    Useful but J2EE biased
    I'm a .NET developer and, since the book advertises the fact that it covers .NET as well as J2EE I had high hopes. Read more
    Published on 30 July 2006 by C. Jack
    Save time! Pragmatic, simple and effective
    A very well written and pragmatic book about software architectural patterns.

    For all the different approches, defines clearly the context of the solution, and, in a critical and... Read more

    Published on 15 Mar 2006 by Gonçalo Graça Gonçalves Melo
    Good for high level summary. Not complete picture though
    Don't really like the way book describes a method in one class then a method in another, then switches back to first class after some explanatory text. Read more
    Published on 8 Jun 2004
    Must have for serious enterprise/web developers
    This book is more pragmatic, and therefore useful, than most of the patterns books I have read. I have been building . Read more
    Published on 12 Feb 2004 by M. HAMMOND
    Search Customer Reviews
    Only search this product's reviews

    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
     

    Search Customer Discussions
    Search all Amazon discussions
       


    Listmania!


    Look for similar items by category


    Look for similar items by subject


    Feedback


    Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges