/Enterprise-Programming

Here You Get All EP Program( Lab+Lecture ).

Primary LanguageJava

EP Program - Java Servlet and JSP with MySQL

This repository contains a series of small programs developed using Java Servlets and JSP, ranging from basic to advanced levels, with MySQL database integration.

Prerequisites

  • JDK 8+
  • Apache Tomcat
  • MySQL Server
  • IDE like Eclipse or IntelliJ IDEA

Setup

  1. Clone the repository:

    git clone https://github.com/Priyank911/Enterprise-Programming.git
    cd Enterprise-Programming
  2. Database Setup:

    • Create a database named Classicmodels.
    • Run the SQL scripts in the /sql folder to set up tables.
  3. Configure the project:

    • Import into your IDE and configure Tomcat.
    • Set up database connection in web.xml or context.xml.

Program Overview

  • Basic: HelloWorldServlet, FormHandlingServlet, JSPIntroduction
  • Intermediate: UserLoginServlet, DatabaseConnectivity, CRUDOperations
  • Advanced: MVCArchitecture, FileUploadServlet, ShoppingCartApplication

Running the Programs

  1. Deploy on Tomcat.
  2. Access through your browser.
  3. Explore the modules.