mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
18 lines
889 B
Text
18 lines
889 B
Text
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 Separation of Concerns
|
|
(SoC), Avalon achieves a number of advantages over traditional object oriented
|
|
programming frameworks:
|
|
|
|
* No implementation lock
|
|
* Low coupling between components
|
|
* Component life cycle management
|
|
* Configuration management and easy to use API
|
|
* Component meta-data framework and tools
|
|
* Service dependency 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.
|