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

Summary


Oracle XSQL Pages Publishing Framework is used to generate an XML document using an SQL query. XSLT may be applied to the XML generated with XSQL to transform the XML output. A JDBC connection is used to connect to a database to run the SQL query statements. Oracle JDeveloper supports the XSQL framework. The XML document generated with XSQL may be customized by specifying the row element, the row set element, and other attributes of the XSQL query. In a JDeveloper version that supports JDBC 4.0 in the embedded OC4J, JDBC 4.0 features such as connection state tracking may be used in an XSQL application.