mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Reaction
|