Skip to content

boa-im/Computer_Programming_Club

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Programming Club

This was made for an academic project of Java Web Technologies course at Conestogac College

  • Build a JSP web app that allows users who are in IT programs of Conestoga College to register utilizing Tomcat Server
  • Add academic books to a list that will be updated to MySQL
  • Go to error page if users enter characters in the quantity field to avoid 400 error

1. Register Page

You can add a new member to database. Server-side validation works well

2. After adding a new member

'Admin -> Display Member'. If you add a new member, you will see the member's information in that page via survlet
You can edit or delete member by clicking the each button

3. eLoan Page

You can loan books in eLoan Page

4. eCart Page

You can see the books in your cart after adding a book to cart.
This cart is made by your session. So, if your session is desployed, your cart will be refreshed

5. List of Books Page

'Admin -> Manage Books'. You can see the books list that students can loan.

6. Add a Book Page

You can add a new book to database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages