Sunday 11 June 2017

Domain Driven Design in Java

I think most enterprise java world is suffering  from Anemic Domain Model. One of the ways that can help you is DDD. I've started researching DDD area, and I've found couple of good books and sources for them:

Implementing Domain-Driven Design by Vaughn Vernon (I think it is good to start book)

and source code is here : https://github.com/VaughnVernon/IDDD_Samples

And one more book called Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans 

and source code is here: https://github.com/citerus/dddsample-core

more code samples https://github.com/ddd-by-examples/library
https://github.com/mploed/ddd-with-spring

No comments:

Post a Comment