context-mapper-dsl icon indicating copy to clipboard operation
context-mapper-dsl copied to clipboard

ContextMapper DSL: A Domain-specific Language for Context Mapping & Service Decomposition

Results 46 context-mapper-dsl issues
Sort by recently updated
recently updated
newest added

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...

This content of existing MDSL file ~~~ // ** BEGIN PROTECTED REGION for data types // ** END PROTECTED REGION for data types ~~~ causes an exception when I try...

Although is not in the original Context Map from Eric Evans, there are use cases where it is useful to draw the bounded context inside of the domain/subdomain. It will...

Hi, I have been going through docs and trying your examples to explore the possibility of using "Domain Driven Design" in our team. The examples are good and they work...

enhancement

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)

enhancement

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)?

enhancement

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...

enhancement

**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...

enhancement