The Avalon project is Apache's Java Server Framework. It is separated into five sub projects: Framework, Excalibur, LogKit, Cornerstone, and Phoenix. Its purpose is to simplify server side programming for Java based projects. It formalizes serveral best of breed practices and patterns for server side programming.
For more information about Avalon, please go to http://jakarta.apache.org/avalon.
The Avalon Framework formalizes the contracts and patterns used in the other Avalon projects. It is derived from modern software engineering techniques and aims to provide a solid basis on which to build server products.
What that means is that we define the central interface Component. We also define the relationship (contract) a component has with peers, ancestors and children. This documentation introduces you to those patterns, interfaces, and relationships.
The Avalon Framework raises the abstraction level from Object-Oriented Programming concept one notch to the Component-Oriented Programming model. This enables programmers to concern themselves with assemblies of classes, rather than the classes themselves--thus reducing the number of things the programmer must keep in mind, and speeding up application development.
The Avalon Framework is already used in Cocoon, an XML publishing framework. The Avalon Framework is also used in Apache JAMES, a Java(tm) Mail Server. Another project that is built on Avalon Framework is Jestkop, a cross-platform replacement for your ordinary desktop. If you are evaluating Avalon and want the proof that it's claims are valid check them out.
For more information about Avalon Framework 4.1.3, please go to http://jakarta.apache.org/avalon/framework.
Name Last modified Size Description
Parent Directory -
Avalon-4.1.3-bin.tar.gz 31-Jan-2003 07:14 634K
Avalon-4.1.3-bin.tar.gz.asc 25-Sep-2003 21:40 189
Avalon-4.1.3-bin.zip 31-Jan-2003 07:14 854K
Avalon-4.1.3-bin.zip.asc 25-Sep-2003 21:40 189
Avalon-4.1.3-src.tar.gz 31-Jan-2003 07:14 2.8M
Avalon-4.1.3-src.tar.gz.asc 25-Sep-2003 21:40 189
Avalon-4.1.3-src.zip 31-Jan-2003 07:14 3.3M
Avalon-4.1.3-src.zip.asc 25-Sep-2003 21:40 189
README.html 31-Jan-2003 07:14 1.7K
avalon-framework-4.1.3.jar 12-Oct-2002 22:26 62K
avalon-framework-4.1.3.jar.asc 25-Sep-2003 21:40 189
avalon-framework.license 12-Oct-2002 22:26 2.6K
Many of the distribution kits have been digitally signed (using PGP). If so, there will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found in the distribution directory at <http://jakarta.apache.org/builds/jakarta-avalon/release/KEYS>.
Always test available signatures, e.g., > pgpk -a KEYS > pgpv Avalon-4.1.3-bin.tar.gz.asc or, > pgp -ka KEYS > pgp Avalon-4.1.3-bin.tar.gz.asc or, > gpg --import KEYS > gpg --verify Avalon-4.1.3-bin.tar.gz.asc
For more information about Avalon Framework 4.1.3, please go to http://jakarta.apache.org/avalon/framework.