diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-08-20 13:19:56 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-08-20 13:19:56 +0000 |
commit | a1a0520bbf864cb1b13f4c6c2cba685df2435a46 (patch) | |
tree | ad0e306f99c46fb8074bf23eaf14554310d05335 /www/p5-Reaction/pkg-descr | |
parent | 380c918f91bbc4f413d228e965e550035f03e6f7 (diff) |
Add p5-Reaction 0.001001, extended MVC framework built upon Catalyst.
Notes
Notes:
svn path=/head/; revision=218920
Diffstat (limited to 'www/p5-Reaction/pkg-descr')
-rw-r--r-- | www/p5-Reaction/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/p5-Reaction/pkg-descr b/www/p5-Reaction/pkg-descr new file mode 100644 index 000000000000..c1ffe0b137aa --- /dev/null +++ b/www/p5-Reaction/pkg-descr @@ -0,0 +1,23 @@ +Reaction is basically an extended MVC: + +Domain Model + DBIx::Class::Schema, MyApp::Foo, MyApp::Bar, etc. + +Interface Model + InterfaceModel::DBIC::Schema, InterfaceModel::Action, + MyApp::InterfaceModel::Foo classes. + +Controller + Mediation and navigation. + +ViewPort + Event handling encapsulation. + +Widget + View logic. + +Renderer + MyApp::View:: classes, renders viewports. + + +WWW: http://search.cpan.org/dist/Reaction/ |