Here is a super easy way to start with RichFaces. Download the template below, it comes with the latest version of JSF and RichFaces, completely configured and ready to use.
I’m assuming you already have working JBoss Developer Studio or JBoss Tools with Tomcat server.
- Download richfaces-template.zip and unzip
- In JBoss Developer Studio or JBoss Tools, select File/Import/Other/JSF Project
- Browse to web.xml file in the template, select OK
- Click Next
- Accept all default values.
- Click Finish
- Run the application, http://localhost:8080/richfaces-template . You should see a start page with a message
You are ready to use RichFaces!
If there is a new version of JSF or RichFaces, just replace the following files with new files:
JSF
jsf-api.jar
jsf-impl.jar
RichFaces
richfaces-api-3.2.x.jar
richfaces-impl-3.2.x.jar
richfaces-ui=3.2.x.jar
Leave a comment