aboutsummaryrefslogtreecommitdiff
path: root/devel/avalon-framework
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update to 4.2.0Herve Quiroz2004-12-132-23/+22
| | | | | | | | | | | | | | | | | - 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 <mnriem@earthlink.net> Notes: svn path=/head/; revision=123971
* Use my FreeBSD address in MAINTAINERHerve Quiroz2004-10-231-1/+1
| | | | Notes: svn path=/head/; revision=119982
* Apache Avalon provides a complete platform for component programming includingMark Linimon2004-04-043-0/+71
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 <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=106129