[
Lists Home |
Date Index |
Thread Index
]
- From: Jeffrey I Condon/Cupertino/IBM <jicondon@us.ibm.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 24 Oct 2000 13:48:31 -0400
Data binding from XML to Java, Part 4: From bits to brackets
-------------------------------------------------------------------------------
The final installment of this four-part data-binding series by Brett
McLaughlin completes the set of binding classes with a look at the process
of marshalling Java objects into an XML representation using the
in-progress JSR-031, also known as Adelard. This installment examines the
code needed to perform this action, and considers how this code relates to
the Java classes that were examined in previous installments.
http://www-4.ibm.com/software/developer/library/x-databind4/?open&l=136,t=gr,p=x.Bind4
1st Article - Explains how data binding works to convert XML to Java
http://www-4.ibm.com/software/developer/library/data-binding1/?open&l=136,t=gr,p=XML2J1
2nd Article - Generate interfaces and implementations from the XML schema
http://www-4.ibm.com/software/developer/library/data-binding2/?open&l=136,t=gr,p=XML2J2
3rd Article - From text to byte code: Data binding from XML to Java
http://www-4.ibm.com/software/developer/library/data-binding3/?open&l=136,t=gr,p=XML2J3
XML programming in Java
-------------------------------------------------------------------------------
In this tutorial, Senior Programmer Doug Tidwell shows you how to use an
XML parser and other tools to create, process, and manipulate XML documents
http://www6.software.ibm.com/reg/java/xml-i?open&l=136,t=gr,p=x.XinJtut
|