EVERYTHING ABOUT MONOLITHIC SOFTWARE
• A monolithic application describes a single-tiered
software application in which the user interface and data
access code are combined into a single program from a
single platform.
MONOLITHIC SOFTWARE USES THREE-TIER
ARCHITECTURE:
MONOLITHIC SOFTWARE USES THREE-TIER
ARCHITECTURE:
• Presentation Layer – The topmost layer of the application and describes
the user interface. The main function is to translate tasks and results to
something that the user can understand. User interface code is written in
the client-side technologies like HTML, JavaScript, and CSS.
• Business Layer – This layer makes logical decisions and performs
calculations. It processes the data between two layers and uses
technologies like Spring.
• Data Access Layer – Here, the information is stored and retrieved from
the database. The information is passed to the business layer and then
ult
The post FROM SERVICE-ORIENTED TO MICROSERVICE ARCHITECTURE appeared first on Assignment Freelancers.