mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
24 lines
412 B
Plaintext
24 lines
412 B
Plaintext
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/
|