diff options
author | olgeni <olgeni@FreeBSD.org> | 2008-06-01 17:42:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2008-06-01 17:42:37 +0800 |
commit | 9aa8bdd89214914fb17b824b18c6780a5a92284e (patch) | |
tree | fcca160716ded0c37ee140d2a35b4a0bbe1ac5f0 /devel/avalon-framework | |
parent | 437a96d1bc7e1a1cdce06da4fb2617c8f0a80b93 (diff) | |
download | freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.gz freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.zst freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.zip |
Large round of typo fixes in ports/devel (pkg-descr).
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 |