The Avalon project is Apache's Java Server Framework. It is separated into six sub projects: Framework, Excalibur, LogKit, Cornerstone, Phoenix and Applications. 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.
Avalon Phoenix is a micro-kernel designed and implemented on top of the Avalon Framework. It is both an API to program to and a reference implementation. The reference implementation provides a number of facilities to manage the environment of Server Applications. Such facilities include log management, JMX management, classloading and security. The API defines a standard method of piecing togther server components and creating a server.
In order to see Avalon Phoenix at work, you should grab the example applications or servers that are included in Avalon Cornerstone. Apache James uses Phoenix for it's mail server.
For more information about Phoenix 4.0beta, please go to http://jakarta.apache.org/avalon/phoenix.
Name Last modified Size Description
Parent Directory -
phoenix-4.0beta-bin.tar.gz 30-Jan-2003 20:18 2.8M
phoenix-4.0beta-bin.tar.gz.asc 25-Sep-2003 11:40 189
phoenix-4.0beta-bin.zip 30-Jan-2003 20:18 3.1M
phoenix-4.0beta-bin.zip.asc 25-Sep-2003 11:40 189
phoenix-4.0beta-src.tar.gz 30-Jan-2003 20:18 3.1M
phoenix-4.0beta-src.tar.gz.asc 25-Sep-2003 11:40 189
phoenix-4.0beta-src.zip 30-Jan-2003 20:18 3.5M
phoenix-4.0beta-src.zip.asc 25-Sep-2003 11:40 189
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.0beta-bin.tar.gz.asc or, > pgp -ka KEYS > pgp Avalon-4.0beta-bin.tar.gz.asc or, > gpg --import KEYS > gpg --verify Avalon-4.0beta-bin.tar.gz.asc
For more information about Phoenix 4.0beta, please go to http://jakarta.apache.org/avalon/phoenix.