November 2018
Intermediate to advanced
388 pages
9h 5m
English
We will create different layers in the application to process the request and take that request to the database in order to create that entry in it.
Consider the following diagram:

We have a Controller layer that accepts the request, does the validation (if there is any validation logic there) and passes the request to the Service layer. The Service layer maps the request object to entities and passes the request to the Data Access Object (DAO) layer. The DAO layer separates the business logic from the persistence logic. It has the logic to connect to the database, thus creating this organization record in the table in ...
Read now
Unlock full access