bounded-contexts
DDD: bounded contexts - domain entities that reference concerns in another bounded context
I\'m getting confused on how to define bounded contexts where there are shared concerns between them, and how to represent this with Domain Entities.[详细]
2023-03-19 10:22 分类:问答When a line item is removed from an order, is it ok to have a transaction across bounded contexts?
In my domain, I have 2 bounded contexts that are relevant to this question: Purchasing - where the customer orders services[详细]
2023-03-15 14:39 分类:问答How to represent bounded contexts?
I mean - 开发者_如何学编程physically, in code. Organization of naming, namespaces, folders, assemblies, database/s.[详细]
2023-02-02 15:14 分类:问答What are possible designs for the DCI architecture?
What are possibles designs for implementation of the DCI (data, contexts, interactions) architecture in different OOP languages? I thought of Policy based design (Andrei Alexandrescu) for C++, DI and[详细]
2022-12-25 12:11 分类:问答