Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 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 | 8d9075c07667 |
children | f8a5f2c5e2b7 |
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: