Issues v2.2 Obss
Issues v2.2 Obss
Issues v2.2 Obss
Information : The following questions should be implemented using Eclipse development platform
and any database server of your choice when necessary. Postgresql is only suggested.
The application shall save the above information to database server when save is pressed.
b) Write another form with a table, and show button. when show button is pressed it will list the
previously inserted records to the database with columns of 2 text fields and one checkbox.
c) When there is a double click (!) on the Table search row , it will open a popup page which lists
the details of that row. It will have two buttons. Update and Delete.
* Update , will update the database row.
* Delete will delete that database row.
After successfully completing the database operation, the program will display a messagebox
saying "Successfully completed" . When "ok" is pressed it will close the popup and will return to
search screen.
You will have 3 classes, where the first one will have a method which generates an exception.
The second class will call this method and throw the exception. Finally the last one will call the
method of second class and will print error trace to screen.
Please make a new text box class which only accepts integers.
4) Reflection
you will implement a putChildrenValue method with 3 parameters, String key, String key, Object
Value. It will store the system as described above accordingly.
You will implement an application with the following fields ... You are required to use Hibernate
during database operations.
Table 1 . Business_Card
id, int4 , primary key
name, varchar 50
description, varchar 250
7) RMI Homework
The issue is making the following homework in the below link. This is one of
the homeworks in distributed system class at sabanci university,
http://people.sabanciuniv.edu/erkays/cs403/class_project.pdf
http://api.search.live.net/search.wsdl
you will generate a client program using this service, making a key search of “obss”, listing the return
values.
9) Using Ireport
You will generate a report for the name/surname/gender application on #1 . You will use Ireport and
Jasper reports which can be downloaded from http://www.jaspersoft.com/
A software will ask 3 parameters, name – textbox, surname – textbox and gender combo box.
When show button is pressed it will display a report underneath panel (!), showing the search results
on a report, filtering the data with above boxes. If nothing selected it will display all. If “a” is inserted
on name. It will display the records starting with a. etc. They will all display on a report as rows.