Skip to content

A Java-based web application that allows Admins to manage students, courses, and results, and enables Students to securely log in and view their academic results online. Built using JSP, Servlets, JDBC, and Oracle DB, the system ensures efficient result processing with secure role-based access.

Notifications You must be signed in to change notification settings

Bhabani-Barik/online-result-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Online Result Management System

πŸ“Œ Technologies Used

  • Java
  • JDBC
  • Servlet
  • Oracle Database
  • HTML, CSS, Bootstrap
  • JavaScript

πŸ”§ Features

  • Admin Login
  • Add/View Students
  • Add/View Results
  • Student Login to View Results

πŸ“‚ Project Structure

  • src/dao – Database connection
  • src/model – JavaBean classes
  • src/servlet – Servlet Controllers
  • webapp/pages – JSP Pages
  • webapp/WEB-INF/web.xml – Servlet Mapping

🏁 How to Run

  1. Clone this repository
  2. Import in Eclipse as Dynamic Web Project
  3. Configure Oracle JDBC
  4. Start Tomcat Server
  5. Access via browser http://localhost:8080/OnlineResultManagementSystem

About

A Java-based web application that allows Admins to manage students, courses, and results, and enables Students to securely log in and view their academic results online. Built using JSP, Servlets, JDBC, and Oracle DB, the system ensures efficient result processing with secure role-based access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages