JSP | Description |
login.jsp | Login page for session variable security |
doLogin.jsp | Page that processes the actual login and returns the user to index.jsp if successful or to login.jsp if unsuccessful |
logout.jsp | Logout page used to flush all session variables related to login |
index.jsp | Read-only view displaying all books in Added state for non-administrative users |
showBook.jsp | View book page |
checkLogin.jsp | Included in all pages for session variable security; used in container-managed security to load login information into the same session variables as session variable security |
admin/index.jsp | Administrator view of books which allows deletion of books and displaying books in each state |
admin/editBook.jsp | Edit book page for administrators only |