Avalon Excalibur



Jakarta main

Avalon main

About
  • Overview
  • Changes
  • Download
  • API Docs


  • Released Components
  • Command-Line Inspection
  • Collections
  • Component Utilities
  • Concurrent Threading
  • DataSource Management
  • IO Utilities
  • Pooling Support
  • Property Utilities


  • Components under Development
  • Internationalization
  • Piping Support
  • Proxy Implementation
  • Thread Pool Management



  • Avalon Excalibur : DataSource Management


    DataSource Management

    Avalon Excalibur's DataSource package in org.apache.avalon.excalibur.datasource allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose--since they are obtained through Avalon's Component Manager infrastructure.

    The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.


    by Berin Loritsch



    Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.