The following are the major operations of this application.
The following table lists operations and associated objects and files.
| Operation | Files | Associated Objects |
|---|---|---|
| Login | login.jsp , mainpage.html,header.html | AdminBean JavaBean, DBUtil class |
| Home page | menu.html | |
| Adding new course | addcourse.jsp | CourseBean javabean, DBUtil class |
| Adding new batch | addbatch.jsp | CourseBean javabean, BatchBean JavaBean, CourseTag custom tag, DBUtil class |
| Adding new students | addstudents.jsp | StudentBean javabean, BatchTag custom tag, DBUtil class |
| Adding new questions | addquestion.jsp | QuestionBean JavaBean , CourseTag custom tag, DBUtil class |
| Changing password (Not done) | changepassword.jsp | |
| List Courses | listcourses.jsp | DBUtil class |
| List Batches | listbatches.jsp | DBUtil class |
| List Students | liststudents.jsp | DBUtil class |
| List Questions | listquestions.jsp | DBUtil class |
| List Exams | previousexams.jsp | DBUtil class |
The following are the steps to related to be taken to run the existing part of the application :
http://localhost:8080/examadmin
The following are the major operations of this application.
The following table lists operations and associated objects and files.
| Operation | Files | Associated Objects |
|---|---|---|
| Login | login.jsp | StudentBean JavaBean, DBUtil class |
| Home page | startexam.jsp | StudentBean JavaBean |
| Taking Exam | takeexam.jsp | StudentBean Javabean, ExamBean Javabean |
| Finsing Exam | Finish exam | finishexam.jsp, StudentBean JavaBean, ExamBean JavaBean and ExamEJB EJB |
| List Of Previous Exams | previousexams.jsp | StudentBean JavaBean, DBUtil class |
The following are the steps to related to be taken to run the existing part of the application :
http://localhost:8080/exam