or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
43 used & new from £19.99

Have one to sell? Sell yours here
 
   
Patterns of Enterprise Application Architecture (The Addison-Wesley signature series)
 
See larger image
 

Patterns of Enterprise Application Architecture (The Addison-Wesley signature series) (Hardcover)

by Martin Fowler (Author)
4.4 out of 5 stars  See all reviews (13 customer reviews)
RRP: £42.99
Price: £21.49 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £21.50 (50%)
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 Tuesday, November 10? Choose Express delivery at checkout. See Details
32 new from £20.99 11 used from £19.99

Special Offers and Product Promotions


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

Show availability and shipping details


Customers Who Bought This Item Also Bought

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison Wesley Signature Series)

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison Wesley Signature Series)

by Gregor Hohpe
4.9 out of 5 stars (14)  £18.99
Domain-driven Design: Tackling Complexity in the Heart of Software

Domain-driven Design: Tackling Complexity in the Heart of Software

by Eric Evans
3.9 out of 5 stars (8)  £18.99
Refactoring: Improving the Design of Existing Code (Object Technology Series)

Refactoring: Improving the Design of Existing Code (Object Technology Series)

by Martin Fowler
4.3 out of 5 stars (20)  £22.77
Design patterns : elements of reusable object-oriented software

Design patterns : elements of reusable object-oriented software

by Erich Gamma
4.6 out of 5 stars (38)  £25.17
Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer)

Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer)

by Dino Esposito; Andrea Saltarello
4.6 out of 5 stars (8)  £19.79
Explore similar items

Product details


Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   SAP ERP Solutions opens new browser window
www.SAP.com/UK/ERP  -  Gain insight and productivity for your enterprise today! 
   Enterprise Architecture opens new browser window
www.realiRM.com  -  Get professional education and con- sultancy from leading EA specialist 
   IBM SOA Architecture opens new browser window
www.ibm.com/uk/soaroute-planner  -  See how you can progress with SOA. Read the SOA brochures. 
  
 

Product Description

Product Description

Developers of enterprise applications (e.g reservation systems, supply chain programs, financial systems, etc.) face a unique set of challenges, different than those faced by their desktop system and embedded system peers. For this reason, enterprise developers must uncover their own solutions. In this new book, noted software engineering expert Martin Fowler turns his attention to enterprise application development. He helps professionals understand the complex -- yet critical -- aspects of architecture. While architecture is important to all application development, it is particularly critical to the success of an enterprise project, where issues such as performance and concurrent multi-user access are paramount. The book presents patterns (proven solutions to recurring problems) in enterprise architecture, and the context provided by the author enables the reader to make the proper choices when faced with a difficult design decision.



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
     

    What Do Customers Ultimately Buy After Viewing This Item?


     

    Customer Reviews

    13 Reviews
    5 star:
     (6)
    4 star:
     (6)
    3 star:
     (1)
    2 star:    (0)
    1 star:    (0)
     
     
     
     
     
    Average Customer Review
    4.4 out of 5 stars (13 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    12 of 12 people found the following review helpful:
    4.0 out of 5 stars key book for enterprise patterns, 29 Jul 2006
    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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    20 of 21 people found the following review helpful:
    5.0 out of 5 stars A great book to simplify life of application architect, 1 Feb 2003
    By K. Swietlinski "Krzys" (Seattle, WA) - See all my reviews
    (REAL NAME)   
    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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    12 of 13 people found the following review helpful:
    5.0 out of 5 stars The Authoritive Summary on EA, 24 Feb 2004
    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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)


    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews

    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 4 months ago 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... Read more
    Published 5 months ago 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 10 months ago by Dmitri Sozin

    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 10 months ago 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 Jul 2007 by Kasper Graversen

    4.0 out of 5 stars 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 Jul 2006 by C. Jack

    5.0 out of 5 stars 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... Read more

    Published on 15 Mar 2006 by Gonçalo Graça Gonçalves Melo

    3.0 out of 5 stars 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

    5.0 out of 5 stars 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

    5.0 out of 5 stars Another Bookshelf Essential
    Another bookshelf essential by Martin Fowler. It does for enterprise architecture what the GoF book did for software development in general. Read more
    Published on 13 Feb 2003 by M. W. Walker

    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
     

       


    Listmania!


    Look for similar items by category


    Look for similar items by subject


    Feedback

    Ad

    Your Recent History

     (What's this?)

    After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.