Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 16:f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
flys-client/trunk@1329 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 18 Feb 2011 14:23:12 +0000 |
parents | eb425ab34fd8 |
children | 6cb8aff3cd6b |
comparison
equal
deleted
inserted
replaced
15:eb425ab34fd8 | 16:f8a5f2c5e2b7 |
---|---|
1 2011-02-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: | |
4 New. This factory is used to create an ArtifactDescription based on an | |
5 DESCRIBE document returned by the artifact server. | |
6 | |
7 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: A | |
8 new DefaultArtifact with an ArtifactDescription that contains the dynamic | |
9 UI part is returned by the create() method now. | |
10 | |
1 2011-02-17 Ingo Weinzierl <ingo@intevation.de> | 11 2011-02-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * pom.xml: This client uses the artifacts http-client for the communication | 13 * pom.xml: This client uses the artifacts http-client for the communication |
4 between client and server now. | 14 between client and server now. |
5 | 15 |