Oracle9i JPublisher User's Guide Release 1 (9.0.1) Part Number A90214-01 |
|
This user's guide describes the Oracle JPublisher utility, which translates user-defined SQL object types and PL/SQL packages to Java classes. SQLJ and JDBC programmers who need to have Java classes in their applications to correspond to object types, VARRAY types, nested table types, object reference types, or PL/SQL packages can use the JPublisher utility.
This manual assumes that you are an experienced Java programmer with knowledge of Oracle databases, SQL, PL/SQL, JDBC, and SQLJ.
This manual contains the following chapters:
See the following additional documents available from the Oracle Java Platform group:
This book covers programming syntax and features of Oracle's implementation of the JDBC standard (for Java Database Connectivity). This includes an overview of the Oracle JDBC drivers, details of Oracle's implementation of JDBC 1.22 and 2.0 features, and discussion of Oracle JDBC type extensions and performance extensions.
This book covers the use of SQLJ to embed static SQL operations directly into Java code, covering SQLJ language syntax and SQLJ translator options and features. Both standard SQLJ features and Oracle-specific SQLJ features are described.
This book introduces the basic concepts of Java in Oracle9i and provides general information about server-side configuration and functionality. Information that pertains to the Oracle Java platform as a whole, rather than to a particular product (such as JDBC, SQLJ, or EJBs), is in this book.
This book documents use of the Oracle9i Servlet Engine, the servlet container in Oracle9i.
This book covers the use of JavaServer Pages technology to embed Java code and JavaBean invocations inside HTML pages. Both standard JSP features and Oracle-specific features are described.
This book documents Java-related tools and utilities for use with Oracle9i or in deploying applications to Oracle9i (such as the session shell and loadjava
tools).
This book discusses Java stored procedures--programs that run directly in Oracle9i. With stored procedures (functions, procedures, triggers, and SQL methods), Java developers can implement business logic at the server level, thereby improving application performance, scalability, and security.
This book describes Oracle's Enterprise JavaBeans implementation and extensions.
This book describes Oracle's CORBA implementation and extensions.
The following documents from the Oracle Server Technologies group also contain information of interest and are referred to.
This reference book contains a complete description of the content and syntax of the Structured Query Language (SQL) used to manage information in an Oracle database.
PL/SQL is Oracle's procedural extension to SQL. An advanced fourth-generation programming language, PL/SQL offers seamless SQL access, tight integration with the Oracle server and tools, portability, security, and features such as data encapsulation, overloading, exception handling, and information hiding. This guide explains the concepts behind PL/SQL and illustrates facets of the language.
Information about JDBC is also available at the following Sun Microsystems Web site:
http://java.sun.com/products/jdk/1.2/docs/guide/jdbc/
In particular, refer to the following Sun Microsystems specifications:
This book uses Solaris syntax. However, file names and directory names for Windows NT are the same, unless otherwise noted.
The term [ORACLE_HOME
] indicates the full path of the Oracle home directory.
Additionally, this manual uses the following conventions.
For more information, see "Notational Conventions".
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at:
http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
|
Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|