Links from IBM developerWorks on XML

webmasterbeta

New Member
Maybe some of you might be interested in checking what is available on XML and some other stuff on the developerWorks site. Here there are some links, just in case you fancy checking them out.

XML 1.1 and Namespaces 1.1 revealed
In this article, software engineer Arnaud Le Hors explains what XML 1.1 and Namespaces 1.1 are about, what changes they bring, and how they affect other specs and users.
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/xml/library/x-xmlns11.html?ca=degr-L1544xml11">http://www-106.ibm.com/developerworks/x ... L1544xml11</a><!-- m -->

Practical data binding: Looking into JAXB, Part 1
Round-tripping and XML-to-Java translation
In the last installment, the author examined several important concepts in data binding, including round-tripping and semantic equivalence. In this article, he looks at Sun's JAXB architecture and implementation in light of these terms. You'll learn how JAXB handles class generation, and how that affects the XML input and output accepted by the API.
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/xml/library/x-pracdb2.html?ca=degr-L1544JAXB">http://www-106.ibm.com/developerworks/x ... -L1544JAXB</a><!-- m -->

Tip: Use data dictionary links for XML and Web services schemata
When designing XML and Web services schemata you will often (and ideally) reuse data elements defined in pre-existing standards. When you do, it is extremely useful to include links to such standards, providing precise data dictionary references. In so doing, you make processing and maintenance easier to automate. This tip illustrates this practice.
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/xml/library/x-tipdict.html?ca=degr-L1544datadict">http://www-106.ibm.com/developerworks/x ... 44datadict</a><!-- m -->

Thanks.
 
Back
Top