aboutsummaryrefslogtreecommitdiffstats
path: root/old/Manual/Intro.pod
blob: b4560b390e2185af6c16ae60dd20cc1fee5a411b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=head1 NAME

Reaction::Manual::Intro - Introduction to Reaction

=head1 INTRODUCTION

Reaction is basically an extended MVC:

=over

=item Domain Model 

DBIC schema, etc.

=item Interface Model 

Model::DBIC::Schema and Action classes.

=item Controller 

Mediation and navigation.

=item ViewPort

View logic and event handling encapsulation.

=item Renderer 

View:: classes, handed viewports.

=back

=head1 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.

=head2 Basic usage

XXX TODO

=head1 SEE ALSO

=over 

=item * L<Reaction::Manual::Cookbook>

=item * L<Reaction::Manual::FAQ>

=back

=head1 AUTHORS

See L<Reaction::Class> for authors.

=head1 LICENSE

See L<Reaction::Class> for the license.

=cut