Requirements
We get the assignment to build a web system in which the users can retrieve all the institutions. Just the name and the street have to be shown to the users. Next, they can select an institution and al the names of the bachelor educations of the institutions are shown. From a bachelor educations the user can retrieve the names of the masters connecting to this bachelor education.
In addition, the customer needs a CRUD GUI client for the institutions. Just the name, street, phone and code fields have to be administered.
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. The customer has a bamas.sql file containing the create table and the insert statements and a ERD document containing the ERD diagram of the database.
|