Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:fe2f4d1dd784 | 15:eb425ab34fd8 |
---|---|
1 2011-02-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * pom.xml: This client uses the artifacts http-client for the communication | |
4 between client and server now. | |
5 | |
6 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: | |
7 New. An instance of the ArtitactCreator interface of the http-client. It | |
8 uses the document returned by the artifact server to create an artifact | |
9 instance. | |
10 | |
11 NOTE: The artifact creation needs to be implemented! This is currently | |
12 just a stub to make the other things work. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, | |
15 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java: | |
16 The method signature of create() changed: the server url is required now. | |
17 | |
18 * src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: | |
19 Make use of the HttpClient and the FLYSArtifactCreator to create | |
20 artifacts. | |
21 | |
22 * src/main/java/de/intevation/flys/client/client/FLYS.java, | |
23 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
24 Added the server url to the create() call of the ArtifactService. | |
25 | |
1 2011-02-16 Ingo Weinzierl <ingo@intevation.de> | 26 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 27 |
3 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | 28 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
4 This view will now display radio buttons to choose between the module | 29 This view will now display radio buttons to choose between the module |
5 'WINFO', 'MINFO', 'Map' and 'Fix-Analyse'. A button is shown to create an | 30 'WINFO', 'MINFO', 'Map' and 'Fix-Analyse'. A button is shown to create an |