Author: vkukharchuk
Date: 2007-08-15 09:00:50 -0400 (Wed, 15 Aug 2007)
New Revision: 2266
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/ajaxListener.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/htmlCommandLink.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/include.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/keepAlive.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/loadBundle.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/loadScript.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/loadStyle.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/push.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/repeat.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml
trunk/docs/ajaxguide/en/src/main/docbook/included/support.xml
trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-597
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -88,8 +88,11 @@
<section>
<title>Relevant resources links</title>
- <para>More information can be found on the <ulink
-
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ <para>More information can be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Ajax4JSF Users Forum</ulink>.</para>
+ <para>
+ To see how component works on practice, look at a4j-actionparam example from
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/actionparam...
Live Demo</ulink>.
+ </para>
</section>
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/ajaxListener.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/ajaxListener.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/ajaxListener.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -103,5 +103,14 @@
}
]]></programlisting>
</section>
-
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/ajaxListene....
+ </ulink>
+ </para>
+ </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/commandButton.xml 2007-08-15
12:23:18 UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/commandButton.xml 2007-08-15
13:00:50 UTC (rev 2266)
@@ -60,4 +60,12 @@
<para>Common JSF navigation could be performed after an AJAX submit and partial
rendering, but Navigation Case must be defined as <emphasis
role="bold"><property><redirect/></property></emphasis>
in order to avoid problems with some browsers.</para>
<para>As any Ajax4jsf component sending AJAX requests and processing server
responses <emphasis
role="bold"><property><a4j:commandButton></property></emphasis>
has all attributes described above (see <emphasis
role="bold"><property><a4j:support></property></emphasis>
chapter) that provide the required behavior of requests sending (delay, limitation of
submit area and rendering, and etc.)</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandButt....
+ </ulink>
+ </para>
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/commandLink.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/commandLink.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -69,4 +69,14 @@
<para>Common JSF navigation could be performed after AJAX submit and partial
rendering, but Navigation Case must be defined as <emphasis
role="bold"><property><redirect/></property></emphasis>
in order to avoid problems with some browsers.</para>
<para>As any Ajax4jsf component sending AJAX requests and processing server
responses <emphasis
role="bold"><property><a4j:commandLink></property></emphasis>
has all attributes described above (see <emphasis
role="bold"><property><a4j:support></property></emphasis>
chapter) that provide the required behavior of requests sending (delay, limitation of
submit area and rendering, etc.)</para>
</section>
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandLink....
+ </ulink>
+ </para>
+ </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -84,4 +84,12 @@
<property><a4j:support></property>
</emphasis>.</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/form.jsf?c=....
+ </ulink>
+ </para>
+ </section>
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-08-15
12:23:18 UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-08-15
13:00:50 UTC (rev 2266)
@@ -76,4 +76,13 @@
<property><h:commandLink></property>
</emphasis>, but here hidden fields required for correct functionality are
rendered before the first downloading of a page, though it doesn't happen if its
attribute isn't set to "false".</para>
</section>
+ <!--
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/htmlCommand....
+ </ulink>
+ </para>
+ </section> -->
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/include.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/include.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -97,6 +97,8 @@
<title>Relevant resources links</title>
<para>
Some additional information can be found on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.</ulink>
- </para>
+ </para><!--
+ To see how component works on practice, look at a4j-include example from
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/include.jsf...
Live Demo</ulink>. -->
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/jsFunction.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/jsFunction.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -116,6 +116,6 @@
<para> To see how <emphasis role="bold">
<property><a4j:jsFunction></property>
</emphasis> works on practice, look at a4j-jsFunction example from <ulink
-
url="http://labs.jboss.com/jbossajax4jsf/demo/index.html">he...
+
url="http://livedemo.exadel.com/richfaces-demo/richfaces/jsFunction....
</section>
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/keepAlive.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/keepAlive.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -84,7 +84,7 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of components can be found <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&....
+ Some additional information about usage of component can be found <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&....
</ulink>
</para>
</section>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/loadBundle.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/loadBundle.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/loadBundle.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -82,4 +82,12 @@
</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/bundle.jsf?....
+ </ulink>
+ </para>
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/loadScript.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/loadScript.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -68,4 +68,14 @@
page while using <property>facelets templates</property> .
</para>
</section>
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/script.jsf?....
+ </ulink>
+ </para>
+ </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/loadStyle.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/loadStyle.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -68,5 +68,13 @@
page while using <property>facelets templates</property> .
</para>
</section>
-
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/log.jsf?c=l....
+ </ulink>
+ </para>
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-08-15 12:23:18 UTC (rev
2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-08-15 13:00:50 UTC (rev
2266)
@@ -69,4 +69,13 @@
<para><emphasis
role="bold"><a4j:log></emphasis> is getting renewed
automatically after execution of ajax requests. Don't renew <emphasis
role="bold"><a4j:log></emphasis> by using
reRender!</para>
</note>
</section>
+ <!--
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/log.jsf?c=l....
+ </ulink>
+ </para>
+ </section> -->
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -96,4 +96,13 @@
</note>
<para>Hence, when using the component it's possible to output user data of
any type on a page with AJAX requests.</para>
</section>
+ <!--
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/mediaOutput....
+ </ulink>
+ </para>
+ </section> -->
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml 2007-08-15 12:23:18
UTC (rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/outputPanel.xml 2007-08-15 13:00:50
UTC (rev 2266)
@@ -130,7 +130,11 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...;.
+ Some additional information about usage of component can be found
+ <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...;.
+ <!--
+ To see how component works on practice, look at a4j-outputPanel example from
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/outputPanel...
Live Demo</ulink>. -->
</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -93,7 +93,13 @@
<member>
<ulink
url="http://webdownload.exadel.com/downloads/ajax4jsf/documentation/...;.
</member>
- </para>
+ </para>
+ <!--
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/page.jsf?c=....
+ </ulink>
+ </para> -->
</section>
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -85,6 +85,11 @@
The aditional information about component usage you can find here:<ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
</ulink>
</para>
+
+ <para>
+ To see how component works on practice, look at a4j-poll example from
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/poll.jsf?c=...
Live Demo</ulink>.
+ </para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/push.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/push.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -61,7 +61,9 @@
'interval' - Interval (in ms) for call push requests. Default value 1000 (1
sec).
<!-- If "0" a connection is permanent. Also user can set different value for
parameter 'timeout'. -->
</para>
+<para>
Code for registration of listener:
+</para>
<programlisting role="JAVA"><![CDATA[
public void addListener(EventListener listener) {
synchronized (listener) {
@@ -70,16 +72,26 @@
}
]]></programlisting>
-
+<para>
Component can get message using current code:
+</para>
<programlisting role="JAVA"><![CDATA[
System.out.println("event occurs");
synchronized (listener) {
listener.onEvent(new EventObject(this));
}
]]></programlisting>
-
+<para>
Thus, component 'push' uses asynchronous model instead of polls.
-
+</para>
</section>
+ <!--
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/push.jsf?c=....
+ </ulink>
+ </para>
+ </section> -->
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -117,4 +117,12 @@
region and encode performance time is reduced. This optimization doesn't
allow data update out of the
region and should be implemented very carefully. The data out of the region
described with "renderRegionOnly"="false" is updated
successfully.</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/region.jsf?....
+ </ulink>
+ </para>
+ </section>
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/repeat.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/repeat.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -115,4 +115,13 @@
<property><ui:repeat></property>
</emphasis>) and are used in the same way.</para>
</section>
+ <!--
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/repeat.jsf?....
+ </ulink>
+ </para>
+ </section> -->
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -116,4 +116,12 @@
</emphasis>
attribute from "incline"(default) to
"block".</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?....
+ </ulink>
+ </para>
+ </section>
</chapter>
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/support.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/support.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -151,4 +151,13 @@
</listitem>
</itemizedlist>
</section>
+
+ <section>
+ <title>Relevant resources links</title>
+ <para>
+ Some additional information about usage of component can be found
+ <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/support.jsf....
+ </ulink>
+ </para>
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-08-15 12:23:18 UTC
(rev 2265)
+++ trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-08-15 13:00:50 UTC
(rev 2266)
@@ -287,7 +287,7 @@
<?dbhtml filename="SeveralStatusOnPage.html"?>
<title>Can I have several <a4j:status> components on one
page?</title>
<para>Yes, you can. More information about this problem could be found on
the <ulink
-
url="http://livedemo.exadel.com/a4j-status/">JBoss Ajax4jsf
Online Demos</ulink>.
+
url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?...
RichFaces Online Demos</ulink>.
</para>
</section>
@@ -309,9 +309,14 @@
<title>How to reRender only particular row(s) of dataTable?</title>
<para> If you use dataTable then you may use ajaxKeys attribute to bind the
rowKeys to be
reRendered there. After you need to point reRender on the whole table and
only specified
- rows will be reRedered. Also the example of usage of <emphasis
role="bold"
+ rows will be reRedered.
+ <!--
+ Also the example of usage of <emphasis role="bold"
<a4j:repeat></emphasis> component are available
<ulink
-
url="http://livedemo.exadel.com/a4j-repeat/">here</ulink&...
+
url="http://livedemo.exadel.com/richfaces-demo/richfaces/repeat.jsf?...;.
+ -->
+ </para>
+
</section>