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.

Categories

Categories

Data
GroupId

GroupId

excalibur-datasource
ArtifactId

ArtifactId

excalibur-datasource
Last Version

Last Version

2.1
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.

Download excalibur-datasource

How to add to project

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

Dependencies

compile (16)

Group / Artifact Type Version
hsqldb : hsqldb jar 1.8.0.1
avalon-framework : avalon-framework-api jar 4.3
avalon-framework : avalon-framework-impl jar 4.3
avalon-logkit : avalon-logkit jar 2.1
excalibur-instrument : excalibur-instrument-api jar 2.1
excalibur-pool : excalibur-pool-api jar 2.1
excalibur-pool : excalibur-pool-impl jar 2.1
excalibur-pool : excalibur-pool-instrumented jar 2.1
commons-collections : commons-collections jar 3.1
concurrent : concurrent jar 1.3.4
excalibur-component : excalibur-testcase jar 2.1
excalibur-component : excalibur-component jar 2.1
excalibur-logger : excalibur-logger jar 2.1
excalibur-fortress : excalibur-fortress-container-api jar 1.2
excalibur-fortress : excalibur-fortress-meta jar 1.2
qdox : qdox jar 1.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.1
1.2.0
1.1.1
1.0