ContextMapper / contextmapper.github.io

The ContextMapper Documentation Page
https://contextmapper.org/
MIT License
14 stars 11 forks source link

Example for application within a bounded context #49

Closed sunilk-m closed 3 years ago

sunilk-m commented 3 years ago

Is there any example for Application rule defined within a bounded context. I wanted to use flow to define a command 'CommandEvent' delegates to 'Aggregate' emits event 'DomainEvent'

Regards Sunil

stefan-ka commented 3 years ago

Hi @sunilk-m

Nice to hear that you use @ContextMapper and that you analyze our Xtext grammar :) Unfortunately, the application rule and the application flow feature is not yet released... We are working on this, but it is not part of an official @ContextMapper release. Therefore, the answer for now is no, we have not yet documented this feature.

I can let you know as soon as we have a release that contains this new feature.

Best regards, Stefan

PS: The following screenshot might give you an idea on how we think that this shall work in the future :)

image

sunilk-m commented 3 years ago

Hi Stefan Thanks for your prompt reply. We started using it a week back primary to build a tool for generating code and all of us are impressed by it. I had used xtext earlier so it was easier for me to learn by looking at the grammar :).

Regards Sunil

On Mon, Nov 23, 2020 at 6:16 PM Stefan Kapferer notifications@github.com wrote:

Hi @sunilk-m https://github.com/sunilk-m

Nice to hear that you use @ContextMapper https://github.com/ContextMapper and that you analyze our Xtext grammar :) Unfortunately, the application rule and the application flow feature is not yet released... We are working on this, but it is not part of an official @ContextMapper https://github.com/ContextMapper release. Therefore, the answer for now is no, we have not yet documented this feature.

I can let you know as soon as we have a release that contains this new feature.

Best regards, Stefan

PS: The following screenshot might give you an idea on how we think that this shall work in the future :)

[image: image] https://user-images.githubusercontent.com/6763278/99963447-1a9e7700-2d92-11eb-81cf-c8cbaa9e2c7a.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ContextMapper/contextmapper.github.io/issues/49#issuecomment-732140474, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHNC3LVKKVY7JCKA6SQS3TSRJKTPANCNFSM4T7KMPXQ .

stefan-ka commented 3 years ago

Cool, @sunilk-m! :)

We are always happy to hear how @ContextMapper is applied in projects and what requirements you may have. So, feel free to share your experience (you can also reach me via other channels: https://stefan.kapferer.ch/about/), create issues on GitHub, or even create PRs. Input and feedback is very welcome!

Best regards, Stefan

socadk commented 3 years ago

Hi there, Context Mapper 6.2 and 6.3 now have the doc pages for app flow modeling: https://contextmapper.org/docs/application-and-process-layer/

stefan-ka commented 3 years ago

Yes, thanks @socadk!

I guess this issue is fixed @sunilk-m, right? (I know you already saw the new features/releases :) A few example models can also be found here: https://github.com/ContextMapper/context-mapper-examples/tree/master/src/main/cml/workflow-samples

I close this one. If you need more help, let us know @sunilk-m.