Programming Exercise I:
A Single-User Online Bookstore Using a Database


(Industry-Level, Second-to-None Comprehensive Specifications)



Absolutely no copying others’ works

Development Requirements
When start developing the exercise, follow the three requirements below:

Soft Due Date and Submission Methods
Due on or before Thursday, September 28, 2023. Send an email to the instructor at wenchen@cs.und.edu including The purpose of exercises is to make you practice what you have learned, so NO penalty will be applied if submitted after the due dates. However, you may lag behind if you are not able to submit them by the due dates.

Note that you are allowed to use any languages and tools for this exercise, but the exams will focus on JDBC and Oracle technologies unless otherwise specified.

Objectives
Database-driven web sites are a must for companies nowadays. This exercise has students design and implement a single-user database-driven online bookstore by using Oracle 12c, an object-relational database, from the ground up. Nevertheless, this exercise does not necessarily have to use Oracle object-relational features, which are mandatory for Exercise II.

Requirements
There is one and only one user (system administrator) of this bookstore, and the bookstore includes the following features:

An Example of Web Page Display
Note that this example is not related to this exercise. It is only to show how to display web interfaces.


Evaluations
The following features will be considered when grading: