Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.cocoon | cocoon-spring-configurator | 1.0.2 | - | jar | |
org.apache.excalibur.components | excalibur-datasource | 2.2.2 | - | jar | |
org.springframework | spring-jdbc | 2.0.6 | - | jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-io | commons-io | 1.3.1 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
concurrent | concurrent | 1.3.4 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
org.apache.avalon.framework | avalon-framework-api | 4.3.1 | - | jar | |
org.apache.avalon.framework | avalon-framework-impl | 4.3.1 | - | jar | |
org.apache.cocoon | cocoon-configuration-api | 1.0.2 | - | jar | |
org.apache.excalibur.components | excalibur-pool-api | 2.2.1 | - | jar | |
org.apache.excalibur.components | excalibur-pool-impl | 2.2.1 | - | jar | |
org.apache.excalibur.components | excalibur-pool-instrumented | 2.2.1 | - | jar | |
org.apache.excalibur.containerkit | excalibur-instrument-api | 2.2.1 | - | jar | |
org.springframework | spring-aop | 2.5.1 | - | jar | |
org.springframework | spring-beans | 2.5.1 | - | jar | |
org.springframework | spring-context | 2.5.1 | - | jar | |
org.springframework | spring-core | 2.5.1 | - | jar | |
org.springframework | spring-dao | 2.0.6 | - | jar | |
org.springframework | spring-web | 2.5.1 | - | jar |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.4 | - | jar |
Project Dependency Graph
Dependency Tree
- org.apache.cocoon:cocoon-databases-bridge:jar
- org.apache.excalibur.components:excalibur-datasource:jar
- org.apache.excalibur.components:excalibur-pool-instrumented:jar
- org.springframework:spring-jdbc:jar
- org.apache.cocoon:cocoon-spring-configurator:jar
- org.apache.excalibur.components:excalibur-datasource:jar
Dependency Listings
Cocoon Database Block Bridge for Avalon components
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://cocoon.apache.org/2.2/blocks/databases-bridge/1.0/
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.
http://www.apache.org/excalibur/excalibur-datasource
Excalibur Pool Instrumented Implementation
Excalibur Pool Instrumented Implementation
Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running application to determine its health. Instrumentation is the process of exposing the internal state in a way that is easy for an administrator or help desk personell to digest. Excalibur Instrumentation is such a package that you can use for your Avalon based projects.
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Excalibur Pool API
Avalon Framework API
http://www.apache.org/excalibur/avalon-framework/avalon-framework-api
Avalon Framework Implementation
Avalon Framework Implementation
http://www.apache.org/excalibur/avalon-framework/avalon-framework-impl
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Dough Lea's util.concurrent package
Spring Framework: JDBC
http://www.springframework.org
Spring Framework: DAO
http://www.springframework.org
The Cocoon Spring Configurator is an extension for the Spring framework. It provides a standardized way of handling various configuration issues when using Spring. The feature list includes automatic property handling and inclusion of configuration files.
http://cocoon.apache.org/cocoon-spring-configurator
The Cocoon Configuration API is a library providing beans for various configuration issues. It describes a mechanism for handling properties in an standardized way.
http://cocoon.apache.org/subprojects/configuration/1.0/configuration-api/1.0/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Web
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Core