Mercurial > dive4elements > river
changeset 15:eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
flys-client/trunk@1327 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 18 Feb 2011 08:32:38 +0000 |
parents | fe2f4d1dd784 |
children | f8a5f2c5e2b7 |
files | flys-client/ChangeLog flys-client/pom.xml |
diffstat | 2 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Feb 17 11:52:55 2011 +0000 +++ b/flys-client/ChangeLog Fri Feb 18 08:32:38 2011 +0000 @@ -1,3 +1,28 @@ +2011-02-17 Ingo Weinzierl <ingo@intevation.de> + + * pom.xml: This client uses the artifacts http-client for the communication + between client and server now. + + * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: + New. An instance of the ArtitactCreator interface of the http-client. It + uses the document returned by the artifact server to create an artifact + instance. + + NOTE: The artifact creation needs to be implemented! This is currently + just a stub to make the other things work. + + * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, + src/main/java/de/intevation/flys/client/client/services/ArtifactService.java: + The method signature of create() changed: the server url is required now. + + * src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: + Make use of the HttpClient and the FLYSArtifactCreator to create + artifacts. + + * src/main/java/de/intevation/flys/client/client/FLYS.java, + src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Added the server url to the create() call of the ArtifactService. + 2011-02-16 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java:
--- a/flys-client/pom.xml Thu Feb 17 11:52:55 2011 +0000 +++ b/flys-client/pom.xml Fri Feb 18 08:32:38 2011 +0000 @@ -48,6 +48,11 @@ <version>1.0-SNAPSHOT</version> </dependency> <dependency> + <groupId>de.intevation.artifacts.httpclient</groupId> + <artifactId>http-client</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.4</version>