NAME
Reaction::Manual::Intro - Introduction to Reaction
INTRODUCTION
Reaction is basically an extended MVC:
- Domain Model
-
DBIC schema, etc.
- Interface Model
-
Model::DBIC::Schema and Action classes.
- Controller
-
Mediation and navigation.
- ViewPort
-
View logic and event handling encapsulation.
- Renderer
-
View:: classes, handed viewports.
THE REACTION WAY
The idea is you separate your domain model, which encapsulates the domain itself, from your interface model, which is a model of how a particular app or class of apps interact with that domain and provides objects/methods to encapsulate the common operations it does.
Basic usage
XXX TODO
SEE ALSO
AUTHORS
See Reaction::Class for authors.
LICENSE
See Reaction::Class for the license.