aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Manual
diff options
context:
space:
mode:
authorphaylon <phaylon@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-02-16 02:58:58 +0000
committerphaylon <phaylon@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-02-16 02:58:58 +0000
commitebc3b5e24e8d1b9a6610c4cb9fa799a5c7377e02 (patch)
tree97e5eeb62fd4e53ec6a77a90a3a65e793901c76c /lib/Reaction/Manual
parentf9b32c83550e273bec97c9be5b63079addd4846b (diff)
downloadreaction-ebc3b5e24e8d1b9a6610c4cb9fa799a5c7377e02.tar.gz
reaction-ebc3b5e24e8d1b9a6610c4cb9fa799a5c7377e02.zip
added a what-is-reaction section to overview
Diffstat (limited to 'lib/Reaction/Manual')
-rw-r--r--lib/Reaction/Manual/Overview.pod33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/Reaction/Manual/Overview.pod b/lib/Reaction/Manual/Overview.pod
index f8748e2..084a89a 100644
--- a/lib/Reaction/Manual/Overview.pod
+++ b/lib/Reaction/Manual/Overview.pod
@@ -7,6 +7,39 @@ Reaction::Manual::Overview - Orientation in Reaction
This document aims at describing the modular parts of L<Reaction> and explain
how they are tied together.
+=head1 WHAT IS REACTION
+
+Reaction is a L<Catalyst> extension providing you with:
+
+=over 4
+
+=item *
+
+Model mutations abstracted into Action objects.
+
+=item *
+
+Reflection to generate interface models using the Action objects from a L<DBIx::Class>
+schema.
+
+=item *
+
+An abstract UI expression system based on L<view|Reaction::UI::View::TT>,
+L<skin|Reaction::UI::Skin>, L<rendering context|Reaction::UI::RenderingContext>,
+L<widget|Reaction::UI::Widget> and L<layout set|Reaction::UI::LayoutSet>.
+
+=item *
+
+Stylable via skins. Parts of the skins can be extended and flexibly from large
+down to very small parts.
+
+=item *
+
+Full separation of interface rendering structure and templating, making re-usable
+extensions even easier.
+
+=back
+
=head1 APPLICATION
A Reaction application is really a L<Catalyst> application under the hood. Reaction