Author: artdaw
Date: 2008-02-14 11:19:41 -0500 (Thu, 14 Feb 2008)
New Revision: 6088
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-2146 - FAQ is updated according to JBoss forum
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-02-14 16:17:11 UTC (rev
6087)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-02-14 16:19:41 UTC (rev
6088)
@@ -7,13 +7,37 @@
</keywordset>
</sectioninfo>
<title>FAQ</title>
-
<section>
+ <?dbhtml
filename="WherecouldIfindadditionalinformationonRichFaces.html"?>
+ <title>Where could I find additional information on
RichFaces?</title>
+ <para>
+ Most important links for RichFaces can be found <ulink
+
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
+ >here</ulink>.
+ </para>
+ </section>
+ <section>
<?dbhtml
filename="Wherearebinary/sourcedistributionforRichFacesrelease.html"?>
<title>Where are binary/source distribution for
RichFaces?</title>
- <para> Most important links for RichFaces can be found <ulink
-
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
- >here</ulink>.</para>
+ <para>
+ <!-- RichFaces are built using CDK (Component Development Kit).
+ CDK generates the library based on the meta-data, component
templates and hand-written java classes.
+ What you see in the richfaces-ui-3.1.0-src.zip is a truly source,
i.e. a source for CDK.
+ To the debug purpose, you need the source code that is generated
by CDK before it is compiled into the binary.
+ -->
+ There are two places where you can find binary/source
distribution:
+ <itemizedlist>
+ <listitem>
+ JBoss RichFaces Downloads area which can be found
<ulink
url="http://labs.jboss.com/jbossrichfaces/downloads/">here&l...;.
+ Source distribution you can see in the
<property>richfaces-ui-3.1.0-src.zip</property>.
+ Binary stored in
<property>richfaces-ui-3.1.0-bin.zip</property>
+ </listitem>
+ <listitem>
+ If you use Maven, Maven knows the place where all
distributions are stored.
+ Actual links to the Maven repository can be found
<ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
+ </listitem>
+ </itemizedlist>
+ </para>
</section>
<section>