Author: nbelaevski
Date: 2009-08-27 18:46:49 -0400 (Thu, 27 Aug 2009)
New Revision: 15377
Modified:
root/ui/trunk/readme-ui.txt
Log:
Updated readme-ui.txt
Modified: root/ui/trunk/readme-ui.txt
===================================================================
--- root/ui/trunk/readme-ui.txt 2009-08-27 22:30:29 UTC (rev 15376)
+++ root/ui/trunk/readme-ui.txt 2009-08-27 22:46:49 UTC (rev 15377)
@@ -4,16 +4,19 @@
1.3) core-ui
1.4) commons-logging
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
-3) Add RichFaces namespace/taglib declaration to your VDL/JSP pages which will use
RichFaces components
- 3.1) for VDL use
xmlns:a4j="http://richfaces.org/a4j" namespace
- 3.2) for JSP use <%@ taglib
uri="http://richfaces.org/a4j"
prefix="a4j"%> taglib declaration
+3) Add RichFaces namespace/taglib declaration to your Facelets pages which will use
RichFaces components
+ Use
xmlns:a4j="http://richfaces.org/a4j" namespace
-4) Add one of the available RichFaces 4 A1 components to your page and try it!
+4) Add one of the available RichFaces 4.0.A1 components to your page and try it!
Components Available:
a4j:ajax