adminfaces / quarkus-omnifaces

Quarkus OmniFaces extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus OmniFaces extension - This repo is not maintained anymore, go to: https://github.com/quarkiverse/quarkus-omnifaces

1. How to try it?

Just add the following dependency:

<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>quarkus-omnifaces</artifactId>
    <version>1.4.0</version>
</dependency>

1.1. Run sample application

đź’ˇ
Run via quarkus runner with mvn clean package && java -jar system-tests/target/quarkus-app/quarkus-run.jar

1.2. Native mode

To run o quarkus native use:

mvn clean package -Pnative && ./system-tests/target/quarkus-app/quarkus-run

1.3. Run System tests

mvn clean test

1.4. Run native tests

mvn verify -Pnative

1.5. Other examples

Quarkus admin starter and Quarkus admin showcase are more elaborated applications using quarkus-omnifaces and quarkus myfaces extension. Follow the instructions on readme in order to run them.

About

Quarkus OmniFaces extension

License:Apache License 2.0


Languages

Language:Java 86.4%Language:HTML 13.6%