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.

License

License

Categories

Categories

Data
GroupId

GroupId

org.apache.excalibur.components
ArtifactId

ArtifactId

excalibur-datasource
Last Version

Last Version

2.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/datasource

Download excalibur-datasource

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-datasource/ -->
<dependency>
    <groupId>org.apache.excalibur.components</groupId>
    <artifactId>excalibur-datasource</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-datasource/
implementation 'org.apache.excalibur.components:excalibur-datasource:2.2.2'
// https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-datasource/
implementation ("org.apache.excalibur.components:excalibur-datasource:2.2.2")
'org.apache.excalibur.components:excalibur-datasource:jar:2.2.2'
<dependency org="org.apache.excalibur.components" name="excalibur-datasource" rev="2.2.2">
  <artifact name="excalibur-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.components', module='excalibur-datasource', version='2.2.2')
)
libraryDependencies += "org.apache.excalibur.components" % "excalibur-datasource" % "2.2.2"
[org.apache.excalibur.components/excalibur-datasource "2.2.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.avalon.framework : avalon-framework-impl jar 4.3.1
org.apache.avalon.framework : avalon-framework-api jar 4.3.1
org.apache.excalibur.components : excalibur-pool-api jar 2.2.1
org.apache.excalibur.components : excalibur-pool-instrumented jar 2.2.1

provided (3)

Group / Artifact Type Version
org.apache.excalibur.components : excalibur-pool-impl jar 2.2.1
org.apache.excalibur.containerkit : excalibur-instrument-api jar 2.2.1
org.apache.excalibur.containerkit : excalibur-logger jar 2.2.1

test (3)

Group / Artifact Type Version
org.apache.excalibur.testcase : excalibur-testcase jar 2.2.1
junit : junit jar 3.8.2
hsqldb : hsqldb jar 1.8.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.2
2.2.1