OracleJSP Support for JavaServer Pages Developer's Guide and Reference
Release 1.1.2.3

Part Number A90208-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page


Preface

This document introduces and explains Oracle's implementation of JavaServer Pages (JSP) technology, specified by Sun Microsystems. The document summarizes standard features, as specified by Sun, but focuses primarily on Oracle-specific implementations and extensions in the OracleJSP product.


Note:

OracleJSP release 1.1.2.x is a complete implementation of the Sun Microsystems JavaServer Pages Specification, Version 1.1.  


Intended Audience

This document is intended for developers interested in using OracleJSP to create Web applications based on JavaServer Pages technology. It assumes that working Web and servlet environments already exist, and that readers are already familiar with the following:

This document focuses on Oracle JSP extensions, and on features and logistics particular to running JSP pages in the Oracle9i Servlet Engine.

While some information about standard JSP 1.1 technology and syntax is provided in Chapter 1 and elsewhere, there is no attempt at completeness in this area. For additional information about standard JSP 1.1 features, consult the Sun Microsystems JavaServer Pages Specification, Version 1.1 or other appropriate reference materials.

Because the JSP 1.1 specification relies on a servlet 2.2 environment, this document is geared largely toward such environments. OracleJSP has special features for earlier servlet environments, however, and there is special discussion of these features as they relate to servlet 2.0 environments, particularly Apache/JServ, which is included with the Oracle9i Application Server.

Structure

This document includes the following chapters and appendixes:

Related Documents

See the following additional documents available from the Oracle Java Platform group:

The following documentation is for Oracle products that incorporate OracleJSP. You may want to refer to them for JSP information, including installation and configuration, for those products:

The following documents from the Oracle Server Technologies group may also contain information of interest.

Additional Resources

The following Oracle Technology Network (OTN) resources are available for further information about JavaServer Pages:

The following resources are available from Sun Microsystems:

Conventions

The following conventions are used in this document:

Convention  Meaning 

italicized regular text 

Italicized regular text is used for emphasis or to indicate a term that is being defined or will be defined shortly. 

. . .  

Horizontal ellipsis points in sample code indicate the omission of a statement or statements or part of a statement. This is done when you would normally expect additional statements or code to appear, but such statements or code would not be relevant to the example. 

code text 

Code text within regular text indicates commands, option names, parameter names, Java syntax, class names, object names, method names, variable names, Java types, Oracle datatypes, file names, and directory names. 

italicized_code_text 

Italicized code text in a program statement indicates something that must be provided by the user. 

[italicized_code_text ]  

Square brackets enclosing italicized code text in a program statement indicates something that can optionally be provided by the user. 

Documentation Accessibility

Oracle's goal is to make our products, services, and supporting documentation accessible to the disabled community with good usability. 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.


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback