Spring Class notes: https://tinyurl.
com/spring6pmnotes
Google ClassRoom Code : z4rnqy6
Spring Framework:
—----------------
Enterprise:
1. It is a group of organizations running under a single label.
2. It is a business organization, where business is going on for the
services.
Enterprise Application: It is a software application, it can be used
to simplify the business processing in the enterprises.
Enterprise Application Architecture:
—------------------------------------
To prepare Enterprise applications we have to provide the following
three layers.
1. User Interface Layer or Presentation Layer
2. Business Processing Layer or Business Layer
3. Data Storage and Access Layer or Persistence Layer
User Interface Layer or Presentation Layer
—------------------------------------------
1. It is the topmost layer in enterprise applications.
2. Its main purpose is to improve the look and feel of enterprise
applications.
3. User interface is providing an entry point for the users to enter
into the enterprise applications.
4. User Interface Layer is providing a very good environment to
collect the data in order to submit data to the enterprise
applications.
5. User Interface will provide a very good environment to perform
Client side data validations.
6. User Interface Layer is able to provide a very good environment
to send different types of requests from client to the Server
side applications.
7. To prepare the User interface Layer we have to use a separate
logic that is Presentation Logic.
8. To prepare the presentation logic in enterprise applications we
have to use a set of technologies like web technologies.
EX: Html, CSS, Bootstrap,Java Script,JQuery, Ajax, Angular, React
JS...
Business Processing Layer:
—--------------------------