This application is used by three different types of people.
User Type | Operation |
---|---|
Administrator | Adding Centres, Colleges, Branches and updating all three. |
Cousellors | Registering students, recording preferences of students, and alloting seats |
Students | Querying the availablity of seats |
The following table lists operations and associated objects and files.
Operation | Files | Associated Objects |
---|---|---|
Login Form | loginform.jsp | EamcetBean |
Login | login.jsp | EamcetBean , CentreBean, CentresBean |
Admin Login | adminlogin.html, adminlogin.jsp | AdminBean |
Admin Home | adminhome.html | |
Adding New College | addcollege.html, addcollege.jsp | AdminBean |
Adding seats in a branch | addbranch.jsp | AdminBean |
Updating or delete branch details | updatebranch.jsp | AdminBean |
Home | home.jsp | Centres, Centre |
Registration | registration.jsp | Centre, Student |
Selecting Preferences | liststudents.jsp,preferences.jsp , selectpreference.jsp | Centre, Student |
Logging out | logout.jsp | Centres, Centre |
Query available seats | queryavailability.jsp | EamcetBean |
Alloting seat | allotment.jsp, allotseat.jsp, allotseatfinal.jsp | EamcetBean,Centres, Centre , Allotment EJB |
The following are the steps to related to be taken to run the existing part of the application :
http://localhost:8080/eamcet