|
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 Product Orders sample application accepts user inputs
for Product and Customer details to create a Product Order XML
document. The Order XML document is created using the classes
generated by the XML Class Generator for Java. The generated
XML document is then stored in an XMLType column inside an Oracle9i
database.
This sample
demonstrates the following Oracle9i XML features:
- Storing
XML documents inside database using XMLType column - a native XML
feature of Oracle9i database.
- And the following Oracle XML Developer's Kit(XDK) features:
- Using XML Class Generator for Java with XML Schema
- XSQL Page Custom Action Handler
- Database Connection in XSQL pages using XSQLConfig file
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
|