Stefan Kapferer
Stefan Kapferer
Hi there I'm evaluating whether I can use spring-content to store our entity-related blobs on a file system (we use Spring Data JPA to persist our entities). As far as...
Current flow steps can be of the types: * event EventXY triggers command CommandXY * command CommandZ emits event EventZ Do we maybe need another type? * command CommandA triggers...
From a domain object in a CML model it is currently possible to reference any other domain object. I suggest to implement a validator which ensures that references to another...
Splitting ARs may have to be enhanced so that a relationship is created between the two resulting bounded contexts.
User feedback: How can we work with CML if we have multiple teams and all work on their own Context Map? Is there a way to integrate the different Context...
* Check if the XMI export works correctly and contains all model information (users mentioned missing parts) * Maybe we should also provide an export to a JSON format (idea)
The definition of the owners/teams (mainly used for https://contextmapper.org/docs/ar-split-bounded-context-by-owners/) is currently only possible on the Aggregate level. Maybe we should think about providing this information on a higher level (BC)?
Currently we can model Shared Kernel relationships, but there is no way to actually specify which part of the models is shared. With this issue we should enhance the language...
**CML to Service Cutter input model mapping:** Currently we create nanoentities for CML attributes. According to the Service Cutter paper, operations can be mapped to nanoentities as well. With this...
This issue describes an idea for a new AR (maybe more details needed later). An AR „Make Roles Explicit“, could change a relationship such as `A -> B` into `A...