You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ These two languages can be used independently of each other; for instance, data
37
37
38
38
* Presentations featuring Context Mapper, MAP and MDSL can be found [here](https://ozimmer.ch/papers/).
39
39
* The [GitHub Pages for MDSL](https://microservice-api-patterns.github.io/MDSL-Specification/) provide a tutorial and language reference information.
40
-
* There is an [Eclipse update site](https://socadk.github.io/MDSL/updates/) for the MDSL editor.
40
+
* There is an [Eclipse update site](https://microservice-api-patterns.github.io/MDSL-Specification/updates/) for the MDSL editor.
41
41
* As a contributor, please consult the [readme file of the dsl-core](./dsl-core/README.md) project for getting started information and prerequisites.
42
42
43
43
@@ -69,16 +69,16 @@ All [Microservice API Patterns (MAP)](https://microservice-api-patterns.org/) ar
69
69
* As enums for roles and responsibilities
70
70
* As stereotypes annotating representation elements
71
71
72
-
See ["MAP Decorators" section of the MDSL tutorial](https://socadk.github.io/MDSL/tutorial) for more information. <!-- TODO copy one-pager in SummerSoC paper to GitHub pages or elsewhere in repo -->
72
+
See ["MAP Decorators" section of the MDSL tutorial](https://microservice-api-patterns.github.io/MDSL-Specification/tutorial) for more information. <!-- TODO copy one-pager in SummerSoC paper to GitHub pages or elsewhere in repo -->
73
73
74
74
The MDSL grammar (to be found in dsl-core, in src folder of org.mdsl project) was originally developed with Eclipse Photon (4.8.0) and Xtext (2.14) as provided by the Eclipse Modeling Platform. MDSL makes use of the referencing feature in Xtext ('name' attribute). Future work is required to also support this technology in other IDEs (such as Visual Studio Code).
75
75
76
-
A derived (but not yet fully equivalent) version of the grammar for antlr4 can be found [in this folder](https://github.com/socadk/MDSL/blob/master/antlr4/).
76
+
<!--A derived (but not yet fully equivalent) version of the grammar for antlr4 can be found [in this folder](https://microservice-api-patterns.github.io/MDSL-Specification/blob/master/antlr4/). -->
77
77
78
78
79
79
## Acknowledgements
80
80
81
-
The creation and release of MDSL 3.0 was supported by the [Hasler Foundation](https://haslerstiftung.ch/en/welcome-to-the-hasler-foundation/).
81
+
The creation and open source release of MDSL 3.0 was supported by the [Hasler Foundation](https://haslerstiftung.ch/en/welcome-to-the-hasler-foundation/).
Copy file name to clipboardExpand all lines: docs/index.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ To achieve the above design goals, we decided that:
66
66
### Eclipse Plugin (MDSL Editor)
67
67
The MDSL Eclipse plugin provides editing support (syntax highlighting, auto completion, etc.) for our DSL. You can install the plugin in your Eclipse from the following update site:
Once you have installed the plugin successfully, the MDSL editor should open for any file that ends with `.mdsl`. You can create one and copy-paste the above hello world example, or find additional examples [in this folder](https://github.com/socadk/MDSL/tree/master/examples).
71
+
Once you have installed the plugin successfully, the MDSL editor should open for any file that ends with `.mdsl`. You can create one and copy-paste the above hello world example, or find additional examples [in this folder](https://microservice-api-patterns.github.io/MDSL-Specification/tree/master/examples).
72
72
73
73
If you want to check whether the plugin has installed successfully, you can go to the Eclipse "Help" menu, select "About Eclipse IDE" and then "Installation Details". Two MDSL entries should be there.
74
74
@@ -134,14 +134,12 @@ Ready to start/learn more? Click [here](./tutorial).
134
134
* Optional/experimental [language elements on the instance level (provider, client, gateway)](./optionalparts)
At this point, the plugin and the documentation pages are available openly; the repository that contains the grammar is still private (please contact [socadk](https://ozimmer.ch/about/) to request access). <!-- TODO 2020 update all links when repo is moved and made public -->
@@ -150,6 +148,6 @@ At this point, the plugin and the documentation pages are available openly; the
150
148
*[Lakeside Mutual](https://github.com/Microservice-API-Patterns/LakesideMutual) repository, featuring [Domain-Driven Design (DDD)](https://www.ifs.hsr.ch/index.php?id=15666&L=4) and [microservices](https://www.ifs.hsr.ch/index.php?id=15266&L=4) in an insurance company scenario (JavaScript frontends and Spring Boot backends)
151
149
*[Context Mapper](https://contextmapper.github.io/), a DSL for strategic DDD and rapid OOAD
152
150
153
-
*Copyright: [Olaf Zimmermann](https://ozimmer.ch/index.html), 2018-2020. All rights reserved. See [license information](https://github.com/socadk/MDSL/blob/master/LICENSE).*
151
+
*Copyright: [Olaf Zimmermann](https://ozimmer.ch/index.html), 2018-2020. All rights reserved. See [license information](https://microservice-api-patterns.github.io/MDSL-Specification/blob/master/LICENSE).*
0 commit comments