Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Overview of this book

Table of Contents (20 chapters)
JDBC 4.0 and Oracle JDeveloper for J2EE Development
Credits
About the Author
About the Reviewer
Preface

Setting the Environment


We need to create a JDeveloper project to store an XML document with XML SQL Utility. In the JDeveloper project, create an XML document catalog.xml by selecting File | New. In the New Gallery window, select General | XML in Categories and XML Document in Items. Also add XML files catalog-update.xml and catalog-delete.xml. Create XSL Stylesheets input.xsl and output.xsl in the JDeveloper project by selecting File | New. The chapter also lists the above-mentioned XML files and XSL stylesheets. XML documents catalog-update.xml and catalog-delete.xml, and XSLT stylesheets input.xsl and output.xsl are listed later in this chapter. Copy the catalog.xml, catalog-delete.xml, catalog-update.xml, input.xsl, and output.xsl listings to the JDeveloper XSU project. In the New Gallery window, select General | XML in Categories and XSL Style Sheet in Items. Create a Java application, XMLToDatabase.java, in the JDeveloper project by selecting File | New. In the New Gallery window...