Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Mar 10 05:56:17 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Mar 10 08:38:05 2011 +0000 @@ -1,3 +1,11 @@ +2011-03-10 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: The + operations feed() and advance() return the description of the artifact + using the describe() operation. This avoids additional server round trips + in the client - the clients gets to know about the new state of the + artifact immediately. + 2011-03-10 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: