From richfaces-svn-commits at lists.jboss.org Fri Jul 10 14:32:21 2009
Content-Type: multipart/mixed; boundary="===============3095800237385242851=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14899 -
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/modules.
Date: Fri, 10 Jul 2009 14:15:12 -0400
Message-ID: <200907101815.n6AIFCBO022483@svn01.web.mwc.hst.phx2.redhat.com>
--===============3095800237385242851==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: msorokin
Date: 2009-07-10 14:15:12 -0400 (Fri, 10 Jul 2009)
New Revision: 14899
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/=
modules/overview.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768
page flow section is updated
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/d=
ocbook/modules/overview.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook=
/modules/overview.xml 2009-07-10 18:14:34 UTC (rev 14898)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook=
/modules/overview.xml 2009-07-10 18:15:12 UTC (rev 14899)
@@ -11,8 +11,17 @@
Page flows
- Work in progress...
+ =
+ The page flow of the application is illustrated on the diagram.
+
+ Page Flow diagram
+
+
+
+
+
+ Page flows: implementation details
=
@@ -40,7 +49,52 @@
When all fields are filled out with correct values the <=
code>register(user) is triggered and a new user is set.
=
-
+
+ Navigation Between Pages
+
+ Technically, user do not browse between pages of the application: every =
content page is included into the content area of index.xhtml =
file.
+
+
+
+
+...]]> =
+
+ =
+ The NavigationEnum class encapsulated all poss=
ible states, that can be applied to content area ("mainArea") on=
the page.
+ =
+
+ =
+ =
+
+ =
+ This class specifies which file is included depending on som=
e user action. =
+ The template to be loaded is identified according to some co=
ndition in a Controller (Controllor.java) method and is saved =
to the Model (Model.java). During index.xhtml pag=
e rendering the value is taken from the Model to define what should be rend=
ered to the page.
+
+
=
@@ -58,11 +112,12 @@
-
+
+
=
--===============3095800237385242851==--