Re: Created DDD Exampe - Feedback?
"wonderfulworldofpingpong" <[email protected]>
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Thanks for writing such a good example. My concern is about the Context Integration. I don't think there is any integration point exists between Bounded Contexts in the example. What you are doing is a business rule evaluation. You are checking whether all the projects are deleted. That is a business rule. In that case, the Projects also should reside in the 'Customer Management Bounded Context'. What do you think? --- In [email protected], "mirko.sertic" <mirko.sertic@...> wrote: > > Hi@all > > I really like the idea of domain-driven design. Based on a project I am working on at the moment I created a small example about what can happen to application architecture if strategical and tactical patterns are applied to the problem space. > > This example can be seen here: > > http://www.mirkosertic.de/doku.php/architecturedesign/dddexample > > It is far from being perfect, but it should show up a direction about how to find subdomains, bounded contexts, aggregates, context integration and application architecture. > > Any feedback is very welcome, so stay tuned and happy DDDing:-) > > Regards > Mirko > ------------------------------------