Skip to content

Employee Management System is a basic Java web application built using JSP, Servlets, JDBC, and MySQL.

Notifications You must be signed in to change notification settings

Rashmiranjan07/Employee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

(Java | JSP | Servlet | JDBC | MySQL)

A simple Employee Management System built using Core Java + JSP/Servlet + JDBC + MySQL in Eclipse IDE and deployed on Apache Tomcat.
This project demonstrates login, form handling, database connectivity, and searching employee/student records by email.

The project is built using Eclipse IDE and deployed on Apache Tomcat.


📌 Features

🔐 Authentication

  • Login using username & password
  • Validates credentials from database

🔎 Search by Email

  • Find a single record by entering an email
  • Displays details fetched from MySQL

🧰 Tech Stack

  • Java (Core Java)
  • JSP & Servlet
  • JDBC
  • MySQL
  • HTML5 / CSS3
  • Apache Tomcat 9+
  • Eclipse IDE
  • Maven (if pom.xml is used)

📁 Project Structure

Employee/
│
├── src/
│   └── main/
│       ├── java/
│       │   └── com/
│       │       └── employee/
│       │           ├── servlet/     # Servlets
│       │           ├── dao/         # DAO classes
│       │           └── util/        # DB / utility logic
│       │
│       └── webapp/
|           | └── web.xml
│           ├── css/                # CSS files
│           ├── js/                 # JavaScript files
│           ├── WEB-INF/
│           └── *.jsp               # JSP pages
│
├── pom.xml                         # Maven dependencies
├── README.md
└── .gitignore

⚙️ How to Run the Project

  1. Clone the repository
    git clone https://github.com/Rashmiranjan07/Employee.git

⚠️ Note: This project is currently under development. I am actively learning backend technologies and continuously improving this project as part of my learning journey.

About

Employee Management System is a basic Java web application built using JSP, Servlets, JDBC, and MySQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published