Requirements
We get the assignment to build a small piece
of the webshop. We have to build a register page in which the users of the webshop can register themselves with a name a password.
We have to build the catalog page, so the users can see the articles which they can buy and the possibility
to add articles to a shopping cart.
The architecture of the system has to be
multi-tier; the clients use a web browser, the application is running
on a glassfish application server and the database on a MySQL server.
The database is provided by a webshop.sql file containing the create table and the insert statements and an ERD document containing the ERD diagram of the database. |