|
OTN developers
have built sample applications that demonstrate the features of
Oracle XML Developer's Kit(XDK) for Java and Oracle9i native XML
support. The Customer Management sample application manages customer
information as XML documents. Every customer record stores customer
name, customer information in XML and an XML Schema document to
which the customer XML adheres to. The customer XML and Schema
are stored in XMLType columns in the database.
This sample
demonstrates the following Oracle9i native XML features :
- Storing,
retrieving and searching of XML data inside the database.
- Use of XPath Expressions in searching XML data.
And the following Oracle XML Developer's Kit(XDK) features:
- Using XML Parser for Java
- Using XML Schema Processor for Java
- Use of XMLType class in Java
- Server-side XML Schema validation from PL/SQL
Prerequisite:
- Oracle9i Database
- Oracle XML
Developer's Kit(XDK) for Java version 9.2.0.2.0
-
Oracle9iAS Containers for J2EE(OC4J) 2.0
|
Download the Sample
The
download includes installation instructions, Java source code,
XSQL source code and SQL scripts for building the database.
Related
Documents
|