Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 99:5c3d685546a6
Added a new service to describe collections.
flys-client/trunk@1613 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 30 Mar 2011 07:35:59 +0000 |
parents | 83bf2fb17b7c |
children | 95b30a5d6350 |
comparison
equal
deleted
inserted
replaced
98:83bf2fb17b7c | 99:5c3d685546a6 |
---|---|
1 2011-03-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, | |
4 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionServiceAsync.java, | |
5 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java: | |
6 New. This service is used to fetch the DESCRIBE document of a specific | |
7 collection and returns a Collection object that contains the information of | |
8 that document. The code to parse the DESCRIBE has been moved here from | |
9 the AddArtifactServiceImpl which now derives the | |
10 DescribeCollectionServiceImpl. | |
11 | |
12 * src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: | |
13 This service is derived from DescribeCollectionServiceImpl now, because | |
14 the methods to parse the DESCRIBE document are moved to that service. | |
15 | |
16 * src/main/webapp/WEB-INF/web.xml: Registered the | |
17 DescribeCollectionService. | |
18 | |
1 2011-03-29 Ingo Weinzierl <ingo@intevation.de> | 19 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: | 21 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
4 Replaced the german title of the project list 'Berechnungen' with | 22 Replaced the german title of the project list 'Berechnungen' with |
5 'Projekte'. | 23 'Projekte'. |