Author: atsebro
Date: 2008-11-12 11:04:07 -0500 (Wed, 12 Nov 2008)
New Revision: 11117
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
RF-4616: jboss wiki articles links
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-11-12
15:37:31 UTC (rev 11116)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-11-12
16:04:07 UTC (rev 11117)
@@ -16,7 +16,7 @@
for plugging the RichFaces components into a JSF appplication. The
description
relies on a simple JSF with RichFaces application creation process
from
downloading the libraries to running the application in a browser.
The process
- of application creation described here is common and does not depends
on used
+ of application creation described here is common and does not depend
on used
IDE. </para>
<para>See "<ulink
url="http://docs.jboss.org/tools/movies/demos/rich_faces_demo/rich_f...
@@ -33,10 +33,16 @@
JBoss RichFaces Downloads area</ulink> at JBoss community.
Binary files (uploaded there in
<code>*.bin.zip</code> or
<code>*.bin.tar.gz</code> archives)
contains compiled,
- ready-to-use version of RichFaces with set of basic skins.
</para>
- <para>To start with RichFaces in computer file system create
new folder with
+ ready-to-use version of RichFaces with set of basic skins.
+ </para>
+ <para>To start with RichFaces in computer file system create new folder
with
name "RichFaces", download and unzip the archive
with binaries there.
- </para>
+ </para>
+ <para>For those who want to download and compile the RichFaces by
themselfs there is an article
+ at JBoss community that describes the
+ <ulink
url="http://www.jboss.org/community/docs/DOC-11864">RichFaces
repository's structure overview</ulink> and
+ some aspects of working with it.
+ </para>
</section>
<section id="Simple JSF application with RichFaces">
@@ -84,7 +90,7 @@
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
...]]></programlisting>
- <para>Finally the <code>web.xml</code>
should look like the following: </para>
+ <para>Finally the <code>web.xml</code>
should look like this: </para>
<programlisting
role="XML"><![CDATA[<?xml version="1.0"?>
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
@@ -143,7 +149,7 @@
<section id="Managed bean">
<title>Managed bean</title>
- <para>The "RichFaces Greeter" application
need a managed bean. In
+ <para>The "RichFaces Greeter" application
needs a managed bean. In
project <code>JavaSource</code>
folder create a new managed
bean with name <code>user</code> in
<code>demo</code>
package and paste there the following simple
code: </para>