Re: Created DDD Exampe - Feedback?
Fabrício Cabral <[email protected]>
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAKUebb-OF+KWi_RyLtUmtkdrs=U6N_EK1Y9iKTCegQ4vzhvQKg@mail.gmail.com> |
Mirko, excellent work! Congratulations! :) But if you don't mind, I've some questions: 1. Which program do you used to draw these UML diagrams? 2. If Address is a Value Object then it should be immutable, isn't it? Thus, you can't change its attributes (even using these change* methods) Thanks for your attention! On Fri, May 10, 2013 at 2:11 PM, mirko.sertic <[email protected]> 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 > > > -- --fx