Tag: JSON / JAVA / XML

Community

XML Repositories: Do We Need Them?

(Adam Bosworth) As XML starts to be used more and more ubiquitously in the industry, both for integrating applications using XML messages and for describing metadata, a hard issue has started to emerge. How do you store XML and retrieve it? Should you use SQL databases or the file system or an XML r

Community

DOM for Web Services, Part 3

(Faheem Khan) In this third and final article of this series I demonstrate the use of Xerces, which is the most popular Java-based implementation of DOM. In this article’s first section I develop a couple of Java classes that can create and process SOAP messages. This will demonstrate the basic DOM