Menu

Webservice Commit Log


Commit Date  
[r232] by klotz

changed method names from create() and store() to fromXML() and toXML().
implemented parts of these methods.

Modified Files:
src/java/de/fhworms/ztt/ox/campusdatarepository/CourseCatalog.java
src/java/de/fhworms/ztt/ox/campusdatarepository/StudentCatalog.java
src/java/de/fhworms/ztt/ox/core/Answer.java
src/java/de/fhworms/ztt/ox/core/Course.java
src/java/de/fhworms/ztt/ox/core/Exam.java
src/java/de/fhworms/ztt/ox/core/ExamParticipant.java
src/java/de/fhworms/ztt/ox/core/ListFactory.java
src/java/de/fhworms/ztt/ox/core/Problem.java
src/java/de/fhworms/ztt/ox/core/Student.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java
src_test/java/unit/de/fhworms/ztt/ox/campusdatarepository/CourseCatalogTest.java
src_test/java/unit/de/fhworms/ztt/ox/campusdatarepository/StudentCatalogTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/AnswerTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/CourseTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamParticipantTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ListFactoryTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ProblemTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/StudentTest.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemCatalogTest.java

2002-08-08 10:50:50 Tree
[r231] by weinerth

Added Files:
resource/de/fhworms/ztt/ox/resources/icons/large/answer.gif
resource/de/fhworms/ztt/ox/resources/icons/large/copy.gif
resource/de/fhworms/ztt/ox/resources/icons/large/cut.gif
resource/de/fhworms/ztt/ox/resources/icons/large/delete.gif
resource/de/fhworms/ztt/ox/resources/icons/large/new.gif
resource/de/fhworms/ztt/ox/resources/icons/large/open.gif
resource/de/fhworms/ztt/ox/resources/icons/large/paste.gif
resource/de/fhworms/ztt/ox/resources/icons/large/problem.gif
resource/de/fhworms/ztt/ox/resources/icons/large/save.gif
resource/de/fhworms/ztt/ox/resources/icons/large/saveAs.gif
resource/de/fhworms/ztt/ox/resources/icons/small/add.gif
resource/de/fhworms/ztt/ox/resources/icons/small/addAll.gif
resource/de/fhworms/ztt/ox/resources/icons/small/answer.gif
resource/de/fhworms/ztt/ox/resources/icons/small/back.gif
resource/de/fhworms/ztt/ox/resources/icons/small/cancel.gif
resource/de/fhworms/ztt/ox/resources/icons/small/next.gif
resource/de/fhworms/ztt/ox/resources/icons/small/problem.gif
resource/de/fhworms/ztt/ox/resources/icons/small/remove.gif
resource/de/fhworms/ztt/ox/resources/icons/small/removeAll.gif

src/java/de/fhworms/ztt/ox/examadministrationclient/ActionContract.java
src/java/de/fhworms/ztt/ox/examadministrationclient/ExamAdministrationClient.java
resource/de/fhworms/ztt/ox/resources/bundles/ExamAdministrationClient.properties
src/java/de/fhworms/ztt/ui/ToolbarButton.java

Removed Files:

splitted in directories large/ and small/

resource/de/fhworms/ztt/ox/resources/icons/add.gif
resource/de/fhworms/ztt/ox/resources/icons/addAll.gif
resource/de/fhworms/ztt/ox/resources/icons/answer.gif
resource/de/fhworms/ztt/ox/resources/icons/answer16.gif
resource/de/fhworms/ztt/ox/resources/icons/back.gif
resource/de/fhworms/ztt/ox/resources/icons/cancel.gif
resource/de/fhworms/ztt/ox/resources/icons/copy.gif
resource/de/fhworms/ztt/ox/resources/icons/cut.gif
resource/de/fhworms/ztt/ox/resources/icons/delete.gif
resource/de/fhworms/ztt/ox/resources/icons/new.gif
resource/de/fhworms/ztt/ox/resources/icons/next.gif
resource/de/fhworms/ztt/ox/resources/icons/open.gif
resource/de/fhworms/ztt/ox/resources/icons/paste.gif
resource/de/fhworms/ztt/ox/resources/icons/problem.gif
resource/de/fhworms/ztt/ox/resources/icons/problem16.gif
resource/de/fhworms/ztt/ox/resources/icons/remove.gif
resource/de/fhworms/ztt/ox/resources/icons/removeAll.gif
resource/de/fhworms/ztt/ox/resources/icons/save.gif
resource/de/fhworms/ztt/ox/resources/icons/saveAs.gif

2002-08-08 08:57:41 Tree
[r230] by weinerth

Modified Files:
resource/de/fhworms/ztt/ox/resources/bundles/CourseCatalogEditor.properties
resource/de/fhworms/ztt/ox/resources/bundles/StudentCatalogEditor.properties
resource/de/fhworms/ztt/ox/resources/bundles/ProblemCatalogEditor.properties
resource/de/fhworms/ztt/ox/resources/bundles/ExamWizard.properties
resource/de/fhworms/ztt/ox/resources/bundles/ExamWizardProblemPane.properties
resource/de/fhworms/ztt/ox/resources/bundles/ExamWizardStudentPane.properties
resource/de/fhworms/ztt/ox/resources/bundles/ExamWizardSummaryPane.properties

minor Javadoc changes:

src/java/de/fhworms/ztt/ox/examadministrationclient/ExamWizard.java
src/java/de/fhworms/ztt/ox/examadministrationclient/CourseModel.java

implemented the ActionContract interface:

src/java/de/fhworms/ztt/ox/examadministrationclient/ProblemCatalogEditor.java
src/java/de/fhworms/ztt/ox/examadministrationclient/StudentCatalogEditor.java
src/java/de/fhworms/ztt/ox/examadministrationclient/CourseCatalogEditor.java

2002-08-08 08:53:17 Tree
[r229] by bablok

Modified Files:

Added public Element store() methods to store Course and ExamParticipant
objects in JDOM Element
src/java/de/fhworms/ztt/ox/core/Course.java
src/java/de/fhworms/ztt/ox/core/ExamParticipant.java
src_test/java/unit/de/fhworms/ztt/ox/core/CourseTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamParticipantTest.java

2002-08-07 15:11:25 Tree
[r228] by bablok

Modified Files:

Added public Element store() methods to store object in jdom - Element
src/java/de/fhworms/ztt/ox/core/Answer.java
src/java/de/fhworms/ztt/ox/core/Student.java
src_test/java/unit/de/fhworms/ztt/ox/core/AnswerTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/StudentTest.java

2002-08-07 14:44:33 Tree
[r227] by bablok

Modified Files:

Added public static Exam create(Element element) method

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

2002-08-07 14:04:42 Tree
[r226] by bablok

Modified Files:
Added public static ProblemCatalog create(Element element) and test

src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemCatalogTest.java

Renamed class from ProblemListFactory to ListFactory
and added public static ArrayList createExamParticipants(Element element)

Added Files:
src/java/de/fhworms/ztt/ox/core/ListFactory.java
src_test/java/unit/de/fhworms/ztt/ox/core/ListFactoryTest.java
Removed Files:
src/java/de/fhworms/ztt/ox/core/ProblemListFactory.java
src_test/java/unit/de/fhworms/ztt/ox/core/ProblemListFactoryTest.java

2002-08-07 13:09:48 Tree
[r225] by klotz

added XML funtionality to CourseCatalog, so that it can now instantiate
a CourseCatalog from a XML Element.
added method create().
fixed problem in StudentCatalog.

Modified Files:
src/java/de/fhworms/ztt/ox/campusdatarepository/CourseCatalog.java
src/java/de/fhworms/ztt/ox/campusdatarepository/StudentCatalog.java
src_test/java/unit/de/fhworms/ztt/ox/campusdatarepository/CourseCatalogTest.java
src_test/java/unit/de/fhworms/ztt/ox/campusdatarepository/StudentCatalogTest.java

2002-08-07 10:43:03 Tree
[r224] by keidel

updated ANT-jars and modified build.xml to reflect update (classic -> modern)

Modified Files:
build.xml lib/ant.jar lib/optional.jar

2002-08-07 10:13:35 Tree
[r223] by klotz

added XML functionality to StudentCatalog and its test.
now StudentCatalogObject is able to create itself out of
an XML Element.
added Method create()

Modified Files:
src/java/de/fhworms/ztt/ox/campusdatarepository/StudentCatalog.java
src_test/java/unit/de/fhworms/ztt/ox/campusdatarepository/StudentCatalogTest.java

2002-08-07 09:01:07 Tree
Older >
MongoDB Logo MongoDB