# HG changeset patch # User Ingo Weinzierl # Date 1298017958 0 # Node ID eb425ab34fd8b4ee46fbcc20f57f7f3d6fc87f15 # Parent fe2f4d1dd784b52b28b6eb489d776bf46e83156b Added missing pom.xml and ChangeLog modifications of the last commit. flys-client/trunk@1327 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r fe2f4d1dd784 -r eb425ab34fd8 flys-client/ChangeLog --- 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 + + * 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 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: diff -r fe2f4d1dd784 -r eb425ab34fd8 flys-client/pom.xml --- 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 @@ 1.0-SNAPSHOT + de.intevation.artifacts.httpclient + http-client + 1.0-SNAPSHOT + + junit junit 4.4