What are the logics are using in an enterprise applications?
In an enterprise application generally we are using the following types of logics
1. Presentation Logic
2. Controlling Logic
3. Business Logic
4. Persistence Logic
1. Presentation Logic
In project development or web page development, presentation logic will play the key role, because presentation logic displays the output on browser.
Presentation logic(User interface) is used to take the inputs from end user and also used to display the output to the end user.
To develop the persistence or presentation logic using HTML/JSP/Freemaker/Velocity etc....
2. Controlling Logic
The logic is used to control the entire application, that is every request and response is dispatching throw controller.
What ever the request is coming to the application from client that request is handling by controlling logic.
Controlling logic is acting has a Traffic police.
To develop the controlling logic generally we are using Servlets.
3. Business Logic
This is the main logic of the project.
The programmatically implementation of business rules is nothing but business logic.
To develop the business logic to use Java beans/EJB/Springs etc....
4. Persistence Logic
The logic that is used to connect with the Database from a java program is nothing but persistence logic.
The persistence logic is used to perform persistence operations.
The persistence operations means insert, update, delete and select operations.
To develop the persistence logic we can use Jdbc/ORM(hibernate, JPA, ibatis etc....)/Spring.
In an enterprise application generally we are using the following types of logics
1. Presentation Logic
2. Controlling Logic
3. Business Logic
4. Persistence Logic
1. Presentation Logic
In project development or web page development, presentation logic will play the key role, because presentation logic displays the output on browser.
Presentation logic(User interface) is used to take the inputs from end user and also used to display the output to the end user.
To develop the persistence or presentation logic using HTML/JSP/Freemaker/Velocity etc....
2. Controlling Logic
The logic is used to control the entire application, that is every request and response is dispatching throw controller.
What ever the request is coming to the application from client that request is handling by controlling logic.
Controlling logic is acting has a Traffic police.
To develop the controlling logic generally we are using Servlets.
3. Business Logic
This is the main logic of the project.
The programmatically implementation of business rules is nothing but business logic.
To develop the business logic to use Java beans/EJB/Springs etc....
4. Persistence Logic
The logic that is used to connect with the Database from a java program is nothing but persistence logic.
The persistence logic is used to perform persistence operations.
The persistence operations means insert, update, delete and select operations.
To develop the persistence logic we can use Jdbc/ORM(hibernate, JPA, ibatis etc....)/Spring.
What are the logics are using in an enterprise applications?
Reviewed by Gurugubelli Technologies
on
December 17, 2016
Rating:
Wow..... nice thanks for providing us such an useful information.
ReplyDeleteERP Software