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 39 context-mapper-dsl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A model distributed over several files, does not generate subdomain PlantUML diagrams of the imported domains. **To Reproduce** Steps to reproduce the behavior: 1. Create Domain with...

Annotation provide the ability to extend the language without having to modify the grammer and can be very valuable for generating code from the model by providing the appropriate guidance...

**Is your feature request related to a problem? Please describe.** Generated PlantUML diagrams do not contain explicitly contain end states as stated in the documentation https://contextmapper.org/docs/aggregate/ > // target states...

**Is your feature request related to a problem? Please describe.** The domain vision statement was added as part of the pr #4 , which is useful in an overview /...

I am having problems getting the VS Code plugin to work: - OS: ```Darwin 20.4.0 Darwin Kernel Version 20.4.0 x86_64 ``` - VSCode version: ```1.56.0``` - Context Mapper extenstion version:...

I just wanted to get started with Context Mapper and Service Cutter and copied the example cml-file from [here](https://github.com/ContextMapper/context-mapper-examples/blob/master/src/main/cml/ddd-service-cutting-sample/DDD-Sample.cml). Generating the ERD file as JSON and uploading it to Service...

It seems to be beautiful, but it is still difficult to implement, such as when looking for domains and subdomains, especially for relatively isolated developers

**Is your feature request related to a problem? Please describe.** I enjoy the breadth and depth of support for the Sculpture concepts, such as the plugin syntax support for DataTransferObject...

**Is your feature request related to a problem? Please describe.** I would like to use this library with Java 17 Currently, If I try to execute the examples with Java...

For me, documentation should offer links to the code. For example, the "implementation" of an Entity should be linkable. [GitHub allows for copying permalinks](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet). They could be used: https://github.com/JabRef/jabref/blob/f3283637b3163e9a736df8354d28c5fc3297a824/src/main/java/org/jabref/model/entry/BibEntry.java#L56 With...