This tutorial presents some code examples. If you want to
study them in context, download and install the Connection Cache (Order Entry) Sample
Application Source Code. If you also want to build and run the sample application,
you will need the software listed below:
Product
Description
Oracle9i JDeveloper
Oracle9i JDeveloper is Oracle's Visual Java Development Tool and can
be downloaded from here.
J2EE Container
JDeveloper includes
Oracle9iAS Containers for J2EE (OC4J), an embedded J2EE container
that you can deploy to and use as an application server to test the Order
Entry Application. Note that OC4J is also available as a standalone
JDK1.4.x or above
The Java Development Kit can be downloaded
from here.
Oracle10g Database or higher
Oracle10g Database or higher running
SQL*Net TCP/IP listener. This can be downloaded from here.
Oracle Database 10g JDBC Driver
Note: JDBC drivers classes are available
with Oracle Client or Database installation, and need not be downloaded
separately.The JDBC driver is available at <ORACLE_HOME>/jdbc/lib
Or <OC4J_HOME>/jdbc/lib.
Ant 1.5.x or later
Tool for building the Enterprise Application
aRchive (EAR) file. Ant can be downloaded from here.