IS 313: Data Structures in Java

Autumn 2002

Individual Assignment 4

Client/Server implementation using sockets

Due Wednesday November 20 before 11:30pm

The classes CurrencyView and CurrencyAccess implement a simple currency exchange program and access the exchange database. They have been slightly modified from the currency programs presented earlier in the quarter. For this assignment, you will modify the CurrencyAccess class so that it acts as a client and obtains the currency information from a server called CurrencyServer. This server then obtains currency information from the database.

Your client/server program should work like the MultiTime program discussed in class. The MultiTime program is implemented with the TimeViewer, the MultiTimeClient and the MultiTimeServer classes. In particular, your program should be structured as follows:

Submission

Before the due date and time, you should submit the following files through the submission Web page:

If for some reason you are unable to submit the files, you may email me them as an attachment.