Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 26:c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
flys-client/trunk@1413 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Mar 2011 13:47:55 +0000 |
parents | 2da6be38d8b6 |
children | e4155a6833a9 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Mar 07 13:40:37 2011 +0000 +++ b/flys-client/ChangeLog Mon Mar 07 13:47:55 2011 +0000 @@ -1,3 +1,18 @@ +2011-03-07 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java, + src/main/java/de/intevation/flys/client/client/services/CreateCollectionServiceAsync.java, + src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: + New. A service that might be used to create new collections in the + artifact server. + + * src/main/webapp/WEB-INF/web.xml: Registered the service to create new + collections. + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Added the service to create new collections. Currently, this service is + not used. + 2011-03-07 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/shared/model/DefaultUser.java,