UI-Component Sets

Steps to get Sun's cardemo sample running

  1. Download the latest JSF Reference Implementation here
  2. In samples dir you will find the cardemo web application archive named jsf-cardemo.war
  3. Unpack jsf-cardemo.war to a directory of your choice. If you are not familiar with deploying web applications and you are using tomcat, unpack jsf-cardemo.war to CATALINA_HOME/webapps/cardemo directory (where CATALINA_HOME = Tomcat installation directory)
  4. Remove all jar files from WEB-INF/lib directory but NOT! demo-components.jar
  5. Copy all jar files from simple.war or blank.war (the MyFaces examples, see getting started) to WEB-INF/lib directory
  6. Replace WEB-INF/web.xml with web.xml
  7. Deploy web application. If you unpacked cardemo.war into CATALINA_HOME/webapps/cardemo start tomcat and see cardemo running at http://localhost:8080/cardemo