Skip to content

guide domain layer

devonfw-core edited this page Nov 18, 2022 · 8 revisions
Table of Contents
Warning
Hey there! Seems like you are still using the documentation of our legacy Java repository. Since it won’t be maintained anymore, we recommend you to checkout the new Java page here.

Domain Layer

The domain layer is responsible for the data-model and mapping it to a database. The most common approach is to use a Relational Database Management System (RDMS). In such a case, we strongly recommend to follow our JPA Guide. Some NoSQL databases are supported by spring-data, so you can consider the repository guide.

Note: The domain layer is the replacement for the data-access layer in the modern project structure.

Clone this wiki locally