Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 11:6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
flys-client/trunk@1320 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 Feb 2011 15:40:17 +0000 |
parents | fc616c192902 |
children | fa0aad20af53 |
comparison
equal
deleted
inserted
replaced
10:fc616c192902 | 11:6aeb4072eeb4 |
---|---|
1 2011-02-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java, | |
4 src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, | |
5 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java: | |
6 New. Interface descriptions and the server implementation of an artifact | |
7 service that provides basic methods for working with artifacts. | |
8 | |
9 NOTE: The implementation is currently just a stub. The artifact creation | |
10 needs to be implemented. | |
11 | |
12 * src/main/webapp/WEB-INF/web.xml: Added a servlet for the artifact | |
13 interface. | |
14 | |
1 2011-02-16 Ingo Weinzierl <ingo@intevation.de> | 15 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java: | 17 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java: |
4 Implements the serializable interface which is necessary to be able to | 18 Implements the serializable interface which is necessary to be able to |
5 use this object in the GWT client code. | 19 use this object in the GWT client code. |