Author: buildbot
Date: Thu Feb 13 22:27:51 2014
New Revision: 897827
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/jsf.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 13 22:27:51 2014
@@ -1 +1 @@
-1568066
+1568069
Modified: websites/staging/deltaspike/trunk/content/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/jsf.html Thu Feb 13 22:27:51 2014
@@ -80,7 +80,7 @@
</div>
<div class="toc">
<ul>
-<li><a href="#multi-window-handling-todo">Multi-Window Handling (TODO)</a><ul>
+<li><a href="#multi-window-handling">Multi-Window Handling</a><ul>
<li><a href="#intro">Intro</a><ul>
<li><a href="#historic-considerations">Historic Considerations</a></li>
<li><a href="#how-jsf-2-changed-the-world">How JSF-2 changed the world</a></li>
@@ -120,6 +120,7 @@
<li><a href="#based-scopes">Based Scopes</a></li>
</ul>
</li>
+<li><a href="#scopes-todo">Scopes (TODO)</a></li>
<li><a href="#type-safe-view-configs">Type-safe View-Configs</a><ul>
<li><a href="#intro_1">Intro</a></li>
<li><a href="#motivation">Motivation</a></li>
@@ -169,12 +170,20 @@
<li><a href="#sub-conversation-groups">Sub-Conversation-Groups</a></li>
</ul>
</li>
+<li><a href="#jsf-managedbean-to-cdi-mapping-todo">JSF ManagedBean to CDI
mapping (TODO)</a></li>
+<li><a href="#converter-validator-injection-todo">Converter & Validator
Injection (TODO)</a></li>
+<li><a href="#event-broadcasting-todo">Event broadcasting (TODO)</a><ul>
+<li><a href="#beforejsfrequest-afterjsfrequest">BeforeJsfRequest /
AfterJsfRequest</a></li>
+<li><a href="#beforephase-afterphase">BeforePhase / AfterPhase</a></li>
+<li><a href="#jsf-systemevent">JSF' SystemEvent</a></li>
+</ul>
+</li>
<li><a href="#support-of-ear-deployments">Support of EAR deployments</a></li>
<li><a href="#hints">Hints</a></li>
</ul>
</div>
<hr />
-<h1 id="multi-window-handling-todo">Multi-Window Handling (TODO)</h1>
+<h1 id="multi-window-handling">Multi-Window Handling</h1>
<h2 id="intro">Intro</h2>
<h3 id="historic-considerations">Historic Considerations</h3>
<p>Until the end of the 1990s web browsers are usually single threaded and
only had one window. But in the last years browsers supporting multiple windows
or even tab became the standard. Since those days lots of efforts went into
uniquely identifying a single browser window on the server side. Sadly browser
windows still lack of a native windowId, thus maintaining web application data
in @SessionScoped backing beans is still used in most of the cases. </p>
@@ -313,6 +322,13 @@ The best way, to apply it for all views,
<li>@ViewAccessScoped</li>
<li>@GroupedConversationScoped</li>
</ul>
+<h1 id="scopes-todo">Scopes (TODO)</h1>
+<ul>
+<li>@WindowScoped</li>
+<li>@ViewAccessScoped</li>
+<li>@GroupedConversationScoped</li>
+<li>@ViewScoped</li>
+</ul>
<h1 id="type-safe-view-configs">Type-safe View-Configs</h1>
<h2 id="intro_1">Intro</h2>
<p>Type-safe view-configs are static configs which can be used in combination
with every view-technology which is based on Java.
@@ -1228,6 +1244,12 @@ A sub-group is just a class or an interf
<p>In the listing above all beans which implement the Wizard interface will be
closed as soon as you close the ImplicitSubGroup.</p>
+<h1 id="jsf-managedbean-to-cdi-mapping-todo">JSF ManagedBean to CDI mapping
(TODO)</h1>
+<h1 id="converter-validator-injection-todo">Converter & Validator
Injection (TODO)</h1>
+<h1 id="event-broadcasting-todo">Event broadcasting (TODO)</h1>
+<h2 id="beforejsfrequest-afterjsfrequest">BeforeJsfRequest /
AfterJsfRequest</h2>
+<h2 id="beforephase-afterphase">BeforePhase / AfterPhase</h2>
+<h2 id="jsf-systemevent">JSF' SystemEvent</h2>
<h1 id="support-of-ear-deployments">Support of EAR deployments</h1>
<p>Before using features described by this page, please ensure that you are
aware of <a
href="https://issues.apache.org/jira/browse/DELTASPIKE-335">DELTASPIKE-335</a>
and the corresponding impact.</p>
<h1 id="hints">Hints</h1>