Oracle JavaServer Pages Developer's Guide and Reference Release 8.1.7 Part Number A83726-01 |
|
This document introduces and explains Oracle's implementation of JavaServer Pages (JSP) technology, specified by Sun Microsystems. The document discusses standard features, as specified by Sun, as well as Oracle-specific extensions in the OracleJSP product.
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 Oracle Servlet Engine (the Web server and servlet container inside Oracle8i).
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.
This document includes the following chapters and appendixes:
This chapter reviews standard JSP 1.1 technology. (It is not intended as a complete reference.) |
|
This chapter discusses support for OracleJSP in both Oracle and non-Oracle JSP environments, and introduces Oracle JSP extensions and features. |
|
This chapter introduces basic JSP programming considerations and provides a starter sample for database access. |
|
This chapter discusses a variety of general programming and configuration issues the developer should be aware of. It also covers considerations specific to the OSE and Apache/JServ environments. |
|
This chapter covers Oracle JSP extensions--both Oracle-specific extensions and extensions that are portable to other JSP environments. |
|
This chapter focuses on procedures and logistics in deploying JSP pages to Oracle8i to run in the Oracle Servlet Engine, but also covers general JSP translation and deployment features and issues. |
|
This chapter introduces the basic JSP 1.1 framework for custom tag libraries and also provides an overview and tag descriptions for the JSP 1.1 (runtime) implementation of the Oracle JML sample tag library. |
|
This chapter discusses both standard and Oracle-specific features for National Language Support. |
|
This chapter contains a set of sample applications covering both standard JSP technology and Oracle extensions. |
|
This appendix covers OracleJSP required and optional files, configuration steps for non-Oracle environments such as Apache/JServ and Tomcat, and OracleJSP configuration parameters for on-demand translation. |
|
This appendix provides a brief background of servlet technology and introduces the standard JSP interfaces for translated pages. |
|
This chapter provides an overview of the compile-time implementation of the Oracle JML sample tag library (as supported in pre-JSP 1.1 releases), and documents tags not supported in the runtime implementation documented in Chapter 7. |
See the following additional documents available from the Oracle Java Platform group:
This book introduces the basic concepts of Java in Oracle8i 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 Oracle Servlet Engine, the Web server and servlet container inside Oracle8i.
This book documents Java-related tools and utilities for use with Oracle8i or in deploying applications to Oracle8i (such as the Oracle8i session shell and loadjava
tools).
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 describes how to use the Oracle JPublisher utility to translate object types and other user-defined types to Java classes. If you are developing SQLJ or JDBC applications that use object types, VARRAY types, nested table types, or object reference types, then JPublisher can generate custom Java classes to map to them.
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 discusses Java stored procedures--programs that run directly in the Oracle8i server. With stored procedures (functions, procedures, database 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 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.
This book provides information about the Oracle XML-SQL Utility. Some of this is relevant to XML-related support provided by OracleJSP.
This book introduces basic design concepts and programming features in using an Oracle8i database and creating database access applications.
This book contains information about NLS environment variables, character sets, and territory and locale settings. In addition, it contains an overview of common NLS issues, typical scenarios, and NLS considerations for OCI and SQL programmers.
This book documents PL/SQL packages available as part of the Oracle8i server, some of which may be useful to call from JDBC applications.
PL/This book explains the concepts and features of PL/SQL, Oracle's procedural language extension to SQL.
This book contains a complete description of the content and syntax of the SQL commands and features used to manage information in an Oracle database.
This book contains information about the Oracle8 Connection Manager and Net8 network administration in general.
This book describes features of the Oracle Advanced Security Option (formerly known as ANO or ASO).
This book contains general reference information about the Oracle8i server.
This book contains information about error messages that can be passed by the Oracle8i server.
The following Oracle Technology Network (OTN) resources are available for further information about JavaServer Pages:
http://technet.oracle.com/tech/java/servlets/
http://technet.oracle.com/support/bboard/discussions.htm
The following resources are available from Sun Microsystems:
http://www.javasoft.com/products/jsp/index.html
jsp-interest
discussion group for JavaServer Pages
To subscribe, send an e-mail to listserv@java.sun.com
with the following line in the body of the message:
subscribe jsp-interest yourlastname yourfirstname
It is recommended, however, that you request only the daily digest of the posted e-mails. To do this add the following line to the message body as well:
set jsp-interest digest
The following conventions are used in this document:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|