Skip to content

Commit 371905f

Browse files
author
socadk
committed
min updates in two readmes
1 parent 4cc7343 commit 371905f

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you want to contribute to MDSL, you have to clone this repo and generate the
7676

7777
## Change Log
7878

79-
The current version of the MDSL language is 5.2; the tool version is 5.2.0. This MDSL version extends service contracts with support for events, states, flows, compensation (as experimental technology previews). It also supports true REST level 3 concepts both on the abstract endpoint type level and in the redesigned bindings and comes with additional Fremarker generators (Markdown reports, ALPS).
79+
The current version of the MDSL language is 5.2; the tool version is 5.2.2. This MDSL version extends service contracts with support for events, states, flows, compensation (as experimental technology previews). It also supports true REST level 3 concepts both on the abstract endpoint type level and in the redesigned bindings and comes with additional Fremarker generators (Markdown reports, ALPS).
8080

8181
See [change log](changelog.md) for an evolution history; see GitHub [release notes](https://github.com/Microservice-API-Patterns/MDSL-Specification/releases) for additional update information.
8282

background/readme.md

+27-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
1-
This folder contains pointers to background information and supporting tools.
1+
This folder contains pointers to background information such as related projects and supporting tools.
22

3-
# Microservice API Patterns (MAP)
3+
# Related projects
44

5-
* MAP <https://microservice-api-patterns.org/> uses MDSL to feature patterns in action.
5+
## Microservice API Patterns (MAP)
66

7-
# Design Practice Repository (DPR)
7+
* The MAP website <https://microservice-api-patterns.org/> uses MDSL to feature patterns in action.
8+
* The EuroPLoP paper [" Interface Responsibility Patterns: Processing Resources and Operation Responsibilities"](http://eprints.cs.univie.ac.at/6520/1/MAP-EuroPlop2020aPaper.pdf) features an MDSL example.
89

9-
* <https://github.com/socadk/design-practice-repository> features MDSL in its Stepwise Service Design activity.
10+
## Design Practice Repository (DPR)
1011

11-
# Other Tools supporting MDSL
12+
* DPR, available at <https://github.com/socadk/design-practice-repository> features MDSL in its Stepwise Service Design activity.
13+
* *New: *LeanPub book on [DPR](https://leanpub.com/dpr)
14+
15+
# Tools
16+
17+
## CLI and update site
18+
19+
* See [Tools Users Guide](https://microservice-api-patterns.github.io/MDSL-Specification/tools)
20+
21+
## Context Mapper
1222

1323
* Context Mapper has a MDSL generator, see [here](https://contextmapper.org/docs/mdsl/).
1424

15-
# Interface Definition Languages (IDLs) through the ages
25+
# Presentations and Articles
26+
27+
## MDSL and Context Mapper
28+
29+
* Zimmermann, O.: Dimensions of Successful Web API Design and Evolution: Context, Contracts, Components, Keynote, 20th International Conference on Web Engineering (ICWE), June 11, 2020. ([PDF](https://ozimmer.ch/assets/presos/ZIO-ICWEKeynoteWADEC3v10p.pdf), [blog post](https://ozimmer.ch/practices/2020/06/10/ICWEKeynoteAndDemo.html))
30+
* Kapferer, S.; Zimmermann, O.: Domain-driven Service Design — Context Modeling, Model Refactoring and Contract Generation. Proc. of SummerSoC 2020 conference, Springer CCIS Volume 1310 ([PDF](https://contextmapper.org/media/SummerSoC-2020_Domain-driven-Service-Design_Authors-Copy.pdf), [Presentation]())
31+
32+
<!-- plus VSS Vienna conference report by Leitner et al (Insights) -->
33+
34+
## Interface Definition Languages (IDLs) through the ages
1635

17-
* See [known uses of the API Description pattern in MAP](https://microservice-api-patterns.org/patterns/foundation/APIDescription#sec:APIDescription:KnownUses) for the time being.
36+
* See [known uses of the API Description pattern in MAP](https://microservice-api-patterns.org/patterns/foundation/APIDescription#sec:APIDescription:KnownUses) and ICWE presentation.

0 commit comments

Comments
 (0)