Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.2 Understand Java EE Platform (Example Java Application (Web Application…
1.2 Understand Java EE Platform
JAVA
Java SE
(MOBILE)
Java ME
(INTERNET)
Java EE :
(DESKTOP)
Java Enterprise Platform
Presentation Logic
Acts as a mediator between the Presentation and the Database layer.
Business Logic
It manages communication between an end user interface and a database.
Data Access Logic
(Client layers) To communicate with Business layer.
Various Technologies in Java EE
HTML for Client Side
Web page that the user can view when receives the HTTP response in browser and just for view only
Servlet/JSP for Server Side
It allows the web server to work with servlets and JSPs.
Enterprise Java Beans (EJB)
It enables rapid and simplified development of portable applications based on Java technology.
Java Applet
It used to provide interactive features to web applications that cannot be provided by HTML alone.
Example Java Application
Web Application
Mobile Application
Embedded System
Desktop GUI Application
Web & Application Server
Enterprise Application
Scientific Application