DOC

org.apache.excalibur.components : excalibur-datasource

Maven & Gradle

Apr 29, 2007
5 usages

Excalibur Datasource · Avalon Excalibur's DataSource package 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.

Table Of Contents

Latest Version

Download org.apache.excalibur.components : excalibur-datasource Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.excalibur.components : excalibur-datasource Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file excalibur-datasource-2.2.2-javadoc.jar to excalibur-datasource-2.2.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder excalibur-datasource-2.2.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "excalibur-datasource-2.2.2-sources.jar" -d "excalibur-datasource-2.2.2-javadoc" -subpackages 

Advertisement