Re: Re: composing multiple bounded contexts in a single user interface
"Greg Young [email protected] [domaindrivendesign]" <[email protected]> Sun, 5 Oct 2014 14:11:29 +0200
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAC9RQtgR8sz-_u9WtkfL4V4QbxSchXdNpbFNCLAvp7QzGVmAWw@mail.gmail.com> |
Just as a quick note, often composing things in the UI is a real PITA. Another common alternative is to do the composition at the read model level (e.g. a persistent view model) then have a single ui that only talks to the persistent view model. In many cases this can help reduce complexity On Sun, Oct 5, 2014 at 11:26 AM, [email protected] [domaindrivendesign] <[email protected]> wrote: > > > Yes that makes a lot of sense, Thanks !! > > -- Studying for the Turing test