Tag: JSON / JAVA / XML

Community

Introducing XML canonical form

(Uche Ogbuji) XML is careful to separate details of a file or other data source, bit-by-bit, from the abstract model of an XML document. This can be an inconvenience when comparing two XML documents for equality — either directly (for instance, as part of a test suite) or by comparing digital signa

Community

XMLize

(Ting Yong Zhu) Many XML technologies and tools, such as XSL for transforming or formatting XML data, are useful and powerful. In some cases, it even makes sense to use XML technologies to process non-XML data. This article introduces the idea of handling non-XML data with XML technologies based on

Community

The Might of XML

(Clint Boulton) Though Web services have been much ballyhooed for their ability to reduce the amount of manual coding for programmers, glaring inefficiencies in the way XML is digested threatens to paralyze distributed computing.

Community

How to Create a REST Protocol

(Joe Gregorio) If you follow web services, then you may have heard of REST. REST is an architectural style that can be used to guide the construction of web services. Recently, there have been attempts to create such services that have met with mixed success. This article outlines a series of st