Mercurial > dive4elements > framework
diff ChangeLog @ 113:0344a20f8a93
Added the ArtifactNamespaceContext and a ClientProtocolUtils that helps working with the artifact protocol.
artifacts/trunk@1318 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 Feb 2011 15:26:38 +0000 |
parents | 2f35e8a84004 |
children | 19b86e27d0c3 |
line wrap: on
line diff
--- a/ChangeLog Thu Feb 10 07:40:09 2011 +0000 +++ b/ChangeLog Wed Feb 16 15:26:38 2011 +0000 @@ -1,3 +1,14 @@ +2011-02-16 Ingo Weinzierl <ingo@intevation.de> + + * artifacts-common/src/main/java/de/intevation/artifacts/common/ArtifactNamespaceContext.java: + New. Added the namespace context here to make it available in clients as + well. + + * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: + New. This class provides functions that help working with the artifact + protocol. Currently, there is just a single function to create a new + CREATE document. + 2011-02-10 Ingo Weinzierl <ingo@intevation.de> * artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml: