|
1 | 1 |  |
2 | | -# DSL Examples  [](https://gitpod.io/#https://github.com/ContextMapper/context-mapper-examples) [](https://opensource.org/licenses/Apache-2.0) |
| 2 | +# DSL Examples  [](https://opensource.org/licenses/Apache-2.0) |
3 | 3 | This project contains example DDD Context Maps written in the ContextMapper DSL. The examples are provided for two different types of users. The simpler business analysis examples should be easy to understand for business analysts without technical background, while the detailed examples are meant for software architects and/or engineers. |
4 | 4 |
|
5 | 5 | Find out more about our DSL and tools on our website [https://contextmapper.org/](https://contextmapper.org/) and [papers](https://contextmapper.org/background-and-publications/) published by [OST (former HSR)](https://www.ost.ch). |
6 | 6 |
|
7 | | -Start exploring the examples in the Context Mapper online IDE right now: |
8 | | - |
9 | | -<a href="https://gitpod.io/#https://github.com/ContextMapper/context-mapper-examples" style="padding: 10px;"> |
10 | | - <img src="https://gitpod.io/button/open-in-gitpod.svg" width="150" alt="Push" align="center"> |
11 | | -</a> |
12 | | - |
13 | 7 | ## IDE Requirements |
14 | | -This is a Gradle project and can easily be imported into any IDE (ideally VS Code or Eclipse with Context Mapper installed) that supports Gradle. |
| 8 | +This is a Gradle project and can easily be imported into any IDE (ideally VS Code with Context Mapper installed) that supports Gradle. |
15 | 9 |
|
16 | 10 | ### Context Mapper |
17 | | -In order to have language support for editing the CML files (Context Mapper Language), you need to install ContextMapper in Eclipse, Visual Studio Code, or use the online IDE Gitpod: |
| 11 | +In order to have language support for editing the CML files (Context Mapper Language), you need to install ContextMapper in Visual Studio Code: |
18 | 12 |
|
19 | 13 | * [Context Mapper for VS Code](https://marketplace.visualstudio.com/items?itemName=contextmapper.context-mapper-vscode-extension) (Marketplace) |
20 | | - * [Context Mapper for Eclipse](https://marketplace.eclipse.org/content/context-mapper) (Marketplace) |
21 | | - * Alternatively use this Eclipse update site URL for manual installation: |
22 | | - <br>[https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/) |
23 | 14 | * [VS Code Extension in Open VSX](https://open-vsx.org/extension/contextmapper/context-mapper-vscode-extension) |
24 | | - * Can be found easily in your Gitpod's. |
25 | | - * Or: [Start right now by using our demo repository](https://contextmapper.org/demo/). |
26 | 15 |
|
27 | 16 | ## The examples: |
28 | 17 | The following graphical illustrations of the context maps are inspired by [Vernon][2] and [Brandolini][3]. Once you modelled your context map in CML you can [generate such graphical representations](https://contextmapper.org/docs/context-map-generator/). |
|
0 commit comments