(Robert Cozzi, Jr.) IBM continued its commitment to RPG IV by announcing support for native RPG IV-based XML support. Although you must upgrade to V5R4 of i5/OS, I consider this the first compelling enhancement to RPG IV since qualified data structures and data structures as arrays were introduced b
Tag: JSON / JAVA / XML
XSLT Stylesheet Performance on Big Documents
(Scott Hanselman) Like it or not, when it comes type to start transforming XML datas folks turn to stylesheets. Sure, it’d be nice if we could write XmlReader/XmlWriter transforms or if one of these Streaming XML Transformation languages would really take off. But for now, you know it, and I know it
On XMLish Things: Oxygen
(Kurt Cagle) There are times lately where I feel like I’ve strayed far from my original mandate of focusing on XML and it associated technologies. I’ve wrapped up the SVG chapter for the Firefox book, am beginning to dig in-depth into the realm of extensions before heading back into the deeper realm
Fetching Data from a Database in XML Format
(Ashish Singhal) In this article we will see how to fetch data from a database in XML format.
Xml Performance Showdown
(Jeswin P.) XML Mark is an XML parsing benchmark originally created by Sun Microsystems to test the performance of Java against .Net Framework 1.1.
A Link to LINQ
(A. Russell Jones) XML, Arrays, DataSets, database tables, collections of all types—all these have a common attribute; they are data stores that hold sets of data values or objects grouped together for some reason. It follows logically that developers would also like to be able to extract individual
How To Use AJAX Patterns
(Kris Hadlock) Design patterns make development more efficient by speeding up common programming processes and eliminating the need to write redundant code across multiple projects. AJAX design patterns are emerging with the increased popularity of its use in Web application development. In this art
The future of HTML, Part 2: XHTML 2.0
(Edd Dumbill) In the previous article in this series, I described why HTML is due for an update, both to fix past problems and to meet the growing requirements of the tasks to which Web pages and applications are put. I explained the work of the Web Hypertext Application Technology Working Group (WH
Managing XML data: Tag URIs
(Elliotte Rusty Harold) Uniform Resource Identifiers (URIs) can identify things without necessarily locating them. XML namespace URIs are the most obvious such use, but many others abound. When you use URIs primarily as identifiers, it’s important to create URIs that are globally unique without impl
Twelve Best Practices For Spring XML Configurations
(Jason Zhicheng Li) Spring is a powerful Java application framework, used in a wide range of Java applications. It provides enterprise services to Plain Old Java Objects (POJOs). Spring uses dependency injection to achieve simplification and increase testability. Spring beans, dependencies, and the
