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

Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Very Good See details
Price: £24.37

or
Sign in to turn on 1-Click ordering.
 
   
Trade in Yours
For a £11.75 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
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 Fowler
4.3 out of 5 stars  See all reviews (18 customer reviews)
RRP: £44.99
Price: £37.59 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £7.40 (16%)
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
Only 4 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want delivery by Monday, 20 May? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £15.19  
Hardcover £37.59  
Paperback --  
Trade In this Item for up to £11.75
Trade in Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series) for an Amazon.co.uk gift card of up to £11.75, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

5 Nov 2002 0321127420 978-0321127426 1

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


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) + Domain-driven Design: Tackling Complexity in the Heart of Software
Price For All Three: £112.13

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: 19.5 x 3.4 x 23.8 cm
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Bestsellers Rank: 12,916 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

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
  • About the Author

    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


    Customer Reviews

    Most Helpful Customer Reviews
    21 of 21 people found the following review helpful
    4.0 out of 5 stars key book for enterprise patterns 29 July 2006
    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?
    24 of 25 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
    5.0 out of 5 stars Must have for serious enterprise/web developers 12 Feb 2004
    Format:Hardcover
    This book is more pragmatic, and therefore useful, than most of the patterns books I have read. I have been building .NET apps using the patterns I have applied in previous J2EE projects (mainly documented in Core J2EE patterns).

    However this book builds upon these approaches and has specific advice for both J2EE and .NET systems. I don't think there can be many developers working commerically with either of these technologies who would not find the ideas presented in this book very useful.

    Comment | 
    Was this review helpful to you?
    Would you like to see more reviews about this item?
    Were these reviews helpful?   Let us know
    Most Recent Customer Reviews
    5.0 out of 5 stars Excellent descriptions of common architectural patterns
    Martinn Fowler describes in turn many of the common software architectural patterns using a combination of high-level description, code samples (mostly in Java) and suggestions... Read more
    Published 3 months ago by Nicholas Britton
    5.0 out of 5 stars One of these books that make you feel confident with your skills
    I consider this one as a basic reference on my bookshelf. While I found GoF very useful as one of this books that make you think and show you the way to your programmer's career... Read more
    Published 3 months ago by pacofraggle
    5.0 out of 5 stars Good book.
    It is really good book and explains a lot of scenarios and problems that we face in the real world.
    Published 5 months ago by Mr. K. Mahmood
    5.0 out of 5 stars All what i expected
    This book is all i needed and perfect like i was told (-:
    I wait for about a week and then havent it in my hands
    Published 8 months ago by easypieces
    1.0 out of 5 stars 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 on 2 Jan 2011 by Mr. M. A. Tedone
    4.0 out of 5 stars 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
    5.0 out of 5 stars 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
    4.0 out of 5 stars 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.
    4.0 out of 5 stars 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
    4.0 out of 5 stars 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
    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


    Feedback


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