Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
112:2f35e8a84004 | 113:0344a20f8a93 |
---|---|
1 2011-02-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/ArtifactNamespaceContext.java: | |
4 New. Added the namespace context here to make it available in clients as | |
5 well. | |
6 | |
7 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: | |
8 New. This class provides functions that help working with the artifact | |
9 protocol. Currently, there is just a single function to create a new | |
10 CREATE document. | |
11 | |
1 2011-02-10 Ingo Weinzierl <ingo@intevation.de> | 12 2011-02-10 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml: | 14 * artifacts-common/src/main/resources/de/intevation/artifacts/common/Common.gwt.xml: |
4 A module description that is used by GWT. | 15 A module description that is used by GWT. |
5 | 16 |