COMP S380F Web Applications: Design and Development Group Project (15%)
You are required to form a group of at most 4 members, where each member is expected to share a similar workload.
Theme: You are required to implement a web application for an Online Book Store.
Basic Features (60% of the project):
1. Your web application should fulfill the following basic requirements on web pages and functionalities:
a.
b. c. d. e.
2. In the a.
Using major techniques introduced in the lectures and labs, like Jakarta EE, JSP, EL, and JSTL. You are NOT allowed to use a non-Jakarta EE server for the system. CSS and Bootstrap are allowed.
You are required to use Spring MVC and Spring Boot and Spring Security. Dynamic pages generation is based on the user’s input or request.
Using the H2 database as backend for data storage (necessary for uploaded photos). The web application should be easy to use for normal users.
basic part, you must implement ALL of the following features to receive full mark: Website hierarchy:
1. The website has an index page, which shows the list of books in the book store. 2.Each book has an item page, which shows
basic information, including name and author, of the book,
price of the book,
description text of the book,
cover photo of the book,
availability of the book, and
a list of comments from registered users (including the admins and normal users). User registration (for unregistered users) and login function:
1.Information includes username, password, full name, email address, and delivery address. Unregistered users can read all contents but cannot make any orders and comments.
Registered users can read content on all pages, and do the followings:1.Add and remove items in the shopping cart.
2.Check out the shopping cart with the purchase details. (Payment process is not required.) 3.Write new comments.
4.Update the user’s personal information except the username.The admins (at least one and can be more than one) can do anything a registered user can do, plus the followings:
1.Edit (add, remove, update) the list of admins and registered users, and their information. 2.Change the availability of a book.
3.Add, edit and delete item pages.
4.Add and delete comments.
COMP S380F Group Project (2024)
b.
c. d.
e.
Note that all features are supposed to be fully functional.
Additional Features (30% of the project):
You are required to implement any three features in the following list.
Users can add and remove multiple copies of a book in the shopping cart.
Ordering history of each registered user
Comment history of a registered user (including the admins and normal users)
Adding, removing and showing favorite books for a registered user
Multiple languages (e.g., English, Traditional Chinese); note that using translation service (e.g., Google Translate) is not allowed.
Demo Video (5% of the project):
You are required to record a demo video to demonstrate the functionality of your web application. You may use Zoom and its “Share Screen” function to record the demo video. There is no limitation on the duration of the demo video.
Submission Form (5% of the project):
You are required to fill in a submission form (provided on OLE) with the following items:
Member list with student IDs,
Link (e.g., Google Drive and YouTube) for your demo video (in case it is not included in your zip file),
Database name, username, and password for your H2 database,
Usernames and passwords for some admin and normal user accounts, and
Any additional information (e.g., SQL for creating tables and inserting initial data if they are not stored in the project folder).