Re: Sharing Aggregate Roots between Bounded Contexts
Paul Rayner <[email protected]>
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAKKp0qid396axhFX+kQ=+aaiviiPNks4XubUNmMq6r9xp-v1fw@mail.gmail.com> |
Not ok. There is one exception, which is Shared Kernel. On Sun, May 26, 2013 at 5:13 AM, wonderfulworldofpingpong < [email protected]> wrote: > ** > > > Is it okay to share Aggregate roots between bounded contexts? For example, > a 'contact' aggregate root shared between two BCs like Project Management > and Contact Management? > > When an aggregate root is shared between Bounded Contexts, the repository > also can be shared. > > Is this domains corruption or is it within DDD best practice? > > >