diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-09 14:18:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-09 14:18:52 +0000 |
commit | c251853ae7235b746a0f4b90cbc49a9914cec490 (patch) | |
tree | 86622dd150da0256e839e79dfee171b9465af277 /devel/ruby-robjectteam/pkg-descr | |
parent | e5199faf28a8d1cb3be98772b0e2b08079ee0891 (diff) |
Notes
Diffstat (limited to 'devel/ruby-robjectteam/pkg-descr')
-rw-r--r-- | devel/ruby-robjectteam/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ruby-robjectteam/pkg-descr b/devel/ruby-robjectteam/pkg-descr new file mode 100644 index 000000000000..9281d6555459 --- /dev/null +++ b/devel/ruby-robjectteam/pkg-descr @@ -0,0 +1,13 @@ +his package brings the ObjectTeams paradigm to ruby. + +The ObjectTeams paradigm (see www.objectteams.org) is an aspect +oriented approach to achieve advanced separation of concerns. + +ROT allows the programmer to encapsulate the interaction of a set of +objects (roles) into a compound object (the team). Aspects can be +implemented as roles and are weaved into domain classes via a +connector at runtime (runtime weaving). These aspects can be +explicitely activated and deactivated. + +Author: Matthias Veit <matthias_veit@yahoo.de> +WWW: http://sourceforge.net/projects/robjectteam/ |