PAJES 3.0.21

Package org.pajes.db

Provides database connection and pooling management features to PAJES applications.

See:
          Description

Class Summary
ConnectionManager Manages named connection pools and the retrieval of database connections from them.
ConnectionPool Opens and maintains a thread-safe pool of JDBC connections.
ConnectionPoolConfiguration Reads an XML-based deployment descriptor that defines ConnectionPool instances.
ConnectionPoolDefinition Contains the definition of a ConnectionPool as loaded by ConnectionPoolConfiguration.
ConnectionWrapper A wrapper for java.sql.Connection objects to add logging of statements executed and the elapsed execution times.
DBUtility Convenience utilty methods.
 

Exception Summary
ConnectionPoolException Thrown when a run-time exception relating to a ConnectionPool occurs.
 

Package org.pajes.db Description

Provides database connection and pooling management features to PAJES applications.

Connection pools are created and configured through an XML-based deployment descriptor called database.xml, which must be located in the WEB-INF directory of your web application. The deployment descriptor must be in the format as described in ConnectionPoolConfiguration.

Connections are most easily obtained using the convenience methods in DataAccessPajeServlet.


PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.