Java Libraries

Cornerstone Threads

org.apache.avalon.cornerstone.threads : cornerstone-threads-tutorial

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.

Last Version: 1

Release Date:

Cornerstone Store

org.apache.avalon.cornerstone.store : cornerstone-store

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.

Last Version: 1

Release Date:

Cornerstone Scheduler

org.apache.avalon.cornerstone.scheduler : cornerstone-scheduler

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.

Last Version: 1

Release Date:

Cornerstone Datasources

org.apache.avalon.cornerstone.datasources : cornerstone-datasources

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.

Last Version: 1

Release Date:

Cornerstone Connections

org.apache.avalon.cornerstone.connection : cornerstone-connection

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.

Last Version: 1

Release Date:

Cornerstone Threads

org.apache.avalon.cornerstone.threads : cornerstone-threads

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.

Last Version: 1

Release Date:

Cornerstone Sockets

org.apache.avalon.cornerstone.sockets : cornerstone-sockets

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.

Last Version: 1

Release Date:

Avalon Cornerstone [modules]

org.apache.avalon.cornerstone : avalon-cornerstone-modules

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.

Last Version: 1

Release Date:

Last Version: 2.2.1

Release Date:

Event

org.apache.excalibur.event : excalibur-event-modules

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.

Last Version: 1

Release Date:

Last Version: 1.3.1

Release Date:

Excalibur Fortress Migration Adapter

org.apache.excalibur.fortress.migration : excalibur-fortress-migration

Fortress migration is a project supporting the binary compatibility of legacy fortress components within an avalon environment.

Last Version: 1.3.1

Release Date:

Excalibur Fortress TestCase

org.apache.excalibur.fortress.testcase : excalibur-fortress-testcase

Provides a base FortressTestCase which can be extended to provide Fortress based testing of components as part of a JUnit test suite.

Last Version: 1.3.1

Release Date:

Excalibur Fortress Examples

org.apache.excalibur.fortress.examples : excalibur-fortress-examples

Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management of your component instances, high scalability, easier maintenance of your code, and easy embedding into various environments like servlet engines.

Last Version: 1.3.1

Release Date:

Excalibur Fortress Platform

org.apache.excalibur.fortress.platform : excalibur-fortress-platform

A generic, modular kernel that can run multiple instances of Avalon-Fortress-Container-based containers.

Last Version: 1.3.1

Release Date:

Excalibur Fortress Container Implementation Test

org.apache.excalibur.fortress.container : excalibur-fortress-container-test

Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management of your component instances, high scalability, easier maintenance of your code, and easy embedding into various environments like servlet engines.

Last Version: 1.3.1

Release Date:

Excalibur Fortress Container Implementation

org.apache.excalibur.fortress.container : excalibur-fortress-container-impl

Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management of your component instances, high scalability, easier maintenance of your code, and easy embedding into various environments like servlet engines.

Last Version: 1.3.1

Release Date:

Excalibur Monitor

org.apache.excalibur.components : excalibur-monitor

Avalon Excalibur's resource management code allows you to be notified when a resource has changed. There are two methods of resource management: active and passive. Passive resource management acts as a holder for resources, and after the resource has been modified through it's normal API, notification goes to all listeners. Active resource management does the same, but it also polls the resources periodically to see if the resource was modified through an external method. Active resource management is perfect for monitoring files because they can be modified by external programs, and your program will be notified when the change occurs instead of constantly polling it.

Last Version: 2.2.1

Release Date:

Excalibur Thread [modules]

org.apache.excalibur.components : excalibur-thread-modules

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.

Last Version: 1

Release Date:

Excalibur XML Utilities

org.apache.excalibur.components : excalibur-xmlutil

Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators. It also provides interfaces and classes useful for constructing a pipeline of XML components by defining interfaces for consuming and producing XML in either SAX or DOM formats.

Last Version: 2.2.1

Release Date:

Excalibur Testcase

org.apache.excalibur.testcase : excalibur-testcase

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Last Version: 2.2.1

Release Date:

Excalibur Component Manager

org.apache.excalibur.component : excalibur-component

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Last Version: 2.2.1

Release Date:

Deprecated [modules]

org.apache.excalibur.deprecated : excalibur-deprecated-modules

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.

Last Version: 1

Release Date:

Excalibur Pool Implementation

org.apache.excalibur.components : excalibur-pool-impl

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.

Last Version: 2.2.1

Release Date:

Excalibur Store

org.apache.excalibur.components : excalibur-store

The Store Package provides a way to store named objects without taking care about where and how they are stored. You can choose between different implementations that store the data e.g. in memory or on the file system etc.

Last Version: 2.2.1

Release Date:

Excalibur Pool [modules]

org.apache.excalibur.components : excalibur-pool-modules

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.

Last Version: 1

Release Date:

Last Version: 1.3.1

Release Date:

Excalibur Fortress Container API

org.apache.excalibur.fortress.container : excalibur-fortress-container-api

Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management of your component instances, high scalability, easier maintenance of your code, and easy embedding into various environments like servlet engines.

Last Version: 1.3.1

Release Date:

Excalibur Fortress [modules]

org.apache.excalibur.fortress : excalibur-fortress-modules

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.

Last Version: 1

Release Date:

Excalibur Components [modules]

org.apache.excalibur.components : excalibur-components-modules

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.

Last Version: 1

Release Date:

Excalibur Instrument Manager API

org.apache.excalibur.containerkit : excalibur-instrument-mgr-api

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.

Last Version: 2.2.1

Release Date:

Excalibur Instrument Client

org.apache.excalibur.containerkit : excalibur-instrument-client

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.

Last Version: 2.2.1

Release Date:

Excalibur Instrument API

org.apache.excalibur.containerkit : excalibur-instrument-api

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.

Last Version: 2.2.1

Release Date:

Excalibur Instrument

org.apache.excalibur.containerkit : excalibur-instrument-modules

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.

Last Version: 1

Release Date:

Last Version: 2.2.1

Release Date:

Excalibur Lifecycle

org.apache.excalibur.containerkit : excalibur-lifecycle-modules

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.

Last Version: 1

Release Date:

Excalibur Logger

org.apache.excalibur.containerkit : excalibur-logger

Excalibur-Logger integrates neatly into Avalon-ECM and Excalibur Fortress. The main goal is to be able to define the log categories on a component basis by specifying a 'logger' attribute which denotes the log category to use for a particular component (given the component is LogEnabled or Loggable).

Last Version: 2.2.1

Release Date: