Online Attendance Management System is developed in a native way using Java/Jform and MYSQL
for Course project purpose 😁😌.
- Jdk 7.o or above
- Apache Netbeans
- Xampp for loacalhost
- Jdbc Connector
- 750 MB free fixed disk.
- Windows XP, VISTA, Windows 7, Windows 8, Windows 10.
- Open Netbeans,Create a new project
- Download the source and extract the source code to src of created project.
- create a database in Xampp ,Clicking on admin of Mysql(if mysql is already install then change the port number to 3308) .
- Create database and import database from given *.sql.
- You are good to go.
-
LOGIN
The teachers has access to all information students,attendance report. Teacher can update the attendance status of student and can maintain the attendance reports of all students currently on the registered course.
-
Classs selection
The teacher/teachers are left with a option to choose the repescting the class which they handle
-
Class updation
The teachers/teacher can update the attendance of the student by using thier Idnumbers.
This project also cover the concept of
a)Class
b)Returing objects from method.
b)custom exception and expection
c)Mutlilevel inheritance
d)Overriding
e)Interface implementation
f)Thread creating and synchronisation