Skip to content

Rakib-mbstu/Employee-Management-System-with-Spring-MVC-and-JSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System with Spring MVC and JSP

This project is an Employee Management System built using Spring MVC and JSP. It includes CRUD operations for managing Employees and Designations. The system utilizes EntityFactoryManager instead of Data JPA for data management.

Table of Contents

Introduction

The Employee Management System is designed to facilitate the management of employees and their designations. It provides a user-friendly interface for performing CRUD operations on both employees and designations.

Features

  • Create, Read, Update, and Delete operations on Employees and Designations.
  • User-friendly interface built with Spring MVC and JSP.
  • Utilizes EntityFactoryManager for data management.

Technologies Used

  • Java
  • Spring MVC
  • JSP (JavaServer Pages)
  • EntityFactoryManager

Getting Started

Follow these instructions to set up the project on your local machine.

Prerequisites

  • Java Development Kit (JDK)
  • Apache Maven
  • Tomcat Server (or any other servlet container)

Installation

  1. Clone the repository:

    git clone https://github.com/Rakib-mbstu/Employee-Management-System-with-Spring-MVC-and-JSP.git
    cd Employee-Management-System-with-Spring-MVC-and-JSP
  2. Build the project using Maven:

    mvn clean install
  3. Deploy the generated WAR file to your Tomcat server.

  4. Access the application at http://localhost:8080/.

Usage

  1. Navigate to the application in your web browser.

  2. Perform CRUD operations on Employees and Designations using the provided interface.

Contributing

Contributions are welcome! Please follow the contributing guidelines.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages