Table of Contents
- List of Examples
- List of Figures
- List of Tables
- Title and Copyright Information
- Preface
-
1
Introduction to Oracle Jolt for Oracle WebLogic Server
- 1.1 Key Features
-
1.2
How Jolt for WebLogic Works
- 1.2.1 Relationship Between Jolt for WebLogic and Tuxedo
- 1.2.2 Essential Components of the Jolt Architecture
- 1.2.3 WebLogic Server Startup
- 1.2.4 Connecting to a WebLogic Server from a Client Browser
- 1.2.5 How a Servlet Connects to Tuxedo
- 1.2.6 What Happens if the Request Fails
- 1.2.7 Responding to the Client Browser
- 1.2.8 Disconnecting from the Jolt Server
- 1.3 Using the Example Packages
- 2 Configuring Jolt for WebLogic Server
- 3 Implementing Jolt for WebLogic
-
Appendixes
- Class Hierarchy
-
Simple Servlet Example
- Example Components and Prerequisites
-
Using the Example
- Step 1. Perform Preparatory Steps
- Step 2. Start the WebLogic Server
- Step 3. Configure the Servlet in WebLogic Server
- Step 4. Stop and Restart the WebLogic Server
- Step 5. Compile the Servlet
- Step 6. Display the simpapp.html Form
- Step 7. Post the FORM Data from the Browser
- Step 8. Process the Request
- Step 9. Return the Results to the Client
- Servlet with Enterprise JavaBean Example