Skip to content

Commit 51ff6a8

Browse files
authored
domain back to dataaccess
1 parent 1cbebd8 commit 51ff6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/architecture.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It defines the following layers visualized as horizontal boxes:
5959
back-end to the client or other consumers.
6060
* link:guide-batch-layer.asciidoc[batch layer] for exposing functionality in batch-processes (e.g. mass imports).
6161
* 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.
6363

6464
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.
6565

@@ -115,7 +115,7 @@ The technology stack of the devonfw is illustrated by the following table.
115115
|runtime|servlet-container|JEE|http://tomcat.apache.org/[tomcat]
116116
|link:guide-dependency-injection.asciidoc[component management]|dependency injection|https://jcp.org/en/jsr/detail?id=330[JSR330] & https://jcp.org/en/jsr/detail?id=250[JSR250]|http://spring.io/[spring]
117117
|link:guide-configuration.asciidoc[configuration]|framework|-|http://projects.spring.io/spring-boot/[spring-boot]
118-
|link:guide-domain-layer.asciidoc[persistence]|OR-mapper|http://www.oracle.com/technetwork/java/javaee/tech/persistence-jsp-140049.html[JPA] | http://hibernate.org/orm/[hibernate]
118+
|link:guide-dataaccess-layer.asciidoc[dataaccess] (persistence)|OR-mapper|http://www.oracle.com/technetwork/java/javaee/tech/persistence-jsp-140049.html[JPA] | http://hibernate.org/orm/[hibernate]
119119
|link:guide-batch-layer.asciidoc[batch]|framework|https://jcp.org/en/jsr/detail?id=352[JSR352]|http://projects.spring.io/spring-batch/[spring-batch]
120120
|link:guide-service-layer.asciidoc[service]|link:guide-soap[SOAP services]|https://jcp.org/en/jsr/detail?id=224[JAX-WS]|http://cxf.apache.org/[CXF]
121121
|link:guide-service-layer.asciidoc[service]|link:guide-rest[REST services]|https://jax-rs-spec.java.net/[JAX-RS]| http://cxf.apache.org/[CXF]

0 commit comments

Comments
 (0)