Mercurial > dive4elements > framework
comparison ChangeLog @ 381:bed51de8ae58
Added JSON parser from Artefact Server NG to bridge from JSON to XML speaking services.
artifacts/trunk@4270 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 18 Apr 2012 17:10:10 +0000 |
parents | 9798e4d83681 |
children | a94bc2491b41 |
comparison
equal
deleted
inserted
replaced
380:9798e4d83681 | 381:bed51de8ae58 |
---|---|
1 2012-04-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/JSON.java: | |
4 New. JSON parser from Artefact Server NG (which relies on JSON more heavily). | |
5 | |
6 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | |
7 Added method to convert JSON to XML. This is needed by the client which | |
8 internally uses JSON to talk to the server which services only understands | |
9 XML atm. | |
10 | |
1 2012-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 11 2012-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 12 |
3 Modified services so that they are now able to return more than just | 13 Modified services so that they are now able to return more than just |
4 XML documents. Needed if you want to return e.g. a PNG image from a service. | 14 XML documents. Needed if you want to return e.g. a PNG image from a service. |
5 | 15 |