FreeBSD devel : avalon-framework4>
Apache Avalon core framework for component programming
Apache Avalon provides a complete platform for component programming including
a core framework, utilities, tools, components and containers. By using key
design patterns such as Inversion of Control (IoC) and Seperation of Concerns
(SoC), Avalon achieves a number of advantages over traditional object oriented
programming frameworks:
* No implementation lock
* Low coupling between components
* Component lifecycle management
* Configuration management and easy to use API
* Component meta-data framework and tools
* Service dependecy management
* Embeddable containers for standalone, J2EE and web environments
The Avalon Framework API and Implementation consists of interfaces that define
relationships between commonly used application components, best-of-practice
pattern enforcements, and several lightweight convenience implementations of
the generic components.
http://avalon.apache.org/framework/
|
avalon-framework history
v. 1.5
date: 2007/05/19 20:02:07; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.4
date: 2007/01/21 01:09:09; author: hq; state: Exp; lines: +1 -1
Release maintainership for ports I no longer use.
v. 1.3
date: 2004/12/13 23:57:45; author: hq; state: Exp; lines: +20 -21
- Update to 4.2.0
- Use %%JAVAJARDIR%%
- ECHO_CMD -> ECHO_MSG
- Use INSTALL_DATA to install JAR files and documentation files
NOTE: the port now installs three different JAR files:
- avalon-framework-api.jar: API classes and interfaces
- avalon-framework-impl.jar: Implementation classes
- avalon-framework.jar: Full package (the former installed JAR)
Requested by: Manfred N. Riem
v. 1.2
date: 2004/10/23 01:56:23; author: hq; state: Exp; lines: +1 -1
Use my FreeBSD address in MAINTAINER
v. 1.1
date: 2004/04/04 16:24:47; author: linimon; state: Exp;
Apache Avalon provides a complete platform for component programming including
a core framework, utilities, tools, components and containers. By using key
design patterns such as Inversion of Control (IoC) and Seperation of Concerns
(SoC), Avalon achieves a number of advantages over traditional object oriented
programming frameworks:
* No implementation lock
* Low coupling between components
* Component lifecycle management
* Configuration management and easy to use API
* Component meta-data framework and tools
* Service dependecy management
* Embeddable containers for standalone, J2EE and web environments
The Avalon Framework API and Implementation consists of interfaces that define
relationships between commonly used application components, best-of-practice
pattern enforcements, and several lightweight convenience implementations of
the generic components.
WWW: http://avalon.apache.org/framework/
PR: ports/64999
Submitted by: Herve Quiroz
=============================================================================
|