Author: ilya_shaikovsky
Date: 2009-08-27 18:25:39 -0400 (Thu, 27 Aug 2009)
New Revision: 15374
Added:
root/ui/trunk/readme-ui.txt
Modified:
root/examples/trunk/richfaces-demo/readme.txt
Log:
Modified: root/examples/trunk/richfaces-demo/readme.txt
===================================================================
--- root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:18:42 UTC (rev 15373)
+++ root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:25:39 UTC (rev 15374)
@@ -1,6 +1,14 @@
This demo application should be built using Maven 2.1.0
-type "mvn install" in root folder
-deploy to tomcat 6.x or just run using maven on jetty using "mvn
jetty:run-war"
+tomcat6/jetty targetted build:
+1) execute "mvn install" in root application folder(examples/richfaces-demo)
+2) Deploy to tomcat 6.x or just run using maven on jetty using "mvn
jetty:run-war"
-type
http://localhost:8080/richfaces-demo in your browser command line.
\ No newline at end of file
+For JEE5 application server:
+1) execute "mvn install -P jee5" in root application
folder(examples/richfaces-demo)
+2) Deploy to Jboss 4.x or higher or some other jee5 application server.
+3) Do not forget to change the JSF implementation shipped with application server to JSF
2 (latest SNAPSHOT)
+
+To Build both archives execute "mvn install -P release"
+
+Type
http://localhost:8080/richfaces-demo in your browser command line after starting
server.
\ No newline at end of file
Added: root/ui/trunk/readme-ui.txt
===================================================================
--- root/ui/trunk/readme-ui.txt (rev 0)
+++ root/ui/trunk/readme-ui.txt 2009-08-27 22:25:39 UTC (rev 15374)
@@ -0,0 +1,27 @@
+1) Put RichFaces libraries and its dependencies to your application libraries folder:
+ 1.1) richfaces-api
+ 1.2) richfaces-impl
+ 1.3) core-ui
+ 1.4) commons-logging
+ 1.5) commons-beanutils
+
+
+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
+
+4) Add one of the available RichFaces 4 A1 components to your page and try it!
+
+Components Available:
+a4j:ajax
+a4j:commandLink
+a4j:commandButton
+a4j:push
+a4j:mediaOutput
+a4j:status
+a4j:jsFunction
+a4j:log
+a4j:outputPanel
\ No newline at end of file