A Quarkus extension that lets you utilize OmniFaces library to make JSF development so much easier!
This extension was previously written by the AdminFaces team and hosted here.
Read the full OmniFaces documentation.
- Create or use an existing Quarkus application
- Add the OmniFaces extension with the Quarkus CLI:
quarkus ext add io.quarkiverse.omnifaces:quarkus-omnifaces
The versioning of this extension will follow the pattern [faces.version].[omnifaces.version].[patch]
. For example:
Version | Explanation |
---|---|
Quarkus 2 (EE8), OmniFaces 3 | |
Quarkus 3 (EE10), OmniFaces 4 |
Important
@Param
component is not supported in GraalVM Native Image mode due to complexities with how it uses Reflection to inject fields.
A showcase example using Quarkus OmniFaces and showing Faces running in the Quarkus environment can be found on the QuarkusFaces GitHub repository "where Quarkus meets JSF!".
Thanks goes to these wonderful people (emoji key):
Melloware 💻 🚧 |
Rafael Pestano 💻 🚧 |
Bauke Scholtz 💻 🚧 |
Arjan Tijms 💻 🚧 |
Phillip Krüger 🐛 |
George Gastaldi 🚇 |
Felipe Miranda 🐛 |
zakhdar 🐛 |
Matej Novotny 💻 |
svenhaag |
This project follows the all-contributors specification. Contributions of any kind welcome!