Domain-Driven Design and over 1.5 million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £16.05 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 Domain-Driven Design on your Kindle in under a minute.

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

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

Eric Evans
4.1 out of 5 stars  See all reviews (17 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 12 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want it Thursday, 20 June? Choose Express delivery at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition £25.24  
Hardcover £37.59  
Trade In this Item for up to £16.05
Trade in Domain-driven Design: Tackling Complexity in the Heart of Software for an Amazon.co.uk gift card of up to £16.05, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Special Offer until June 30, 2013: Receive an additional £5 promotional Gift Card, when you trade-in at least £10 worth of books. Learn more

Book Description

20 Aug 2003 0321125215 978-0321125217 1

“Eric Evans has written a fantastic book on how you can make the design of your software match your mental model of the problem domain you are addressing.

“His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique.

“The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers—it is a future classic.”

Ralph Johnson, author of Design Patterns

 

“If you don’t think you are getting value from your investment in object-oriented programming, this book will tell you what you’ve forgotten to do.

“Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion.”

Dave Collins, author of Designing Object-Oriented User Interfaces

 

“Eric weaves real-world experience modeling—and building—business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric’s descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field.”

Luke Hohmann, author of Beyond Software Architecture

 

“This book belongs on the shelf of every thoughtful software developer.”

Kent Beck

 

“What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important.”

Kyle Brown, author of Enterprise Java™ Programming with IBM® WebSphere®

 

The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process.

 

Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development.

 

Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis—refactoring not just the code but the model underlying the code—in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:

  • Getting all team members to speak the same language
  • Connecting model and implementation more deeply
  • Sharpening key distinctions in a model
  • Managing the lifecycle of a domain object
  • Writing domain code that is safe to combine in elaborate ways
  • Making complex code obvious and predictable
  • Formulating a domain vision statement
  • Distilling the core of a complex domain
  • Digging out implicit concepts needed in the model
  • Applying analysis patterns
  • Relating design patterns to the model
  • Maintaining model integrity in a large system
  • Dealing with coexisting models on the same project
  • Organizing systems with large-scale structures
  • Recognizing and responding to modeling breakthroughs

With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.


Frequently Bought Together

Domain-driven Design: Tackling Complexity in the Heart of Software + Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series)
Price For Both: £75.18

Buy the selected items together


Product details

  • Hardcover: 560 pages
  • Publisher: Addison Wesley; 1 edition (20 Aug 2003)
  • Language: English
  • ISBN-10: 0321125215
  • ISBN-13: 978-0321125217
  • Product Dimensions: 18.5 x 3.4 x 24.1 cm
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (17 customer reviews)
  • Amazon Bestsellers Rank: 13,304 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

“Eric Evans has written a fantastic book on how you can make the design of your software match your mental model of the problem domain you are addressing.

“His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique.

“The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers—it is a future classic.”

     —Ralph Johnson, author of Design Patterns

“If you don’t think you are getting value from your investment in object-oriented programming, this book will tell you what you’ve forgotten to do.

“Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion.”

     —Dave Collins, author of Designing Object-Oriented User Interfaces

“Eric weaves real-world experience modeling—and building—business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric’s descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field.”

     —Luke Hohmann, author of Beyond Software Architecture

"This book belongs on the shelf of every thoughtful software developer."

--Kent Beck

"What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important."

--Kyle Brown, author of Enterprise Java™ Programming with IBM® WebSphere®

The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process.

Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development.

Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis--refactoring not just the code but the model underlying the code--in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:

  • Getting all team members to speak the same language
  • Connecting model and implementation more deeply
  • Sharpening key distinctions in a model
  • Managing the lifecycle of a domain object
  • Writing domain code that is safe to combine in elaborate ways
  • Making complex code obvious and predictable
  • Formulating a domain vision statement
  • Distilling the core of a complex domain
  • Digging out implicit concepts needed in the model
  • Applying analysis patterns
  • Relating design patterns to the model
  • Maintaining model integrity in a large system
  • Dealing with coexisting models on the same project
  • Organizing systems with large-scale structures
  • Recognizing and responding to modeling breakthroughs

With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.



About the Author

Eric Evans is the founder of Domain Language, a consulting group dedicated to helping companies build evolving software deeply connected to their businesses. Since the 1980s, Eric has worked as a designer and programmer on large object-oriented systems in several complex business and technical domains. He has also trained and coached development teams in Extreme Programming.




Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:


Customer Reviews

Most Helpful Customer Reviews
21 of 21 people found the following review helpful
5.0 out of 5 stars The best software design book I own. 4 Aug 2006
Format:Hardcover
I dont think I could possibly disagree with the previous review any more. This is, IMO, the best software design book I have ever read. It is certainably the one that has had the greatest effect on my software design.

The book is written superbly. Eric breaks down various parts of the domain into categories and describes what they are, their benefits and relation to the whole picture in a way that just makes sense. I have used the techniques and they simplify the design and make it possible to go straight to a domain expert and take software instead of having to talk 2 seperate languages.

I dont find the book hard to read at all, and im not overly educated. If you want an example of hard to read, GangOfFour; a fantastic book but not easy reading. This book is written well, full of experience and well worth a read.

100% recommended.
Comment | 
Was this review helpful to you?
11 of 13 people found the following review helpful
5.0 out of 5 stars Brilliant 26 Sep 2006
By C. Jack
Format:Hardcover|Amazon Verified Purchase
If your doing, or thinking of doing DDD, then you should certainly read this book.

The writing style is excellent, the ideas are interesting, the persentation is superb and (most importantly) good examples are provided along the way.
Comment | 
Was this review helpful to you?
6 of 7 people found the following review helpful
3.0 out of 5 stars Good content, poor delivery 7 Mar 2010
Format:Hardcover|Amazon Verified Purchase
This is a book with some great content, sadly "the delivery" makes it an extremely hard and boring read. As much as I would urge anyone involved in developing software to become familiar with DDD concepts, it has to be said that that book, which I expected to be "the bible" on the subject, fails to impress. It is full of repetition and to make things worse the language is not the easiest either.
Was this review helpful to you?
1 of 1 people found the following review helpful
2.0 out of 5 stars found it boring 28 Aug 2012
Format:Hardcover|Amazon Verified Purchase
I'm sure the Author is very good at what he does but I found this book very boring.
I am from a software development background. I purchased this book to read on the train on the way to work. However, I could not get fully engaged. After a few pages I would fall asleep.

I dont think the information was laid out very well in the book.
Comment | 
Was this review helpful to you?
8 of 10 people found the following review helpful
5.0 out of 5 stars A must have for developers 28 April 2007
Format:Hardcover
What can i say...this is a fantastic book. It's about getting back to basics and understanding what your trying to build and sharing a common language. The patterns described in the book are very helpful and i have already started to implement some of the recommendations.

Buy this book..it's worth it. If your worried about it being a length read, you can go to the domain driven design site and they have a concise version of the patterns to read. But I highly recommend that you get the book and read it from cover to cover.
Comment | 
Was this review helpful to you?
5.0 out of 5 stars Must have for a software developer 25 April 2013
Format:Hardcover|Amazon Verified Purchase
Some software books teach you have to program in language A, some teach you the pitfalls of language B, some are more general and cover a paradigm. This book falls into the latter, and is really a very thought provoking look at how software - in the authors opinion - should be structured in order to make its maintainability and ease of use much better.

Highly recommended, although I was doing a good chunk of what the book talked about, many aspects from the book have influenced the architecture and development process at my job.
Comment | 
Was this review helpful to you?
5.0 out of 5 stars Excellent 10 Jan 2013
Format:Hardcover|Amazon Verified Purchase
Product arrived quickly and as described. Only minimal usage and thankfully no notes on any of the content pages, I do however agree with your thoughts on the Foreword!
Comment | 
Was this review helpful to you?
4.0 out of 5 stars Englightening - but a bit long winded 7 Dec 2012
By Toby
Format:Kindle Edition|Amazon Verified Purchase
As you are reading it, it seems to take an age to get to 'the good stuff', and I agree that the chapters concerning bounded contexts etc could do with being nearer the front.
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 "The Blue Book" - DDD Bible
"The Blue Book" is the DDD Bible and should be on the desk of any self-respecting architect / software developer. Read more
Published 7 months ago by D. Green
5.0 out of 5 stars must!
this is a must to be read by everyone who wants to understand the basic DDD concepts.
It contains a right mix between theory and practical examples
Published 19 months ago by Francesco Biacca
5.0 out of 5 stars A book any senior developer should read
If you are an senior software developer, this book will differentiate you from developers who merely think in terms of technology. Read more
Published on 27 Feb 2011 by Savvas Andreas Moysidis
4.0 out of 5 stars Good content, bad paper quailty
I have not fully read the book yet, but it has valuable content inside. Programming architecture is a quite "artistic" field with many undocumented parts. Read more
Published on 26 Nov 2010 by Balai Zsolt
5.0 out of 5 stars Just to explain why the design book is soooo amazing and 'life...
Anyone who has worked with me knows that, before, when i was doing coding work, I could only work in complete silence cos i had to concentrate so hard. Read more
Published on 27 April 2009 by John Walker
1.0 out of 5 stars Repetitive, wordy, overall - disappointed
To me this book has been a huge disappointment. Someone told me "Pete, there's a name for what you do!" and pointed me to this book. Read more
Published on 9 Jan 2009 by Mr. Peter Morris
5.0 out of 5 stars Good blend of architectural concepts. Refactoring rules the day!
* Eric eloquently describes the software development environment. I wholly concur with his take that software should be "supple" and it's organic/evolutionary nature should allow... Read more
Published on 19 Nov 2008 by Mr. Jeremy Flowers
3.0 out of 5 stars Great concept, poorly written
I read this book 3 years ago, and DDD has been my preferred design concept ever since.

However, I have to agree that this book uses a highly sophisticated language,... Read more
Published on 25 May 2008 by Thomas Jespersen
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
   
Related forums


Listmania!


Look for similar items by category


Feedback


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