Cheap DVDs, books, CDs & Games

Search:

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

By: Martin Fowler
Binding: Hardcover
Publisher: Addison Wesley
ISBN: 0321127420
ISBN-13: 9780321127426
Released: 15 Nov 2002
RRP: £42.99
Average Rating:


Customer Reviews

Good survey, but recent development trends burdons - By: Kasper Graversen, 27 Jul 2007
Good book. Covers a lot of ground & gives a good survey of the field. Time is on its back, however. The use of web frameworks such as Struts or Spring, & the use of ORM tools such as Hibernate or JPA makes much of the book "redundant". Such tools although solving a lot of practical problems, also introduces many new ones. Maybe a new edition of the book should cover such ground.

Useful but J2EE biased - By: C. Jack, 30 Jul 2006
I'm a .NET developer and, since the book advertises the fact that it covers .NET as well as J2EE I had high hopes. By & large it lived up to them but in some places I think it let itself down.

In particular the majority of the code is in Java. I don't mind mentallly mapping from Java to C#, however its the differences between the framework libraries that creates the problem as I simply cannot do that mapping.

Despite this the book is OK, if you concentrate on the patterns themselves then your fine but I think Java developers will get far more from it as they're going to learn not just the patterns but details you need to be aware of when applying them.
key book for enterprise patterns - By: Thing with a hook, 29 Jul 2006
Even if you find enterprise stuff immensely dull, dealing with databases & web pages is a pretty common task, most of the action in software development revolves around it, & who wants to be completely ignorant of the the alphabet soup of various technologies the IT blogs, books & 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 & JDBC for Java.

The patterns in this book cover organising domain logic, database mapping & access, web presentation, concurrency, & 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) & those that bear a close resemblance to the classic vanilla Gang of Four patterns, with an enterprise twist (e.g. Plugin & Gateway). Nearly alll 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 & 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, & 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 potentiallly bone-dry material. If you want to know the basics of enterprise software, start here.
Save time! Pragmatic, simple and effective - By: Gonçalo Graça Gonçalves Melo, 15 Mar 2006
A very well written & pragmatic book about software architectural patterns.

For alll the different approches, defines clearly the context of the solution, and, in a critical & structured way, shows the differences among then.

Is a book about structured & patronized solutions for typical problems in every day life of alll programmers. So instead losing precious hours in front of a computer trying to reinvent the wheel, read this book & learn the some of the best practices from some of the best programmers in the world.


Good for high level summary. Not complete picture though - By: , 08 Jun 2004
Don't reallly 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. Would have much preferred to see complete listings, with section headings & explanatory text with same section headings. It's only when you assemble everything together you find there are a lot of missing pieces that are never described. I dived right in to O/R Mapping section & found a lot of method callls & classes that were not discussed further making for only half the picture.
Plus I was a bit disillusioned that author now states on his web site he doesn't have time to respond to emails, so I'll think twice before purchasing another of his books.