Tag: JSON / JAVA / XML

Community

Tip: Javadoc as XML

(Jack Herrington) A lot of value is locked up in your Java code: all your classes and interfaces, as well as their instance variables and methods. You can use these data to create documentation, to build code generators, or to provide metrics for project reporting.

Community

April Fool’s Wisdom

(Micah Dubinko) XML devotees are, as a general rule, thoughtful, creative, and a bit mischievous. So when the calendar rolls around to April 1, a safe bet is that you’ll find some interesting reading across not only the internet, but also on the XML-Dev mailing list. This year held no exception.

Community

Tip: Asynchronous SAX

(David Mertz) Even though every abstract description of SAX prominently mentions that it is an event-driven interface, very few SAX applications really use SAX for event-driven programming. Instead, SAX is mostly just a way to save memory while extracting data from an XML document. However, over asy

Community

Going Native, Part 2

(Ronald Bourret) The second major use of native XML databases is data integration. XML is well-suited to data integration because of its flexible data model and machine-neutral text format. In addition, XQuery is a good data integration language because of its ease of use, support for transforma