diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/avalon-framework | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) | |
download | ports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip |
Notes
Diffstat (limited to 'devel/avalon-framework')
-rw-r--r-- | devel/avalon-framework/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/avalon-framework/pkg-descr b/devel/avalon-framework/pkg-descr index 8ecd4fe68e01..9c4572df8a4f 100644 --- a/devel/avalon-framework/pkg-descr +++ b/devel/avalon-framework/pkg-descr @@ -1,15 +1,15 @@ 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 +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 lifecycle management + * Component life cycle management * Configuration management and easy to use API * Component meta-data framework and tools - * Service dependecy management + * Service dependency management * Embeddable containers for standalone, J2EE and web environments The Avalon Framework API and Implementation consists of interfaces that define |