Mercurial > dive4elements > framework
comparison ChangeLog @ 55:9a29899b31e5
describe() in REST interface is also handled as POST to pass
optional parameters.
artifacts/trunk@283 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 04 Nov 2009 14:38:37 +0000 |
parents | c2fc85e55f9f |
children | f027204baf5d |
comparison
equal
deleted
inserted
replaced
54:c2fc85e55f9f | 55:9a29899b31e5 |
---|---|
1 2009-11-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/Artifact.java: describe() now may | |
4 given an input XML document (which can be null to indicate that no input is given). | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifact.java: | |
7 Adjusted to implemented the Artifact interface. | |
8 | |
9 * artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java: Pass through | |
10 the optional XML input document to describe(). | |
11 | |
12 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
13 Implements the adjusted ArtifactDatabase interface. | |
14 | |
15 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java: | |
16 Now its also possible to send describe() as a POST request. The request body is handled as | |
17 XML. | |
18 | |
1 2009-10-21 Tim Englich <tim.englich@intevation.de> | 19 2009-10-21 Tim Englich <tim.englich@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/artifactdatabase/Config.java (replaceConfigDir): | 21 * src/main/java/de/intevation/artifactdatabase/Config.java (replaceConfigDir): |
4 Applied patch from slt to set the Configuration Folder into the AbsoluteFileName issue59 | 22 Applied patch from slt to set the Configuration Folder into the AbsoluteFileName issue59 |
5 | 23 |
6 2009-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 24 2009-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
7 | 25 |
8 RELEASE 0.1 | 26 RELEASE 0.1 |
9 | 27 |
10 * Changes, NEWS: Summaried changes. | 28 * Changes, NEWS: Summaried changes. |