[jboss-cvs] JBossAS SVN: r95735 - projects/docs/enterprise/5.0/RichFaces/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 29 05:14:39 EDT 2009


Author: laubai
Date: 2009-10-29 05:14:39 -0400 (Thu, 29 Oct 2009)
New Revision: 95735

Modified:
   projects/docs/enterprise/5.0/RichFaces/en-US/Getting_Started.xml
   projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml
Log:
Added changes as mentioned in JBPAPP-2980.

Modified: projects/docs/enterprise/5.0/RichFaces/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/5.0/RichFaces/en-US/Getting_Started.xml	2009-10-29 09:03:11 UTC (rev 95734)
+++ projects/docs/enterprise/5.0/RichFaces/en-US/Getting_Started.xml	2009-10-29 09:14:39 UTC (rev 95735)
@@ -7,12 +7,12 @@
           <para>This chapter tells you how to plug RichFaces components into a JSF application. The instructions are based on a simple <emphasis>JSF with RichFaces</emphasis> creation process, from downloading the required libraries to running the application in a browser. These instructions do not depend on the integrated development environment that is in use.</para>
                  
 
-          <section id="DownloadingRichFaces">
+          <!--<section id="DownloadingRichFaces">
                     <title>Downloading the RichFaces Framework</title>
 		    <para>You can download the latest release of RichFaces from the <ulink url="http://labs.jboss.com/jbossrichfaces/downloads">JBoss RichFaces Downloads area</ulink> at the JBoss community web site.  The binary files (<filename>*.bin.zip</filename> or <filename>*.bin.tar.gz</filename> archives) contain a compiled, ready-to-use version of RichFaces with a set of basic skins.</para>
 		    <para>Create a new directory named <literal>RichFaces</literal>. Download unzip the archive to this directory.</para>
 		    <para>If you want to download and compile RichFaces yourself, you can read an article about the RichFaces Repository Structure and some aspects of working with it here: <ulink url="http://www.jboss.org/community/docs/DOC-11864">http://www.jboss.org/community/docs/DOC-11864</ulink>.</para>
-          </section>
+          </section>-->
 
           <section id="SimpleJSFapplicationwithRichFaces">
                     <title>Simple JSF application with RichFaces</title>
@@ -229,7 +229,7 @@
                     </section>
           </section>
           
-          <section>
+          <!--<section>
                     <title>Integration of RichFaces into Maven Project</title>
                     <para>This section tells you how to create a simple JSF with RichFaces application using Maven.</para>
                     <para>First, ensure that Maven is installed on your local machine. This JSF application will run on the Apache Tomcat 6.0 server &#8212; download and install this if you have not done so already.</para>                    
@@ -420,7 +420,7 @@
 
                     <para>You can build this project for the Eclipse IDE with the following command: <code>mvn eclipse:eclipse -Dwtpversion=2.0</code></para>
                     
-                    <para>Once the project is built, you can import it into Eclipse. Then, open <filename>jsf-app/src/main/webapp/WEB-INF/web.xml</filename> to configure it according to the listing under <!--#retag--><xref linkend="RegisteringRichFacesinwebxml" />.</para>                    
+                    <para>Once the project is built, you can import it into Eclipse. Then, open <filename>jsf-app/src/main/webapp/WEB-INF/web.xml</filename> to configure it according to the listing under <xref linkend="RegisteringRichFacesinwebxml" />.</para>                    
                     <para>The project is now configured and now you can start using RichFaces. Open <filename>jsf-app/src/main/webapp/pages/index.jsp</filename> and add the following tag library declaration.</para>
                     <programlisting role="XML">...
 &lt;%@ taglib uri="http://richfaces.org/rich" prefix="rich"%&gt;
@@ -445,15 +445,15 @@
 ...</programlisting> 
                     
                     <para>You can now run the application on the Tomcat server and open it in your preferred browser by pointing the browser to <literal>http://localhost:8080/jsf-app/</literal>.</para>
-          </section>
+          </section>-->
           
           
 <!-- RELEVANT RESOURCES LINKS -->
       
       <section id="RelevantResourcesLinks">
             <title>Relevant Resources Links</title>
-            <para><ulink url="https://www.redhat.com/apps/store/developers/jboss_developer_studio.html">JBoss Developer Studio</ulink> includes tight integration with the RichFaces component framework. The following links might be useful for those who already use this IDE and RichFaces to develop applications, and for those who wish to improve their development process.</para>
-            <itemizedlist>
+            <para><ulink url="https://www.redhat.com/apps/store/developers/jboss_developer_studio.html">JBoss Developer Studio</ulink> includes tight integration with the RichFaces component framework. <!--The following links might be useful for those who already use this IDE and RichFaces to develop applications, and for those who wish to improve their development process.--></para>
+            <!--<itemizedlist>
                   <listitem>
                      
                         <para>The <ulink url="http://download.jboss.org/jbosstools/nightly-docs/en/GettingStartedGuide/html/first_seam.html#rich_components">Rich Components</ulink> chapter in the <citetitle>Getting Started with JBoss Developer Studio Guide</citetitle> describes how to add RichFaces components to a CRUD application.
@@ -475,7 +475,7 @@
 			<para><ulink url="http://www.jboss.org/community/docs/DOC-13446">RichFaces Release Procedure</ulink> describes how RichFaces release builds are made.
 			</para>
 		  </listitem>
-            </itemizedlist>
-            <para>We also recommend reading the <ulink url="http://mkblog.exadel.com/?p=110">quick overview</ulink> of <citetitle>Practical RichFaces</citetitle> by Max Katz at his blog.</para>
+            </itemizedlist>-->
+            <!--<para>We also recommend reading the <ulink url="http://mkblog.exadel.com/?p=110">quick overview</ulink> of <citetitle>Practical RichFaces</citetitle> by Max Katz at his blog.</para>-->
       </section>
 </chapter>

Modified: projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml
===================================================================
--- projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml	2009-10-29 09:03:11 UTC (rev 95734)
+++ projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml	2009-10-29 09:14:39 UTC (rev 95735)
@@ -225,7 +225,7 @@
           </section>
           <section id="JBossSeamSupport">
                    <title>JBoss Seam Support</title>
-                    <para>RichFaces is compatible with <application>JBoss Seam</application> and Facelets when run within JBoss Application Server (JBoss AS) 4.0.4 and higher. No additional JARs are required. All you need to do is package the RichFaces library with your application.</para>
+                    <para>RichFaces is compatible with <application>JBoss Seam</application> and Facelets when run within JBoss Enterprise Application Server. No additional JARs are required. All you need to do is package the RichFaces library with your application.</para>
                     
 		    <para>For <application>Seam 1.2</application>, your <filename>web.xml</filename> must be as follows:</para>
                     <programlisting role="XML">
@@ -369,15 +369,15 @@
 &lt;/web-app&gt;
 		    </programlisting>
 
-                    <para>There is one limitation to using Seam with MyFaces. See <xref linkend="ApacheMyFaces" /> for details.</para>
-                    <para>You can find detailed information about integrating RichFaces and Trinidad and hiding the <literal>.seam</literal> suffix in URLs in the <ulink url="http://wiki.jboss.org/auth/wiki/RichFacesWithTrinidad">RichFaces Cookbook article</ulink>.</para>
+                    <!--<para>There is one limitation to using Seam with MyFaces. See <xref linkend="ApacheMyFaces" /> for details.</para>
+                    <para>You can find detailed information about integrating RichFaces and Trinidad and hiding the <literal>.seam</literal> suffix in URLs in the <ulink url="http://wiki.jboss.org/auth/wiki/RichFacesWithTrinidad">RichFaces Cookbook article</ulink>.</para>-->
           </section>
-          <section id="PortletSupport">
+          <!--<section id="PortletSupport">
                     <title>Portlet Support</title>
                     <para>
 		      <application>JBoss Portlets</application> has been supported since <application>Ajax4jsf 1.1.1</application>, and its support has been improved in RichFaces 3.2.1. If you experience any difficulty, send us your feedback.</para>
-          </section>
-          <section id="SybaseEAServer">
+          </section>-->
+          <!--<section id="SybaseEAServer">
                     <title>Sybase EAServer</title>
                     <para>There is one change required to use EAServer. EAServer calls Servlet <literal>init()</literal> before <literal>ServletContextInitializer</literal>. (This is part of the Servlet 2.3 specification, not an EAServer bug.) You must change the value of <literal>load-on-startup</literal> for the Faces Servlet to <literal>0</literal> in <filename>web.xml</filename>: </para>
 
@@ -402,5 +402,5 @@
 &lt;/imported-shared-libraries&gt;
 ...</programlisting>
                     
-          </section>
+          </section>-->
 </chapter>




More information about the jboss-cvs-commits mailing list