[richfaces-svn-commits] JBoss Rich Faces SVN: r2382 - trunk/docs/userguide/en/src/main/docbook/modules.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 21 13:59:45 EDT 2007


Author: vkorluzhenko
Date: 2007-08-21 13:59:45 -0400 (Tue, 21 Aug 2007)
New Revision: 2382

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
   trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml
   trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml
Log:
http://jira.jboss.com/jira/browse/RF-622
http://jira.jboss.com/jira/browse/RF-621

Modified: trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml	2007-08-21 17:00:51 UTC (rev 2381)
+++ trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml	2007-08-21 17:59:45 UTC (rev 2382)
@@ -5,8 +5,8 @@
   <title>Web Application Descriptor Parameters</title>
 
   <para>RichFaces doesn&apos;t require any parameters to be defined in your
-  web.xml. But the <property>Ajax4jsf</property> parameters listed below may
-  help with development and may increase the flexibility of Ajax4jsf
+    web.xml. But the <property>RichFaces</property> parameters listed below may
+    help with development and may increase the flexibility of RichFaces
   usage.</para>
 
   <para><table>
@@ -24,7 +24,22 @@
         </thead>
 
         <tbody>
+          
           <row>
+            <entry>org.richfaces.SKIN</entry>
+            
+            <entry>DEFAULT</entry>
+            
+            <entry>Is a name of a skin used in an application. It can be a
+              literal string with a skin name, or the <emphasis
+                ><property>EL</property></emphasis> expression
+              (#{...}) pointed to a <emphasis
+                ><property>String</property></emphasis> property
+              (skin name) or a property of a org.richfaces.framework.skin type.
+              Skin in last case, this instance is used as a current skin</entry>
+          </row>
+          
+          <row>
             <entry>org.ajax4jsf.LOGFILE</entry>
 
             <entry>none</entry>
@@ -46,7 +61,7 @@
             <entry>Is a comma-separated list of custom <emphasis
             ><property>ViewHandler</property></emphasis>
             instances for inserting in chain. Handlers are inserted BEFORE
-            Ajax4jsf viewhandlers in the given order. For example, in facelets
+            RichFaces viewhandlers in the given order. For example, in facelets
             application this parameter must contain
             com.sun.facelets.FaceletViewHandler, instead of declaration in
             faces-config.xml</entry>
@@ -93,22 +108,9 @@
           </row>
 
           <row>
-            <entry>org.ajax4jsf.SKIN</entry>
-
-            <entry>DEFAULT</entry>
-
-            <entry>Is a name of a skin used in an application. It can be a
-            literal string with a skin name, or the <emphasis
-            ><property>EL</property></emphasis> expression
-            (#{...}) pointed to a <emphasis
-            ><property>String</property></emphasis> property
-            (skin name) or a property of a org.ajax4jsf.framework.skin type.
-            Skin in last case, this instance is used as a current skin</entry>
-          </row>
-	  <row>
-              <entry>org.ajax4jsf.COMPRESS_SCRIPT</entry>
+	    <entry>org.ajax4jsf.COMPRESS_SCRIPT</entry>
                    <entry>true</entry>
-                   <entry>This parameter could be used to increase the flexibility of Ajax4jsf usage. It doesn&apos;t allow A4J to reformat JavaScript files (makes it impossible to debug)
+	    <entry>It doesn&apos;t allow framework to reformat JavaScript files (makes it impossible to debug)
               </entry>
           </row>
 

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml	2007-08-21 17:00:51 UTC (rev 2381)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml	2007-08-21 17:59:45 UTC (rev 2382)
@@ -7,22 +7,22 @@
 
       <keyword>JSF</keyword>
 
-      <keyword>Ajax4jsf</keyword>
-      <keyword>AjaxViewHandler</keyword>
+      <keyword>RichFaces</keyword>
+      
     </keywordset>
   </chapterinfo>
 
   <title>Settings for different environments</title>
-  <para>Ajax4jsf comes with support for all tags (components) included in the
-  JavaServer Faces specification. To add Ajax4jsf capabilities to the existing
-  JSF project you should just put the Ajax4jsf libraries into the lib folder of
+  <para>RichFaces comes with support for all tags (components) included in the
+    JavaServer Faces specification. To add RichFaces capabilities to the existing
+    JSF project you should just put the RichFaces libraries into the lib folder of
   the project and add filter mapping. The behavior of the existing project
-  doesn&apos;t change just because of  Ajax4jsf.</para>
+    doesn&apos;t change just because of  RichFaces.</para>
 &wadParams;
 <section id="SunJSFRI">
 <?dbhtml filename="SunJSFRI.html"?>
     <title>Sun JSF RI</title>
-    <para>Ajax4jsf works with any implementation of <property>JSF</property> (both JSF 1.1 and
+  <para>RichFaces works with any implementation of <property>JSF</property> (both JSF 1.1 and
       JSF 1.2) and with most <property>JSF</property> component libraries without any additional settings. 
       For more information look at:</para>
     
@@ -36,13 +36,13 @@
   <section id="ApacheMyFaces">
   <?dbhtml filename="ApacheMyFaces.html"?>
     <title>Apache MyFaces</title>
-    <para>Ajax4jsf works with all <property>Apache MyFaces</property> versions (1.1.1 - 1.1.5)
+    <para>RichFaces works with all <property>Apache MyFaces</property> versions (1.1.1 - 1.1.5)
     including specific libraries like Tomahawk Sandbox and 
     Trinidad (the previous ADF Faces). However, there are some considerations
     to take into account for configuring applications to work with <property>MyFaces</property> and
-    Ajax4jsf.</para>
+    RichFaces.</para>
     <para>There are some problems with different filters defined in
-    the web.xml file clashing. To avoid these problems, the Ajax4jsf filter
+    the web.xml file clashing. To avoid these problems, the RichFaces filter
     must be the first one among other filters in the web.xml configuration
     file.</para>
     <para>For more information look at:<ulink url="http://myfaces.apache.org">http://myfaces.apache.org</ulink></para>
@@ -63,11 +63,11 @@
   <?dbhtml filename="FaceletsSupport.html"?>
     <title>Facelets Support</title>
     <para>A high-level support for <property>Facelets</property> is one of our main support
-    features. When working with Ajax4jsf, there is no difference what release
+    features. When working with RichFaces, there is no difference what release
     of <property>Facelets</property> is used. </para>
     <para>You should also take into account that some JSF frameworks such as <property>Facelets</property> use their own
     ViewHandler and need to have it first in the chain of ViewHandlers and the
-    Ajax4jsf AjaxViewHandler is not an exception. At first Ajax4jsf installs its ViewHandler in any case, so in case of two frameworks, for example Ajax4jsf + Facelets, no changes in settings are required. Although, when more then one framework (except Ajax4jsf) is used, it's possible to use the VIEW_HANDLERS parameter defining these frameworks view handlers according to its usage order in it. 
+    RichFaces AjaxViewHandler is not an exception. At first RichFaces installs its ViewHandler in any case, so in case of two frameworks, for example RichFaces + Facelets, no changes in settings are required. Although, when more then one framework (except RichFaces) is used, it's possible to use the VIEW_HANDLERS parameter defining these frameworks view handlers according to its usage order in it. 
     For example, the
     declaration:</para>
 
@@ -90,8 +90,8 @@
   <section id="JBossSeamSupport">
   <?dbhtml filename="JBossSeamSupport.html"?>
     <title>JBoss Seam Support</title>
-    <para>Ajax4jsf 1.1 now works out-of-the-box with <property>JBoss Seam </property>and Facelets running inside JBoss AS 4.0.4 and higher.
-      There is no more shared JAR files needed. You just have to package the Ajax4jsf library with your application.
+    <para>RichFaces now works out-of-the-box with <property>JBoss Seam </property>and Facelets running inside JBoss AS 4.0.4 and higher.
+      There is no more shared JAR files needed. You just have to package the RichFaces library with your application.
     </para>
     <para>
           Your web.xml still must be like this:
@@ -106,14 +106,14 @@
        <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
    </listener>
 
-   <!--  ajax4jsf -->
+   <!--  richfaces -->
    <filter>
-       <display-name>Ajax4jsf Filter</display-name>
-       <filter-name>ajax4jsf</filter-name>
+       <display-name>RichFaces Filter</display-name>
+       <filter-name>richfaces</filter-name>
        <filter-class>org.ajax4jsf.Filter</filter-class>
    </filter>
    <filter-mapping>
-      <filter-name>ajax4jsf</filter-name>
+      <filter-name>richfaces</filter-name>
       <url-pattern>*.seam</url-pattern>
    </filter-mapping>
 
@@ -169,7 +169,7 @@
     <param-value>true</param-value>
   </context-param>
   <context-param>
-    <param-name>org.ajax4jsf.SKIN</param-name>
+    <param-name>org.richfaces.SKIN</param-name>
     <param-value>DEFAULT</param-value>
   </context-param>
   
@@ -194,7 +194,8 @@
   </section>
   <section id="Portlet Support">
     <title>Portlet Support</title>
-    <para><property>Portlets</property> have support since version Ajax4jsf 1.1.1. Provide your feedback on compatible with Ajax4jsf if you face some problems.</para>
+    <para><property>Portlets</property> have support since version Ajax4jsf 1.1.1. This support is improved in Richfaces 3.1.0. 
+      Provide your feedback on compatible with RichFaces if you face some problems.</para>
   </section>
   <section id="Sybase EAServer">
     <title>Sybase EAServer</title>
@@ -227,9 +228,9 @@
   </section>
   <section id="DownloadingAjax4jsf">
   <?dbhtml filename="DownloadingAjax4jsf.html" ?>
-    <title>Downloading Ajax4jsf</title>
-    <para>The latest release of <property>Ajax4jsf</property> is available for download at:<simplelist><member><ulink url="http://labs.jboss.com/portal/jbossajax4jsf/downloads">http://labs.jboss.com/portal/jbossajax4jsf/downloads</ulink></member></simplelist>
-    in the <property>Ajax4jsf</property> project area under JBoss.</para>
+    <title>Downloading RichFaces 3.1.0</title>
+    <para>The latest release of <property>RichFaces</property> is available for download at:<simplelist><member><ulink url="http://labs.jboss.com/jbossrichfaces/downloads">http://labs.jboss.com/jbossrichfaces/downloads</ulink></member></simplelist>
+    in the <property>RichFaces</property> project area under JBoss.</para>
   </section>
   <section id="Installation">
   <?dbhtml filename="Installation.html" ?>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml	2007-08-21 17:00:51 UTC (rev 2381)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml	2007-08-21 17:59:45 UTC (rev 2382)
@@ -10,7 +10,7 @@
 
       <keyword>JavaServer Faces</keyword>
 
-      <keyword>Ajax4jsf</keyword>
+      <keyword>RichFaces</keyword>
 
       <keyword>JSF</keyword>
 
@@ -52,7 +52,7 @@
   to be compatible with the widest possible variety of environments.</para>
 
   <para>This is what you need to start working with
-  <property>RichFaces 3.1</property>:</para>
+  <property>RichFaces 3.1.0</property>:</para>
 
   <itemizedlist>
     <listitem>Java</listitem>
@@ -63,7 +63,7 @@
 
     <listitem>Browser (on client side)</listitem>
 
-    <listitem>Ajax4jsf framework</listitem>
+    <listitem>Richfaces framework</listitem>
   </itemizedlist>
 
   <section id="SupportedJavaVersions">




More information about the richfaces-svn-commits mailing list