Built a simplified version of Blackboard portal, for classroom management at an educational institute with all necessary core functionalities.
- Teacher
- Student
- Record Attendance
- Make Announcements
- Publish Grades
- Publish Exam marks
- Post Appointment sessions
- Track Attendance
- View Announcements
- View Grades
- View Exam marks
- Book Appointment sessions
• Front End: JSP
• Back End: Spring MVC and Hibernate
• Database: MySQL
• Annotations for mapping
• Hibernate - Criteria Queries for data retrieval from database
• Spring MVC form tags for reading input from JSP
• Hibernate Validator to validate input constrains (form validation)
• Many to one and many to many mappings for establishing relationship between two tables as attributes in the model