Giter Site home page Giter Site logo

quarkus-omnifaces's Introduction

Quarkus OmniFaces


Version All Contributors License Quarkus ecosystem CI Stackoverflow

Overview

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.

Getting started

Read the full OmniFaces documentation.

Prerequisite

  • Create or use an existing Quarkus application
  • Add the OmniFaces extension with the Quarkus CLI:
quarkus ext add io.quarkiverse.omnifaces:quarkus-omnifaces

Versioning

The versioning of this extension will follow the pattern [faces.version].[omnifaces.version].[patch]. For example:

Version Explanation
3.x Quarkus 2 (EE8), OmniFaces 3
4.x Quarkus 3 (EE10), OmniFaces 4

Showcase

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!".

Quarkus Faces Logo

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Melloware
Melloware

πŸ’» 🚧
Rafael Pestano
Rafael Pestano

πŸ’» 🚧
Bauke Scholtz
Bauke Scholtz

πŸ’» 🚧
Arjan Tijms
Arjan Tijms

πŸ’» 🚧
Phillip KrΓΌger
Phillip KrΓΌger

πŸ›
George Gastaldi
George Gastaldi

πŸš‡
Felipe Miranda
Felipe Miranda

πŸ›

This project follows the all-contributors specification. Contributions of any kind welcome!

quarkus-omnifaces's People

Contributors

actions-user avatar allcontributors[bot] avatar dependabot[bot] avatar gastaldi avatar melloware avatar phillip-kruger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

phillip-kruger

quarkus-omnifaces's Issues

Quarkus 3

Create a branch for testing Quarkus 3 which is all Jakarta based not Javax based.

Manifest not detected in Quarkus-Omnifaces extension

I've configured the PWAResourceHandler on my Quarkus + Myfaces Application but the manifest.json can't be detected.
I debug the code and see the manifest generating the file. But the manifest is not recognized.

image

Quarkus: 2.16.3.Final
Quarkus-Omnifaces: 3.14.3

Someone can help ?

@Param CDI Extension needs to be Quarkified

Currently @Param is a CDI Extension which don't work in Quarkus.

https://showcase.omnifaces.org/cdi/Param

The CDI portable extension model is very flexible. Too flexible to benefit from the build time boot promoted by Quarkus. Most extension we have seen do not make use of these extreme flexibility capabilities. The way to port a CDI extension to Quarkus is to rewrite it as a Quarkus extension which will define the various beans at build time (deployment time in extension parlance).

Native: Issue with map key

Running in Native mode: https://issues.apache.org/jira/browse/MYFACES-4626

org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotFoundException: jakarta.el.PropertyNotFoundException: The class 'org.apache.myfaces.util.lang.AbstractThreadSafeAttributeMap$EntrySetEntry' does not have the property 'key'.
766	at org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.getValue(ContextAwareTagValueExpression.java:104)
767	at org.apache.myfaces.view.facelets.el.ELText$ELTextVariable.writeText(ELText.java:238)
768	at org.apache.myfaces.view.facelets.compiler.TextInstruction.write(TextInstruction.java:45)
769	at org.apache.myfaces.view.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:46)
770	at org.apache.myfaces.view.facelets.compiler.UILeaf.encodeAll(UILeaf.java:362)
771	at org.apache.myfaces.view.facelets.component.RepeatRenderer.encodeChildren(RepeatRenderer.java:78)
772	at org.apache.myfaces.view.facelets.component.UIRepeat.process(UIRepeat.java:1056)
773	at org.apache.myfaces.view.facelets.component.UIRepeat.encodeChildren(UIRepeat.java:1698) 

@Eager/@Startup CDI Extension needs to be Quarkified

Currently @Eager and @Startup is a CDI Extension which don't work in Quarkus.

https://showcase.omnifaces.org/cdi/Eager

The CDI portable extension model is very flexible. Too flexible to benefit from the build time boot promoted by Quarkus. Most extension we have seen do not make use of these extreme flexibility capabilities. The way to port a CDI extension to Quarkus is to rewrite it as a Quarkus extension which will define the various beans at build time (deployment time in extension parlance).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.