Questions tagged [boundaries]
The boundaries tag has no summary.
8 questions
1 vote
3 answers
469 views
Practicing DDD from the biggest modules to the smallest widgets
I have a frontend project using VueJS and TS and I structured it using DDD. So far, I have some modules (bounded contexts, domains - use the term you prefer) which are used in two ways: some modules ...
-1 votes
5 answers
184 views
How not to share information across service boundaries in SOA?
We are often told to avoid sharing business data across service boundaries. However, I tend to see the need for a service to access data from a different service. An example of this would be IT ...
1 vote
1 answer
553 views
DDD bounded context between three Aggregates that share the same address entity and CQRS
We have many different aggregates that use an address entity. But we also have an address aggregate because we have a global address book as well. Aggregate Company has many Address Entities ...
2 votes
3 answers
819 views
What defines a business rule, as opposed to application or presentation logic?
The way I explain it to myself is that a business rule is a requirement for a domain concept of an application. One of the core tasks of my current app is to send notifications. Therefore I have a ...