Tag: JSON / JAVA / XML

Community

The New Face of JavaBeans

by John B. O'Donahue – One of the most interesting new developments in XML processing has been the introduction of the Xbean. Xbeans are small and simple software components that take XML as input and process it in some way, passing XML on to the next Xbean. This approach lends itself very well

Community

XInclude.exe

XInclude.exe is a free command line program for processing XML xinclude elements according to the latest XInclude draft specification (dated May 16, 2001). When you run XInclude.exe on this document it simply replaces the xinclude:include element with the contents of the XML document part1.xml. A

Community

The Slippery Soap

by Martin Gudgin, Timothy Ewald – In last month's column we put a stake in the ground, offering a definition of "web service". This month we're going to examine one of the underlying protocols upon which such services are being built, namely, SOAP. The original SOAP specification, ve