Skip to content

Commit

Permalink
Modularisierungsstrategien explizit auflisten.
Browse files Browse the repository at this point in the history
Aus #26.
  • Loading branch information
mikesperber authored and aheusingfeld committed Sep 6, 2024
1 parent 4d43b78 commit ca8e286
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/02-modularization/02-learning-goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
* Teilnehmer verstehen, welche Modularisierungskonzepte nicht nur für Transaktions-, sondern auch für Batch- und Datenfluss-orientierte Systeme genutzt werden können.

.Was sollen die Teilnehmer kennen?
* Die Teilnehmer kennen die Modularisierungsstrategien "Bounded
Context", "Customer Journey" und "Information Hiding" <<parnas>>.
* Die Teilnehmer sollen folgende Begriffe aus dem Domain-Driven Design kennen: Aggregate Root, Context Mapping, Bounded Contexts und Beziehungen dazwischen (z. B. Anti-Corruption Layer).


Expand Down
2 changes: 1 addition & 1 deletion docs/02-modularization/references.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== {references}

<<evansddd>>, <<fowler>>, <<twelvefactor>>, <<wolffms>>, <<newman>>
<<evansddd>>, <<fowler>>, <<twelvefactor>>, <<wolffms>>, <<newman>>, <<parnas>>


6 changes: 6 additions & 0 deletions docs/99-references/00-references.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ This section contains references that are cited in the curriculum.

- [[[oauth,Parecki et al. 2006]]] Aaron Parecki et al., Explaining OAuth 2.0 http://oauth.net/

**P**

- [[[parnas,Parnas 1972]]] David Parnas, On the Criteria To Be Used
in Decomposing Systems into Modules. Communications of the ACM
15(12):1053--1058, 1972.

**T**

- [[[takada,Takada 2013]]] Mikito Takada, Distributed Systems for Fun and Profit, http://book.mixu.net/distsys/ (Guter Einstieg und Überblick)
Expand Down

0 comments on commit ca8e286

Please sign in to comment.