Background
Configure the latest version of Eclipse to use the latest version of RichFaces.
Problem
After reading various sources and following scores of steps, I have not been able to create a RichFaces page using the latest version of Eclipse and RichFaces.
Resources
- http://www.giantflyingsaucer.com/blog/?p=723
- http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/GettingStarted.html
- Getting started with JSF - Richfaces on Eclipse
- Practical RichFaces
Questions
Where can I find up-to-date documentation for a working and comprehensive example of creating a simple RichFaces page using the latest version of Eclipse and RichFaces? The documentation must include:
- How to install Eclipse
- How to install RichFaces for Eclipse
- How to create a simple web page that uses RichFaces
- How to deploy that web page to an instance of Apache Tomcat
JBoss is an option, but I cannot find a complete and working example of how to install RichFaces (using JBoss' Web Tools plugin, or just by itself) with Eclipse.
Every resource I have found is either outdated, missing steps, or technically incorrect.
Many thanks!
