This repository contains basic example projects demonstrating the core concepts of Java Enterprise Edition (Java EE) using:
- β Servlets
- β JSP (JavaServer Pages)
- β JDBC (Java Database Connectivity)
These examples are designed for beginners to understand how traditional Java EE applications are structured and developed using Eclipse and Apache Tomcat.
- Clone or download the repository.
- Open Eclipse and import the
MyEEWorkSpacefolder as an Existing Project into Workspace. - Make sure Apache Tomcat is configured in Eclipse.
- Deploy and run the servlet or JSP files on the server.
- (For JDBC) Update your
DBConnection.javafile with your MySQL database credentials.
This project is open-source and available under the MIT License.
Feel free to explore, modify, and build upon these basic examples to deepen your understanding of Java EE.