Notes

1. What is Java EE (Jakarta EE)

Java EE is a specification set for building enterprise-grade Java applications. These applications are:

Java EE Includes:


2. Web Application Layers Overview

Typical Layers:

Browser (Client)
↓
JSP / HTML (View Layer)
↓
Servlets (Controller)
↓
Business Logic (Service Layer)
↓
DAO / ORM (Database Access Layer)
↓
Database

Technologies Used: