Oracle JSP - Developers Guide
Release 1.0

 


Index


Next

Contents

Title and Copyright Information

Welcome To Oracle JSP

Intended Audience
Prerequisites
Structure
Conventions
Related Publications

1 Oracle JSP Basic Concepts

1.1 What is Oracle JSP?
1.2 Why Develop Using Oracle JSP?
1.3 Are the Oracle JSP Extensions Portable?
1.4 What Servers Support Oracle JSP?
1.5 Getting Help

2 Installing and Configuring Oracle JSP

2.1 System Requirements
2.2 Installing Oracle JSP
2.2.1 Installation Steps
2.2.2 Determining if Your Server Needs Updating
2.3 Configuring Oracle JSP
2.3.1 Common Settings
2.3.2 Uncommon Settings
2.4 Upgrading Oracle JSP

3 What Every Developer Needs to Know

3.1 JSP Class Names
3.1.1 Generation Rules
3.1.2 Deployment Considerations
3.2 JSP Class Paths
3.3 Retranslation Rules
3.4 Debugging Oracle JSPs

4 Developing Web Applications

4.1 Application Needs
4.2 Servlet Applications
4.3 Oracle JSP Applications
4.4 globals.jsa Syntax
4.4.1 Case Sensitivity
4.4.2 Event Handlers
4.4.2.1 Event Tag syntax
4.4.2.2 Event Body syntax
4.4.2.3 Predeclared (implicit) Event objects
4.4.2.4 <event:application_OnStart>
4.4.2.5 <event:application_OnEnd>
4.4.2.6 <event:session_OnStart>
4.4.2.7 <event:session_OnEnd>
4.4.3 Global declarations
4.4.3.1 Global directives
4.4.3.2 Global declarations
4.4.3.3 Global beans
4.5 JspScopeListener

5 Built-in Oracle JSP Objects

5.1 JSPs Lack Data Variables
5.2 Oracle JSP Data Types
5.3 Using Oracle JSP Data Types

6 JML: Developing JSPs without Java

6.1 Introduction
6.2 Using the JML Tag Library
6.3 JML Syntax
6.3.1 General Rules
6.3.1.1 JML Bean References
6.3.1.2 JML Expressions
6.3.2 Bean Binding Tags
6.3.2.1 <jml:useBean>
6.3.2.2 <jml:useVariable>
6.3.2.3 <jml:useForm>
6.3.2.4 <jml:useCookie>
6.3.2.5 <jml:remove>
6.3.3 Bean Manipulation Tags
6.3.3.1 <jml:print>
6.3.3.2 <jml:getProperty>
6.3.3.3 <jml:setProperty>
6.3.3.4 <jml:set>
6.3.3.5 <jml:call>
6.3.3.6 <jml:lock>
6.3.4 Control Flow Tags
6.3.4.1 <jml:if>
6.3.4.2 <jml:choose>
6.3.4.3 <jml:for>
6.3.4.4 <jml:foreach>
6.3.4.5 <jml:return>
6.3.4.6 <jml:flush>
6.3.4.7 <jml:include>
6.3.4.8 <jml:forward>
6.3.5 Data Transformation Tags
6.3.5.1 <jml:transform>
6.3.5.2 <jml:stylesheet>
6.3.6 Miscellaneous Tags
6.3.6.1 <jml:plugin>

7 XML/XSL and JSPs

7.1 <jml:transform>
7.1.1 Syntax
7.1.2 Use
7.1.3 Sample

8 SQLJ: Developing JSPs using SQLJ

8.1 Not yet available

Index


Next

Oracle
Copyright © 1999 Oracle Corporation.
All Rights Reserved.

 


Index