<?xml version="1.0"?>

 
<rss version="2.0">
<channel>
<title>IBM developerWorks : XML : Articles</title>
<link>http://www.ibm.com/developerworks/</link>
<description>The latest content from IBM developerWorks</description>
<pubDate>30 Nov 2009 00:55:35 +0000</pubDate>
<language>en</language>
<copyright>Copyright 2004 IBM Corporation.</copyright>
<image>
<title>developerWorks</title>
<url>http://www.ibm.com/developerworks/i/dwlogo-small.gif</url>
<link>http://www.ibm.com/developerworks/</link>
</image>

	<item>
		<title><![CDATA[Using Simple for XML serialization]]></title> 
		<description><![CDATA[Java developers have a variety of choices when it comes to serializing and deserializing Extensible Markup Language (XML) objects. Simple is one such example, and it offers a number of advantages over its competitors. In this article, explore an introductory overview of how to use Simple within an XML communication system.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-simplexobjs/index.html?ca=drs-]]></link> 
		<pubDate>24 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[XML Schema 1.1, Part 3: An introduction to XML Schema 1.1]]></title> 
		<description><![CDATA[A frequent goal of schema authors is to build schemas for extensibility, where wildcards play a key role in providing extensibility points. New wildcard features introduced in XML Schema 1.1 make it easier for schema authors to write extensible schemas that can tolerate changes in the future. In this third of a six part series of articles, authors Neil Delima, Sandy Gao, Michael Glavassevich, and Khaled Noaman take an in depth look at versioning features introduced by XML Schema 1.1, specifically the new powerful wildcard mechanisms and open content.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-xml11pt3/index.html?ca=drs-]]></link> 
		<pubDate>20 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Building OSGi applications with the Blueprint Container specification]]></title> 
		<description><![CDATA[The OSGi framework is becoming increasingly popular. It provides great mechanisms for developing modular and dynamic applications.
            The recent OSGi Service Platform Release 4 V4.2 specifications
            introduced the Blueprint Container specification. In this article, learn
            how the Blueprint Container provides a simple programming model for creating
            dynamic applications in the OSGi environment. Numerous examples help get you started with the Blueprint XML file
            and the component XML definitions.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/os-osgiblueprint/index.html?ca=drs-]]></link> 
		<pubDate>17 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Validating XML in PHP]]></title> 
		<description><![CDATA[PHP developers commonly require the services of an Extensible Markup Language (XML) parser in their code. Along these lines, they frequently find it necessary to validate XML input. Fortunately, you can easily accomplish this in PHP. This article shows you how to validate XML documents within PHP and determine the cause of validation failures.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-validxphp/index.html?ca=drs-]]></link> 
		<pubDate>10 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Build a pureXML and JSON application, Part 3: Create OpenSocial gadgets for pureXML]]></title> 
		<description><![CDATA[With the Web 2.0 technology of OpenSocial gadgets, developers can easily
		    include their applications in popular Web sites, such as iGoogle, MySpace, Hi5,
		    LinkedIn, and others. In this article, explore OpenSocial gadgets through hands-on construction of an application that leverages the pureXML 
		capability of DB2. This article is the last in a series of three that illustrates how to build a 
		pureXML application whose user interface is a gadget that you can deploy in any OpenSocial compliant 
		Web site. Follow the steps in this article to build a user interface that stores and retrieves the 
		JSON data described in the first article through JSON Universal Services created in the second article.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-db2JSONpt3/index.html?ca=drs-]]></link> 
		<pubDate>10 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Build a pureXML and JSON application, Part 1: Store and query JSON with DB2 pureXML]]></title> 
		<description><![CDATA[JavaScript Object Notation (JSON), a popular textual notation in Web 2.0, is used to represent objects (or data structures) as serialized text when clients and servers exchange information. Some applications benefit from persisting JSON objects to maintain state across sessions. In this article, learn how DB2 pureXML can store, manage, and query JSON when you adopt a simple JSON-to-XML mapping.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-db2JSONpt1/index.html?ca=drs-]]></link> 
		<pubDate>10 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Build a pureXML and JSON application, Part 2: Create Universal Services for pureXML that expose JSON]]></title> 
		<description><![CDATA[The pureXML Universal Services for JSON (abbreviated to JSON Universal Services in this article) are a set of database operations, including insert, update, delete, and query, exposed as Web services. These services enable an application to persist JSON in pureXML and to query it easily through HTTP with WebSphere Application Server. Get started with configuring and testing JSON Universal Services in this article.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-db2JSONpt2/index.html?ca=drs-]]></link> 
		<pubDate>10 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Leveraging pureXML in a Flex microblogging application, Part 3: Using pureXML Web services to publish microblog entries to an HTML page]]></title> 
		<description><![CDATA[The pureXML capabilities of IBM DB2 allow you to store XML natively in a database
        without modification, while Adobe Flex applications can read XML directly and
        populate Flex user interfaces. In this three-part article series, you will create
        a microblogging application that takes advantage of pureXML, Web services, and
        Adobe Flex; and even allows you to publish your microblogging updates on Twitter.
        In Part 1 of the series, you learned about Web Services and how they are enabled
        using DB2 pureXML as you created the microblog database and tested it. Part 2
        tapped into Adobe Flex and ActionScript to create the user interface of your application. In this article, the final part of the series, you will learn how to use your pureXML Web Services to publish your microblog entries to an HTML page.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-db2mblog3/index.html?ca=drs-]]></link> 
		<pubDate>03 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Leveraging pureXML in a Flex microblogging application, Part 1: Enabling Web services with DB2 pureXML]]></title> 
		<description><![CDATA[The pureXML capabilities of IBM DB2 allow you to store XML natively in a database without modification, while Adobe Flex applications can read XML directly and populate Flex user interfaces. In this three-part article series, you will create a microblogging application that takes advantage of pureXML, Web services, and Adobe Flex; and even allows you to publish your microblogging updates on Twitter.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-db2mblog1/index.html?ca=drs-]]></link> 
		<pubDate>03 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

	<item>
		<title><![CDATA[Leveraging pureXML in a Flex microblogging application, Part 2: Building the application user interface with Flex]]></title> 
		<description><![CDATA[The pureXML capabilities of IBM DB2 allow you to store XML natively in a database
        without modification, while Adobe Flex applications can read XML directly and
        populate Flex user interfaces. In this three-part article series, you will create
        a microblogging application that takes advantage of pureXML, Web services, and
        Adobe Flex; and even allows you to publish your microblogging updates on Twitter.
        In Part 1 of the series, you learned about Web Services and how they are enabled
        using DB2 pureXML as you created the microblog database and tested it. In this
        article, Part 2 of the series, you will tap into Adobe Flex and ActionScript to
        create the user interface of the application.]]></description> 
		<link><![CDATA[http://www.ibm.com/developerworks/xml/library/x-db2mblog2/index.html?ca=drs-]]></link> 
		<pubDate>03 Nov 2009 05:00:00 +0000</pubDate>               
	</item>

</channel>
</rss>


