Jump to ratings and reviews
Rate this book

Martin Fowler Signature Book

Patterns of Enterprise Application Architecture

Rate this book
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.

533 pages, Hardcover

First published November 5, 2002

Loading interface...
Loading interface...

About the author

Martin Fowler

48 books989 followers
Martin Fowler (b. 1963) is a software engineer, Chief Scientist at ThoughtWorks, and an outspoken advocate for best practices in enterprise software design, particularly in regard to agile software development methodologies, including extreme programming.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1,475 (39%)
4 stars
1,413 (38%)
3 stars
620 (16%)
2 stars
142 (3%)
1 star
48 (1%)
Displaying 1 - 30 of 147 reviews
Profile Image for Matt.
119 reviews19 followers
January 15, 2014
In comparison to other patterns books that I have read, Patterns of Enterprise Application Architecture is one of the weaker ones. I'm afraid that many of the patterns described are now out of date or anti-patterns. The book is now 12 years old and the technology field is a different place.

Many of the patterns in the book focus on dealing with relational databases or non-distributed systems. Relational databases still play a large role in many enterprise applications, but this material either predates or ignores other types of storage like distributed file systems (e.g., HDFS) and key-value storage (e.g., Redis). And with so many web applications using cloud services, horizontal scaling is practically a must for anything serious.

For the record, there are some really good patterns in here like Active Record and Unit of Work. Also, many of the patterns in the general section at the end of the book are quite good. I'm not sure why Fowler did not lead with that material (why describe some complex patterns if you haven't explained a Plugin yet?).

Finally, I did not get much out of the example code. Some of it was bad formatting from my O'Reilly e-book (non-monospaced fonts? really?). But, mostly, the code did not illustrate much to me.

This is a book you might want on your shelf because people may occasionally mention some of the patterns it describes, but don't bother reading it cover to cover like I did.
Profile Image for Nguyen Huu Anh Vu.
121 reviews7 followers
April 25, 2018
As with other books by Martin Fowler, the writing style is unstable. Some idea are well-explained, some are in dire need for more explanation.
Even though some examples are out-dated (we now use JSON over XML), the patterns presented in this book can still be useful in modern project.
Must read for those who want to design architecture
Profile Image for Daniel.
Author 3 books34 followers
August 2, 2014
I re-read this because back then, I only skimmed it, and I thought some of the content might still be relevant today. Unfortunately, this book has not aged very well. Most of the patterns are hardly useful at all in 2014, or even anti-patterns by now.
Profile Image for Brian.
47 reviews
April 28, 2008
Another one for us techies...

First off, I don't think you can go wrong with Fowler. I know that many will argue with me on that statement, but at least he gets you thinking and defending the points on which you disagree.

This patterns book is a must have on your shelf as well. Great thing this hard back has a built in bookmark because it is heavily used. This isn't a great read from cover to cover, but it is a wonderful reference book. Anytime that I try to design a new architecture, this book comes in handy to make sure that I am not reinventing the wheel.
Profile Image for Matt.
11 reviews3 followers
February 2, 2011
I think this is a great book. Most developers should have it on hand as a reference. I say that in spite of the fact that I'm seriously annoyed by patterns fashionistas and Fowler fanatics.

This is not a collection of esoteric design patterns or capital-A architectures. This is a collection of tricks, schticks, and small-A architectures that just tend to show up repeatedly in the wild. Martin Fowler, with his perspective as an idea man and his position as a consultant and thought leader, has observed these and collected them together in a catalog along with some weighty analysis.

An initial read-through is probably a good idea, at least enough to assimilate the introduction and be familiar with the existence of most of the patterns. Out of real-world context, the material feels to me to be very academic and not very practical.

Where it comes together is when I can use the book like a bird guide whilst bird watching: Digging through some code or design docs and stumbling on a mechanism, conceived and implemented by an author who may not have ever heard of PoEAA, and having some recognition like "Hey, this is very similar to a Query Object pattern." Then I can go look it up. Sometimes it helps the task at hand by filling in as the missing documentation; other times it's merely "fun facts".

I've also used this book when putting together my own designs. It can provide useful guidance ("What's an alternative if I don't like our offline locking"). It can serve as a named reference ("By 'Value Object', we mean Fowler's rather than Sun's or Evans's").

In both of the above uses, the book shines when I have a pattern already in front of me and I want to know more. Probably as I get more practice out of putting context into Fowler's analysis, I'll be able to get direct practical value (rather than food-for-thought) out of working it the other way - starting with the academic discussion and being able to visualize real-world tailored specifics rather than idealized implementations.
Profile Image for Leo Maslovs.
28 reviews4 followers
April 5, 2016
It's one of the best sw engineering books I've read recently.

What I liked the best? The ELI5 (explain like I'm 5) stuff. Yes, it's all known and battle-tested truths out there, most of it found (to my shame) independently, and oh boy, how much time & effort has burn out and flew into the pipe doing so. Still it's so refreshing to get some good and clear read on this ELI5 style; I feel like I'm finally up to the point to be able to explain database isolation levels to 7th grade student myself. I think it's something you come to especially appreciate after your own miserable attempts and failures in the field (read experience).

Yes, book is from 2002. And yes, it didn't age so well. Still it's a very useful combo of ELI5 architecture approaches and good old common ground tricks tricks and patterns. Most of the stuff is still adequate in 2016 as in the 1990, but some of the statements and recommendations have to be taken with a grain of salt (which a good advice regardless which architecture book you are reading).

Having said that, I don't think the book will be easy read to industry new-comers (it doesn't introduce some basics, instead it relies on some common ground knowledge: e.g. B2C applications, mapping tools et cetera..)
Profile Image for Katrina Theodosopoulos.
17 reviews9 followers
July 21, 2015
I had a hard time understanding the examples because I don't know C# or Java.

However, that's probably the only downfall I found to this book. Still being youngin' in the programming sphere, this book explained many concepts that you won't see explained in other places, and if they are, not nearly as well. I like how the book organizes the patterns, it makes them easier to find. The best way I found to read the book was looking up certain patterns I already knew or heard of, but wanted to learn more. Once you get all those down, go to the other ones you haven't read yet. This book is very dense, and you'll probably have to read it a few times, unless you're a senior developer, then you might run through this book.

I think this book is a must-have for new (or aged) developers. It makes for a great reference. Even if you don't understand what you're reading the first time around, things will eventually start to click. This book helped me encompass a bigger picture of ORMs amongst other things used today.

Would highly recommend, especially if you know Java or C#.
Profile Image for Bragadeesh.
132 reviews11 followers
October 1, 2017
This book will be more relevant for that ambitious architect who is willing to dedicate a lot of time to comprehensively brush through the basics of basic web design pattern. Since this book was written 15 years before and given that the information technology field is a rapidly changing one, the relevancy and newness is lost. However, I would still recommend it for those who want find the roots and sources of the existing design patterns especially those deal with the enterprises.

One more thing - if you are a seasoned Rails developer, you may and should skip reading this unless you may want to know why and how Rails is successful.
Profile Image for Matteo Tomasulo.
57 reviews8 followers
April 10, 2016
This book shows its time by now. A lot of this patterns are well implemented inside the most common frameworks or even provided as core language feature which allow you to solve that problem in clearer way.

But the main advantage of the PEAA I think is: terminology. Give the right name to the right things is one of the most common problem in software design specially in new formed teams without great experience.
And this book, even though its age, still helps in this.

edit:
After some time I noticed that this book actually gives more advantages than expected, so I raised a star
32 reviews1 follower
January 9, 2023
Most likely a foundational book back in its time, but today things have changed so fast that some developers switched away from relational databases and OOP design. As much as I recognize its power, this book didn’t fit my needs for 2023.
January 8, 2021
A very good book in terms of listing problems/challenges and possible ways to solve them. I found the one regarding Session State Management, Concurrency Control Patterns (Optimistic Lock, Pessimistic Lock and Coarse Lock), and "Frontend" patterns were very insightful.

But, as expected from a book published in 2006, it focuses a lot in OO and Relational databases. But, some ideas are very useful outside of those domains.
Profile Image for Alejandro.
2 reviews4 followers
October 21, 2017
A bit dated, but still a very good read.
Although most modern frameworks already adopt most of these patterns, it's useful to internalize the motivations as well as the inner workings of each.
Also, as with any patterns book, it establishes a language that makes discussing architecture with peers easier; and it's pretty clear that the naming put forth here transcended.

Looking forward to reading Integration Patterns.
Profile Image for Denis Nuțiu.
48 reviews3 followers
July 3, 2020
Very good book, it provides a lot of patterns and knowledge about some techniques that you may never implement by yourself, nonetheless this is helpful when using libraries.
April 3, 2017
This is a pretty dense book. The concepts are explained in very abstract fashion making them difficult to relate to real-world use cases. UML diagrams are used to model most of the patterns and are, in my opinion, an outdated method for modeling application structure (less detail oriented diagrams often suffice). The author's voice doesn't display heavily, either: paragraphs are dry and uninteresting with very little wit or humor. These are things I've come to expect from technical writing after reading great works such as the pragmatic programmer, the algorithm design manual, effective Java, etc.

If you can make it through the book, you will certainly have learned something. Personally I struggled to engage myself in reading the entire thing.
Profile Image for Andrew Dalgleish.
17 reviews5 followers
June 8, 2012
As programming books go, this one is overly boring, and is really meant as a reference. The patterns are important however, and many systems have been implemented with them in mind. The author is very big into Java and Enterprise Architecture and you'll be a bit lost if you're not in those spheres of thinking.
You pick it up when you have to implement something or understand a system that follows the patterns contained within. Each pattern is annotated with references to other patterns so its easy to see how they all link together.
Profile Image for Miloš.
65 reviews3 followers
September 8, 2014
Although many of the described patterns are either deprecated or already implemented in most popular enterprise frameworks, it was still very thought-provoking and educational to read about the motivations for their use and ways to implement them - after all, every worthwhile computer science curriculum teaches us how to implement linked lists and a whole other range of data structures that already come out of the box with most languages. Similarly, after reading it cover to cover I tend to consider this book Enterprise Programming 101 :)
Profile Image for Trevor Price.
287 reviews18 followers
June 6, 2016
This book certainly shows its age. Some patterns remain quite relevant, but in the year since this was published, IDEs and databases have improved dramatically, which renders some patterns totally useless.

And even if this were a more recent book, the format just doesn't lend itself to easy digestion. In fairness to this book, I can't think of a better way to present the material. But there just has to be a better way. Part of the problem is that the examples are based on 14-year-old tech at this point, so many are cluttered up with CRUD boilerplate.
5 reviews1 follower
November 29, 2017
TL;DR
Worth reading, even being "old"

(Not so) Long Version

It covers some things in an "outdated" way like:
- Several patterns on the relational/OO mismatch are covered nowadays by JPA, ActiveRecord and friends, so we don't necessarily need to study them in depth;
- The patterns on Web Presentations which were mostly superseded by frontend frameworks;

However, most patterns are still valid, since the challenges of large enterprise systems (even with newer tech stacks / architectures) still have a lot of similarities with those on the book.
3 reviews1 follower
July 31, 2018
A fantastic book, both from a historical and technical context. A required read for anyone working with a legacy system or building their own. The patterns mentioned (while not all completely relevant in 2018) can still resonate in many situations and can be applied to any architecture built today (from monolith to serverless).

At times, it's humorous reading Fowlers assumptions about system design and message passing, but one must put it in context of 2001.

I would recommend this book to any intermediate to advanced developer/architect.
Profile Image for Joe.
13 reviews1 follower
March 2, 2014
This is the definitive reference on patterns in application development. The Gang of Four book is a classic reference on patterns, but the patterns there are lower level. And they are useful, but never had as much of an impact as this book. When reading this book, I immediately recognized many of the patterns and really value having a vocabulary to talk about application design decisions. This is a must read book for advanced application developers and architects.
Profile Image for Sumant.
240 reviews8 followers
January 25, 2020
I tried reading this book, but should have read previous reviews before starting this book. The book is clearly outdated in terms of lots of concepts and patterns in it. Also the language is not fluid, and I really got bored reading the few pages I read from this book.

Stopped reading the book, as I did not want to spend my time learning and understanding something in a harder way.
Profile Image for Josh Readmore.
29 reviews6 followers
January 28, 2009
An extremely influential book - unfortunately, going Domain Model for all data access has turned out to be a monumental failure. But it was a good try - and all of the patterns in this book are common and legit.
16 reviews
Read
May 13, 2010
This was my entry point in the software architecture field, which made me realise there's much more to software than code.
Author 3 books3 followers
January 17, 2020
Lots of advice of a practical nature. Less theory than many other patterns books. The advice is from long enough ago that in many cases, only the core values behind the advice are pertinent. But as long as you can see through to the reasoning, you can get a lot out of Martin Fowler's words. His style is rather laid back and self deprecating, which works, and reminds you that everyone was playing by ear in those days, and maybe we all still are now.
I did not thoroughly read all the patterns, they are reference after all, but felt the first section, the narratives, was well worth my time. I think this book could do with an update to show patterns including the rise of NOSQL and how the Web has developed since.
Profile Image for Avraam Mavridis.
123 reviews19 followers
February 26, 2021
Definitely a great book but on some parts it is clear that it is a bit "too old". The book is almost 20 years old, so it is not a surprise that some of the patterns Martin describes there are not so "real" nowdays, for example I cant imagine any service that is written the last 6-7years to make use of the Remote Facade pattern. Another thing that shows the age of the book is the use of XML as the main way of transporting data, again, I think JSON (and Protobuffers) have won this battle. Patterns like Data Transfer Object nowdays that GraphQL becomes more and more popular seem like a joke.

If you take into consideration that is a 20 years old book, its a great one, but probably is time for Martin to revisit and release a new edition.
Profile Image for Piotr.
103 reviews
December 30, 2017
Disappointing. The book was written in times when SQL databases were an exciting innovation starting to dominate the market. As result many problems described are no longer faced by the majority of programmers, for many we know better solutions than those suggested. This makes the signal to noise ratio rather low. Some patters no longer need to be implemented, as they have become a basic functionality of popular frameworks - all you get is that you understand better why frameworks do some things and which implementation they may choose. I prefer to learn how to solve my problems rather than learn about history of advances in computer science, so I was bored most of the time.
11 reviews
March 20, 2018
Book has a good catalog of various patterns. Most of the patterns are explained even too deeply to read when reading the whole book. My recommendation is to read beginnings of each pattern. And if you someday need that pattern then you can read the whole chapter about that pattern.
From some parts, book is maybe little outdated. For example, web presentation patterns have changed a lot since 2003.
The book contained some patterns that I was already familiar with but I just hadn't recognized them as patterns.
Displaying 1 - 30 of 147 reviews

Can't find what you're looking for?

Get help and learn more about the design.