Git Product home page Git Product logo

quarkus-admin-starter's Introduction

Quarkus AdminFaces Starter

This project is based/depends on quarkus-myfaces and quarkus-omnifaces extensions. This project shows a responsive JSF application running on Quarkus.

โ„น๏ธ
Only hotspot was tested and native mode will probably not work.

1. How to try it?

1.1. Build MyFaces

  • clone https://github.com/apache/myfaces.git

  • mvn versions:set -DnewVersion=3.0.0-M1 -DprocessAllModules (NOTE: we need to update the version to M1 as Quarkus does NOT support snapshots)

  • mvn clean install -DskipTests

1.2. Build quarkus-myfaces

๐Ÿ’ก

To build the quarkus extension you need to add jboss maven repository to your maven settings.xml:

<repositories>
    <repository>
        <id>jboss</id>
        <name>jboss repo</name>
        <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
    </repository>
</repositories>
<pluginRepositories>
    <pluginRepository>
        <id>jboss</id>
        <name>jboss repo</name>
        <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
   </pluginRepository>
</pluginRepositories>

1.3. Build quarkus-omnifaces

Before building quarkus-omnifaces you need to install OmniFaces 3.4 (not released yet):

git clone https://github.com/omnifaces/omnifaces && mvn versions:set -DnewVersion=3.4 && mvn clean install -DskipTests

then build quarkus-omnifaces extension:

git clone https://github.com/rmpestano/quarkus-omnifaces && mvn clean install

1.4. Run Admin starter

Finally run this project:

๐Ÿ’ก
Run via quarkus runner with mvn clean package && java -jar target/quarkus-admin-starter-runner.jar

2. Docker

to run via docker execute the following commands:

  • mvn clean package && docker build -f docker/Dockerfile.jvm -t quarkus/full-jvm . && docker run -i --rm -p 8080:8080 quarkus/full-jvm

quarkus-admin-starter's People

Contributors

rmpestano avatar

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.