In this project I was given to create a java based application which manages the record of employees and the department with the help of HRMS. This project includes jdbc,sql,connection,dao,Exception handling,MySql etc. In order to see the tables created I used the Mysql database.
- Open project.
- Create Database,tables into local system and use Connection.
- Set the value name,username,password for admin table.
- Run file 'Employeework.java'
- ADMIN Login
- EMPLOYEE Login
- Create admin table
- Create employee
- Create department
- Create departemp(for many to many relation between employee and department)
- Assigne department to Employee