Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularisierungsstrategien explizit auflisten. #37

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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