Re: composing multiple bounded contexts in a single user interface

"yu li [email protected] [domaindrivendesign]" <[email protected]> Fri, 10 Oct 2014 08:17:46 -0700
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
it really depends on requirement, for so many areas of function, I would guess mostly are CRUD without much of complex logic, in this case, DDD is over kill, if each area of functionality does have its complex logic, BC make a log of sense, however, I do see some function may cut across other areas, like security and user management, it many not needs to be in its own BC.