[
Lists Home |
Date Index |
Thread Index
]
- From: Jeffrey I Condon/Cupertino/IBM <jicondon@us.ibm.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 05 Oct 2000 13:41:55 -0400
IBM developerWorks article on voice XML, a new schema intended to
standardize the delivery of audio dialogs for voice access and interactive
voice response linked to Web-based content and applications.
Voice-activated Web access
----------------------------------------------------------------------------------------
WAP and WML are among the more common wireless technologies used in North
America. Now a new XML schema, Voice XML, is providing another way for
users to link up with the Web over their mobile phones.(Collab)
http://www-4.ibm.com/software/developer/library/cl-voiceact.html?open&l=136,t=gr,p=x.vWeb
Brett McLaughlin 3 (out of 4) articles on Data Binding:
-----------------------------------------------------------------------------------
The goal of this series is to show you how to convert XML elements to Java
objects so you can directly manipulate XML data with Java language accessor
and mutator methods. Part one compares data binding to other methods of
handling XML data within Java applications, analyzes the design decisions,
and defines the XML schema for the example Web service configuration
document. Part two explains how to generate interfaces and implementations
from the XML schema so that XML documents that conform to the XML schema
can then be converted into instances of these generated classes. Part
three covers unmarshalling the nested elements in the XML documents into
Java objects, testing, and putting the new tools into action with some
practical examples.
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 Parser for Java 3.0.1
----------------------------------------
Download a validating XML parser written in 100% pure Java.
http://www.alphaworks.ibm.com/tech/xml4j?open&l=xml-dev,t=gr,p=XML4j
|