Insurance
Profile System using JAXB The Insurance Profile
System application demonstrates how users can quickly and easily develop applications
that handle XML data with the help of Oracle XDK 10g. This application
demonstrates the power of Java Architecture for XML Binding (JAXB) and how it
simplifies access to XML documents through simplified Java Objects.
[19-Nov-2003] The following features of Oracle XDK
10g are demonstrated by this application : - Use
of the XDK Class Generator
- Generation of support classes from XML schema
- Unmarshalling XML documents from a serialized format
- Validation
of XML document instances against the JAXB schema instance
- Marshalling
Java Objects to XML document instances
- Manipulating XML documents through
Java object instances
- Marshalling and Unmarshalling JAXB instances from
file systems and databases
Download Now (JAR, 385KB) Readme Source : RecordHolder.java Source : DBRecordHolder.java
|