What is Domain Driven Design?
Can somebody please explain (in succinct terms) what exactly is domain driven design? I see the term quite a lot but really don’t … Read more
Can somebody please explain (in succinct terms) what exactly is domain driven design? I see the term quite a lot but really don’t … Read more
In Domain Driven Design, there seems to be lots of agreement that Entities should not access Repositories directly. Did this come from Eric … Read more
I’m (re)designing large-scale application, we use multi-layer architecture based on DDD. We have MVC with data layer (implementation of repositories), domain layer (definition … Read more
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
What is the difference between Data Access Objects (DAO) and Repository patterns? I am developing an application using Enterprise Java Beans (EJB3), Hibernate … Read more