To use DataDirect Connection Pooling, perform these steps:
1. Create and register with JNDI a Hybrid Data Pipeline Driver forJDBCDataSource object. Once created, this DataSource object can be used by a connection pool (PooledConnectionDataSource object created in Step 2) to create connections for one or multiple connection pools.
2. To create a connection pool, you must create and register with JNDI a PooledConnectionDataSource object. A PooledConnectionDataSource creates and manages one or multiple connection pools. The PooledConnectionDataSource uses the driver DataSource object created in Step 1 to create the connections for the connection pool.