|
Assignments
> Assignment n.6 > in depth
|
|
Assignment n.6
|
Delivery deadline: midnight of Sunday, Nov.11
Install Hibernate.
Create an application (you choose the applictive domain) which creates objects of two classes with one relation among them (e.g.: student and exam, customer and order...). A number oof these object have to be saved on a Database.
Another application runs a query to find and print saved object (e.g. all exams given by a student after a given date).
Implement it using only Java SE and Hibernate (not EJB).
Deliver a report and the source code (including configuration files).
|
|
|