Tag: JSON / JAVA / XML

Community

Are you using a real XML parser?

(Boris Kolpackov) Recently there’s been a bunch of announcements of new XML parsers that claim to be very fast, very small or both. I also see a lot of people get very enthusiastic about using them in their applications. Just the other day I got an email from a user asking if it was possible to use

Community

How to Write an XML Schema

(Jennifer Kyrnin) When XML first came out, there were DTDs (Document Type Definitions) that defined what the XML was going to look like and how it worked. But DTDs were written in yet another format than XML and so if you wanted to write XML applications you had to learn XML and how to write a DTD.

Community

Web Services For Ecologists

(Andrew Birt and Rahul Ravikumar) This article describes the creation of an ATL Web Service (Visual Studio 2008 IDE) and a Web Service client (ASP.NET). The ultimate goal is to describe a simple, efficient and repeatable methodology to integrate legacy C++ code (mathematical models and analyses) i