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: documentation/architecture.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ It defines the following layers visualized as horizontal boxes:
59
59
back-end to the client or other consumers.
60
60
* link:guide-batch-layer.asciidoc[batch layer] for exposing functionality in batch-processes (e.g. mass imports).
61
61
* link:guide-logic-layer.asciidoc[logic layer] for the business logic.
62
-
* link:guide-domain-layer.asciidoc[domain layer] for the data access, especially persistence (in the link:guide-structure-classic.asciidoc[classic project structure] this layer is named link:guide-dataaccess-layer.asciidoc[data-access layer]).
62
+
* link:guide-dataaccess-layer.asciidoc[dataaccess layer] for the data access, especially persistence.
63
63
64
64
Also, you can see the (business) components as vertical boxes (e.g. _A_ and _X_) and how they are composed out of component parts each one assigned to one of the technical layers.
65
65
@@ -115,7 +115,7 @@ The technology stack of the devonfw is illustrated by the following table.
0 commit comments