A University Portal Demonstration using Java
-
start.java : the first file I uploaded onto this repository, it is the starting page of this project. Used a bit of multithreading(was required so just snuck it in).
-
Dashboard.java : this is the third interface of the file which comes after the login page, this is for administrators only and not for faculty or students.
-
Conn.java : this is a connection class, JDBC connection object, used in project for Java-DataBase Connectiity(very important for connection to database).
-
Add Student : this is a java class through which an administrator can add a student and all the necessary details.
-
Add Teacher : this is a java class through which an administrator can add a taacher and all the necessary details.
-
Enter Marks : this java class is made for admins and teachers specifically for teachers only to enter marks of respective students.
-
Examination Results :
-
View Student : this class extracts the data stored in database about the student and displays the information.
-
View Teacher : this class extracts the data stored in database about the teacher and displays the information.
-
Map-1 : Container Class for map of main campus.
-
Map-2 : Container Class for map of annexure campus.