Author: atsebro
Date: 2008-12-05 10:45:52 -0500 (Fri, 05 Dec 2008)
New Revision: 11586
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
RF-2063: outside information resources
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-12-05
15:38:49 UTC (rev 11585)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-12-05
15:45:52 UTC (rev 11586)
@@ -18,12 +18,7 @@
downloading the libraries to running the application in a browser.
The process
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...
- > RichFaces Toolkit for developing Web
application</ulink>"
- video tutorial for benefits that gives the JBoss Developer Studio for
developing
- applications using RichFaces. </para>
-
+
<section id="DownloadingRichFaces">
<?dbhtml filename="DownloadingRichFaces.html" ?>
@@ -45,7 +40,7 @@
</para>
</section>
- <section id="Simple JSF application with RichFaces">
+ <section id="SimpleJSFapplicationwithRichFaces">
<?dbhtml filename="Installation.html" ?>
<title>Simple JSF application with RichFaces</title>
<para> "RichFaces Greeter"—the simple application—is
hello-world like
@@ -55,7 +50,7 @@
<para> Create standard JSF 1.2 project with all necessary
libraries; name the project
"Greeter" and follow the decription. </para>
- <section id="Adding RichFaces libraries into the
project">
+ <section
id="AddingRichFaceslibrariesintotheproject">
<title>Adding RichFaces libraries into the
project</title>
<para>Pass to the folder with unzipped earlier
RichFaces binary files
and open <code>lib</code> folder.
This folder contains three
@@ -65,7 +60,7 @@
of "Greeter" JSF application.
</para>
</section>
- <section id="Registering RichFaces in web.xml">
+ <section id="RegisteringRichFacesinwebxml">
<title>Registering RichFaces in
web.xml</title>
<para> After RichFaces libraries where added into the
project it is
necessary to register them in project
<code>web.xml</code>
@@ -147,7 +142,7 @@
</web-app>]]></programlisting>
</section>
- <section id="Managed bean">
+ <section id="Managedbean">
<title>Managed bean</title>
<para>The "RichFaces Greeter" application
needs a managed bean. In
project <code>JavaSource</code>
folder create a new managed
@@ -166,7 +161,7 @@
}</programlisting>
</section>
- <section id="Registering bean in faces-cofig.xml">
+ <section id="Registeringbeaninfacescofig">
<title>Registering bean in
faces-cofig.xml</title>
<para>With the next step the
<code>user</code> bean should be
registered in
<code>faces-config.xml</code> file: </para>
@@ -191,7 +186,7 @@
]]></programlisting>
</section>
- <section id="RichFaces Greeter index.jsp">
+ <section id="RichFacesGreeterindex">
<title>RichFaces Greeter index.jsp</title>
<para> The "RichFaces Greeter" application
has only one JSP page.
Create <code>index.jsp</code> page in
root of <code>WEB
@@ -250,11 +245,40 @@
<mediaobject>
<imageobject>
<imagedata
- fileref="images/RichFaces
Greeter.png"
+
fileref="images/GettingStarted_RFGreeterApp.png"
/>
</imageobject>
</mediaobject>
</figure>
</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_st...
Developer Studio</ulink> comes with a tight integration with RichFaces component
framework.
+ Following links might be useful for those who already use this IDE and
RichFaces for developing applications and those who wish to improve their development
process:</para>
+ <itemizedlist>
+ <listitem>
+ <para>"<ulink
url="http://download.jboss.org/jbosstools/nightly-docs/en/GettingSta...
Components</ulink>" chapter
+ in "Getting Started with JBoss Developer Studio
Guide" describes how to add RichFaces components into a CRUD application;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ "<ulink
url="http://download.jboss.org/jbosstools/nightly-docs/en/jsf/html/p...
Tools Palette</ulink>" chapter in "Visual Web Tools Reference
Guide"
+ describes advantages that gives Tools Pallete (comes together
with JBDS) for quick and easy pages creation processs including RichFaces applications;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ "<ulink
url="http://docs.jboss.org/tools/movies/demos/rich_faces_demo/rich_f...
Toolkit for developing Web application</ulink>" video tutorial
+ demonstrates some aspects of interaction with JBoss Developer
Studio while working with RichFaces.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>Read also the <ulink
url="http://mkblog.exadel.com/?p=110">quick overview</ulink> to
"Practical RichFaces " book by Max Katz at his blog.</para>
+ </section>
+
</chapter>