Download
Project Documentation
Apache MyFaces
UI-Component Sets
Foundation

Appendix: Setup Steps

Short setup overview

This section is only a checklist of things to do at the setup for details follow the explanations in the page

Manual setup

  • Check if your installation environment is setup
  • Download the appropriate meta bundle and place it in WEB-INF/lib
  • Download groovy-all.jar and or (scala-lang.jar and scala-compiler.jar) and place it in WEB-INF/lib
  • Prepare your script paths (WEB-INF/java, WEB-INF/groovy, WEB-INF/scala)
  • Add your web.xml entries
  • start the web application ...

Build via maven

  • Check if your installation environment is setup
  • Add your pom xml dependencies and the repository entry
  • Prepare your script paths (WEB-INF/java, WEB-INF/groovy, WEB-INF/scala)
  • Add your web.xml entries
  • mvn clean install ...

Build via ide

  • Check if your installation environment is setup
  • Download the appropriate meta bundle and add it to your dependency and deployment settings (for the download location check the download page)
  • Download groovy-all.jar and add it to your dependency and deployment settings
  • Prepare your script paths
  • Add your web.xml entries
  • start the web application ...