This repository contains a series of small programs developed using Java Servlets and JSP, ranging from basic to advanced levels, with MySQL database integration.
- JDK 8+
- Apache Tomcat
- MySQL Server
- IDE like Eclipse or IntelliJ IDEA
-
Clone the repository:
git clone https://github.com/Priyank911/Enterprise-Programming.git cd Enterprise-Programming
-
Database Setup:
- Create a database named
Classicmodels
. - Run the SQL scripts in the
/sql
folder to set up tables.
- Create a database named
-
Configure the project:
- Import into your IDE and configure Tomcat.
- Set up database connection in
web.xml
orcontext.xml
.
- Basic: HelloWorldServlet, FormHandlingServlet, JSPIntroduction
- Intermediate: UserLoginServlet, DatabaseConnectivity, CRUDOperations
- Advanced: MVCArchitecture, FileUploadServlet, ShoppingCartApplication
- Deploy on Tomcat.
- Access through your browser.
- Explore the modules.