Author: jbalunas(a)redhat.com
Date: 2009-08-27 20:57:22 -0400 (Thu, 27 Aug 2009)
New Revision: 15384
Modified:
root/readme-ui.txt
Log:
Updated license, formatting, and some basic fixes
Modified: root/readme-ui.txt
===================================================================
--- root/readme-ui.txt 2009-08-28 00:39:31 UTC (rev 15383)
+++ root/readme-ui.txt 2009-08-28 00:57:22 UTC (rev 15384)
@@ -1,4 +1,13 @@
-1) Put RichFaces libraries and its dependencies to your application libraries folder:
+RichFaces - Ajax enabled JSF 2.0 component library
+=========================================================
+Version 4.0.0.ALPHA1
+
+This software is distributed under the terms of the FSF Lesser Gnu Public License (see
lgpl.txt).
+
+Getting up and running quickly
+-------------------------------
+
+1) Put RichFaces libraries and its dependencies in your application libraries folder:
1.1) richfaces-api
1.2) richfaces-impl
1.3) core-ui
@@ -6,19 +15,18 @@
1.5) commons-beanutils
1.6) slf4j-api
1.7) slf4j-log4j12 (or whatever else - select the implementation according to logging
framework that you use)
-
- JBoss Cache is recommended for optimal performance.
-
2) As opposed to the previous 3.x.y versions of RichFaces, no special configuration steps
are necessary.
-You don't need to modify web.xml/faces-config.xml
+You don't need to modify web.xml or faces-config.xml
-3) Add RichFaces namespace/taglib declaration to your Facelets pages which will use
RichFaces components
+3) Add RichFaces namespace/taglib declaration to your VDL/XHTML pages which will use
RichFaces components
Use
xmlns:a4j="http://richfaces.org/a4j" namespace
-4) Add one of the available RichFaces 4.0.A1 components to your page and try it!
-
-Components Available:
+4) Add one of the available RichFaces 4.0.A1 components to your page and try it!
+ 4.1) Take a look at the RichFaces examples distribution for assistance with
usage.
+
+Available Components
+---------------------------------
a4j:ajax
a4j:commandLink
a4j:commandButton
@@ -27,4 +35,9 @@
a4j:status
a4j:jsFunction
a4j:log
-a4j:outputPanel
\ No newline at end of file
+a4j:outputPanel
+
+Learn more
+----------
+RichFaces Project -
http://www.jboss.org/richfaces
+RichFaces 4.0 Wiki -
http://www.jboss.org/community/wiki/RichFaces40Planning
\ No newline at end of file