Other News

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

DB2 and Java: The Big Picture

IBM DB2 Universal Database (UDB) supports all the key Internet standards, making it an ideal database for use on the Web. It has in-memory speed to facilitate Internet searches and complex text matching combined with the scalability and availability characteristics of a relational database. DB2 UDB

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

Update on OCFS

(Wim Coekaerts) Version 1 was released about a year ago and is still the current major release number. The main goal of OCFS was to provide a replacement for raw devices. It was not designed as a general-purpose cluster filesystem, nor was it designed to store nondatabase files. By database files, I