Skip to content

This is is an MVC based Student management Web App built using JEE Servlet techonlogy, capable of Performing all CRUD operations on Students

Notifications You must be signed in to change notification settings

safvan8/student-management-web-servlet-html-css-app-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management Web Application using Servlets

This project is a web-based implementation of a Student Management System that allows the user to manage student data, such as adding, updating, and deleting students.

MVC Diagram

StudentManagemetSystemMVC

Technologies Used

  • Java Servlets
  • JSP
  • HTML/CSS
  • JDBC
  • MySQL
  • Tomcat Server 9.0

Features

  • Add, update, delete and view student data
  • Supports validation of user inputs
  • Provides search functionality to search for students based on various parameters

Demo

Check out the live demo of the application here.

Getting Started

  1. Clone the repository to your local machine
  2. Open the project in your IDE
  3. Run the application on a Tomcat server

Application Architecture

The application follows a Model-View-Controller (MVC) architecture with a layered approach for improved code maintainability and readability.

Model

  • The model package contains the Student class which represents the entity for a student.

View

  • The view package contains the JSP files which display the UI for the user.

Controller

  • The controller package contains the servlets which handle the user requests and update the model accordingly.

Credits

This project was created by [Your Name] as a part of [Course Name] at [Institution Name].

About

This is is an MVC based Student management Web App built using JEE Servlet techonlogy, capable of Performing all CRUD operations on Students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published