Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 32:88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
flys-client/trunk@1451 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Mar 2011 10:53:41 +0000 |
parents | e8745ca02f2b |
children | e29658e2623a |
comparison
equal
deleted
inserted
replaced
31:e8745ca02f2b | 32:88c530c25968 |
---|---|
1 2011-03-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/services/StepForwardServiceAsync.java, | |
4 src/main/java/de/intevation/flys/client/client/services/StepForwardService.java, | |
5 src/main/java/de/intevation/flys/client/server/StepForwardServiceImpl.java: | |
6 New. This service bundles the artifact operations feed() and advance() | |
7 into a single service. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/services/AdvanceServiceAsync.java, | |
10 src/main/java/de/intevation/flys/client/client/services/AdvanceService.java, | |
11 src/main/java/de/intevation/flys/client/server/AdvanceServiceImpl.java: | |
12 New. This service provides a method that triggers the advance() operation | |
13 of the artifact server. | |
14 | |
15 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: | |
16 Added code to parse the reachable states from DESCRIBE. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
19 Make use of the 'forward' service after choosing the module and the river. | |
20 | |
21 * src/main/webapp/WEB-INF/web.xml: Registered the new services 'forward' and | |
22 'advance'. | |
23 | |
1 2011-03-09 Ingo Weinzierl <ingo@intevation.de> | 24 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 * src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml, | 26 * src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml, |
4 src/main/java/de/intevation/flys/client/client/GreetingServiceAsync.java, | 27 src/main/java/de/intevation/flys/client/client/GreetingServiceAsync.java, |
5 src/main/java/de/intevation/flys/client/client/GreetingService.java: | 28 src/main/java/de/intevation/flys/client/client/GreetingService.java: |