Tag: JSON / JAVA / XML

Community

XML-RPC in Java programming

(Roy Miller) Interapplication communication can be a nasty problem for programmers. Many of the available options, such as JNI, can be difficult to use. XML-RPC provides a much easier solution. It’s clean, simple to implement, and well supported by open source libraries for most popular programming

Community

Using PHP 5’s SimpleXML

(Adam Trachtenberg) XML is great, but I’ve constantly wondered why it’s so difficult to parse. Most languages provide you with three options: SAX, DOM, and XSLT. Each has its own problems: –SAX’s event-based design forces you to track elements manually, by pushing and popping them on and off of

Community

Why We Need XML Query Standards

(Jonathan Robie) Despite a shortage of sophisticated XML query tools, Internet demands have forced companies to present their data in various formats. In one sense little has changed, as SQL queries have long been used to combine data for different purposes and audiences. Now however, the output is

Community

WAP / WML Tutorial — Free

The WAP protocol is the leading standard for information services on wireless terminals like digital mobile phones. WML is the language used to create pages to be displayed in a WAP browser. In our WAP tutorial you will learn about WAP and WML, and how to convert your HTML pages to pocket format,

Community

Serialize Objects to XML in .NET

(Dan Wahlin) The .NET platform provides the ability to save the state of an object using serialization techniques. If you’re not familiar with serialization, it’s a way to persist object data to another form such as binary or XML data. In this article, I’ll provide an overview of how to use XML Seri