Spring Day 1
Spring Day 1
Ans:
SPRING BOOT:
Ans:
Presentation Layer:
o The presentation layer handles the HTTP requests, translates the JSON parameter to
object, and authenticates the request and transfer it to the business layer.
o In short, it consists of views i.e., frontend part.
Business Layer:
Persistence Layer:
o The persistence layer contains all the storage logic and translates business objects
from and to database rows.
Database Layer:
o In the database layer, CRUD (create, retrieve, update, delete) operations are
performed