Modified Files:
Modified build system to have rmi in default target. Made compile
to default target, because dist right now has no sense.
build.xml
Made it possible for the _REAL_ ExamClient to connect to RMIServer
and get ExamData etc ...
src/java/de/fhworms/ztt/ox/examclient/ExamClientApp.java
Updated to RemoteExam so now functionality is nested in RemoteExam
like the List of connected Clients and no more is Exam. RemoteExam
is a UnicastRemoteObject and _lives_ on the Server while Exam is
just Serializable and able to be send over the network.
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClient.java
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnector.java
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnectorImpl.java
src/java/de/fhworms/ztt/ox/examserver/ExamClientConnector.java
src/java/de/fhworms/ztt/ox/examserver/ExamClientConnectorImpl.java
src/java/de/fhworms/ztt/ox/examserver/ExamServer.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java