Menu

Webservice Commit Log


Commit Date  
[r293] by kofler

Modified Files:
added exit at end of exam
src/java/de/fhworms/ztt/ox/examclient/ExamClientApp.java
modified
src/java/de/fhworms/ztt/ox/examclient/ExamClientController.java
modified
src/java/de/fhworms/ztt/ox/examclient/ExamClientModel.java
modified
src/java/de/fhworms/ztt/ox/examclient/ExamClientView.java
modified problems for test of counter
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClient.java

2002-08-21 10:51:56 Tree
[r292] by klotz

Committing in .

Modified Files:

Now ExamServer (ExamAdministrationClientConnectorImpl) writes new Exams to
Disk with store method of Exam and deletes it after killExam method.

src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnector.java
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnectorImpl.java

2002-08-21 10:01:53 Tree
[r291] by klotz

Modified Files:

Corrected order of setResult arguments.

src/java/de/fhworms/ztt/ox/examserver/ExamClientConnectorImpl.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExamInterface.java
src_test/java/unit/de/fhworms/ztt/ox/examserver/RemoteExamTest.java

2002-08-21 09:20:01 Tree
[r290] by klotz

Modified Files:

added toXML and fromXML functionality to Exam so that
it now can store Results if they are present in Exam.

Had to modify Student Class and overwrite equals and
hashCode method to be useable in Exam HashMap with
Results. As the HashMap couldn't be used after fromXML
as the objects hadn't the same hashCode.

src/java/de/fhworms/ztt/ox/core/Exam.java
src/java/de/fhworms/ztt/ox/core/Student.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/StudentTest.java

2002-08-21 09:18:06 Tree
[r289] by chobeiry

Interface for ModifyListener

Added Files:
src/java/de/fhworms/ztt/io/FileModifyListener.java

2002-08-20 13:55:06 Tree
[r288] by chobeiry

Added ModifyListener

: Modified Files:
: src/java/de/fhworms/ztt/io/DirWatcher.java

2002-08-20 13:54:28 Tree
[r287] by klotz

Added a special Formatter for our Logfiles, as the Standard SimpleFormatter
was too much for us.

Added Files:
src/java/de/fhworms/ztt/ox/examserver/OneLinePerRecordFormatter.java

2002-08-20 12:32:09 Tree
[r286] by klotz

Modified Files:

modified logging properties to fit to new OneLinePerRecordFormatter.
Logfiles now also append (tail -f) and have only a maximum number of 5
files.
resource/de/fhworms/ztt/ox/deployment/logging.properties
resource/de/fhworms/ztt/ox/examserver/logging.properties

2002-08-20 12:29:14 Tree
[r285] by klotz

Modified Files:

fixed a typo that prevented compilation.
src/java/de/fhworms/ztt/ox/examserver/ExamClientConnectorImpl.java

2002-08-20 10:56:26 Tree
[r284] by klotz

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

2002-08-20 10:50:46 Tree
Older >
MongoDB Logo MongoDB