Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 123:ebb1cb69d847
The operations feed() and advance() return the current description of the artifact now.
flys-artifacts/trunk@1449 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Mar 2011 08:38:05 +0000 |
parents | d3b8b0b1d010 |
children | b7a9557957d1 |
comparison
equal
deleted
inserted
replaced
122:d3b8b0b1d010 | 123:ebb1cb69d847 |
---|---|
1 2011-03-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: The | |
4 operations feed() and advance() return the description of the artifact | |
5 using the describe() operation. This avoids additional server round trips | |
6 in the client - the clients gets to know about the new state of the | |
7 artifact immediately. | |
8 | |
1 2011-03-10 Ingo Weinzierl <ingo@intevation.de> | 9 2011-03-10 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | 11 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: |
4 Implemented a part (step forward) of the advance operation. | 12 Implemented a part (step forward) of the advance operation. |
5 | 13 |