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.
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.
- Create, Read, Update, and Delete operations on Employees and Designations.
- User-friendly interface built with Spring MVC and JSP.
- Utilizes EntityFactoryManager for data management.
- Java
- Spring MVC
- JSP (JavaServer Pages)
- EntityFactoryManager
Follow these instructions to set up the project on your local machine.
- Java Development Kit (JDK)
- Apache Maven
- Tomcat Server (or any other servlet container)
-
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
-
Build the project using Maven:
mvn clean install
-
Deploy the generated WAR file to your Tomcat server.
-
Access the application at
http://localhost:8080/
.
-
Navigate to the application in your web browser.
-
Perform CRUD operations on Employees and Designations using the provided interface.
Contributions are welcome! Please follow the contributing guidelines.
This project is licensed under the MIT License.