tree: 600bb8425266b2fcff9fd4f5f956c5f9331233b9 [path history] [tgz]
  1. .github/
  2. api/
  3. assembly/
  4. bundle/
  5. impl/
  6. impl-test/
  7. parent/
  8. shared/
  9. shared-public/
  10. test/
  11. .gitignore
  12. .travis.yml
  13. pom.xml
  14. README.md
README.md

Apache MyFaces Core

Build Status License

Apache's implementation of the JavaServer Faces (JSF) and Jakarta Faces specification

3.0.x Branch

The upcoming Jakarta Faces 3.0. It's equals to JSF 2.3 but with “jakarta.faces” packages and constants instead of “javax.faces”.

Minimum Requirements

  • Java 1.8
  • Servlet 5.0
  • EL 3.0
  • CDI 3.0
  • JSTL 2.0 (optional)
  • BV 2.0 (optional)

Installation

mvn clean install