{"id":15013802,"url":"https://github.com/melloware/quarkus-faces","last_synced_at":"2025-04-12T05:46:05.486Z","repository":{"id":37086683,"uuid":"340710621","full_name":"melloware/quarkus-faces","owner":"melloware","description":"Quarkus meets Faces","archived":false,"fork":false,"pushed_at":"2025-04-09T14:10:00.000Z","size":10133,"stargazers_count":82,"open_issues_count":1,"forks_count":23,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-12T05:45:39.643Z","etag":null,"topics":["faces","java","jsf","myfaces","omnifaces","primefaces","quarkus"],"latest_commit_sha":null,"homepage":"https://quarkus-faces-melloware-8a6a34c1.koyeb.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melloware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["melloware"]}},"created_at":"2021-02-20T17:19:56.000Z","updated_at":"2025-04-09T14:09:58.000Z","dependencies_parsed_at":"2023-11-23T14:29:33.539Z","dependency_job_id":"af691b1c-a731-4e80-9613-3fd7f03f7dd1","html_url":"https://github.com/melloware/quarkus-faces","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melloware%2Fquarkus-faces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melloware%2Fquarkus-faces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melloware%2Fquarkus-faces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melloware%2Fquarkus-faces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melloware","download_url":"https://codeload.github.com/melloware/quarkus-faces/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525154,"owners_count":21118616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["faces","java","jsf","myfaces","omnifaces","primefaces","quarkus"],"created_at":"2024-09-24T19:44:47.912Z","updated_at":"2025-04-12T05:46:05.464Z","avatar_url":"https://github.com/melloware.png","language":"HTML","funding_links":["https://github.com/sponsors/melloware","https://www.paypal.me/mellowareinc"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/melloware/quarkus-faces/blob/main/src/site/QuarkusFaces.svg\" width=\"100%\"/\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n[![License](https://img.shields.io/github/license/melloware/quarkus-faces?style=for-the-badge\u0026logo=mit)](https://opensource.org/licenses/MIT)\n[![Discord Chat](https://img.shields.io/badge/discord-join_chat-blueviolet.svg?style=for-the-badge\u0026logo=discord)](https://discord.gg/gzKFYnpmCY)\n[![Java CI with Maven](https://img.shields.io/github/actions/workflow/status/melloware/quarkus-faces/maven.yml?branch=main\u0026logo=GitHub\u0026style=for-the-badge)](https://github.com/melloware/quarkus-faces/actions/workflows/maven.yml)\n[![Quarkus](https://img.shields.io/badge/quarkus-power-blue?logo=quarkus\u0026style=for-the-badge)](https://github.com/quarkusio/quarkus)\n![GitHub Sponsors](https://img.shields.io/github/sponsors/melloware?style=for-the-badge\u0026color=gold)\n\n**If you like this project, please consider supporting me ❤️**\n\n[![GitHub Sponsor](https://img.shields.io/badge/GitHub-FFDD00?style=for-the-badge\u0026logo=github\u0026logoColor=black)](https://github.com/sponsors/melloware)\n[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white)](https://www.paypal.me/mellowareinc)\n\n### Goals\n\n***\nThe main goal was to take an out-of-the-box Faces (formerly JSF)\napplication ([PrimeFaces Showcase](https://github.com/primefaces/primefaces/tree/master/primefaces-showcase))\nand get it running in [Quarkus](https://quarkus.io/) and deployed as a GraalVM Native executable or an UberJar single\nexecutable JAR.\n\n### Application\n\n***\nSee [QuarkusFaces Showcase](https://quarkus-faces-melloware-8a6a34c1.koyeb.app/) running live in GraalVM on a free cloud\nhosting using 0.1 VCPU and 512MB RAM. It is an underpowered machine, but it gets the point across.\n\n### Optimizations\n\n***\n\n- Apache MyFaces (Quarkus) instead of Jakarta Mojarra (Wildfly)\n- PrimeFaces [MOVE_SCRIPTS_TO_BOTTOM](https://primefaces.github.io/primefaces/13_0_0/#/gettingstarted/configuration)\n- Quarkus Brotli\n  Compression [ quarkus.http.enable-compression=true](https://quarkus.io/guides/http-reference#http-compression)\n- OmniFaces [CombinedResourceHandler](https://showcase.omnifaces.org/resourcehandlers/CombinedResourceHandler)\n- PrimeFaces\n  Extensions [CombinedResourceHandler Helper](https://github.com/primefaces-extensions/primefaces-extensions/issues/293)\n- jQuery [Hide Page Until Complete](https://stackoverflow.com/questions/9550760/hide-page-until-everything-is-loaded-advanced/28129691#28129691)\n\n### Development\n\n***\nTo run the example in Dev mode:\n\n```\ngit clone https://github.com/melloware/quarkus-faces\ncd quarkus-faces\nmvn quarkus:dev\n```\n\nThen open your web browser to http://localhost:8000/\n\n### Production Uber-Jar\n\n***\nTo run the example in HotSpot Production mode Uber-Jar:\n\n```\ngit clone https://github.com/melloware/quarkus-faces\ncd quarkus-faces\nmvn clean package -Dquarkus.package.jar.type=uber-jar\njava -jar target/quarkus-faces-runner.jar\n```\n\nThen open your web browser to http://localhost:8000/\n\n### Docker JVM\n\n***\nBuilds a Docker image running as a standard JVM application.\n\n```\nmvn clean package -Ddocker\ndocker run -i --rm -p 8000:8000 melloware/quarkus-faces:latest\n```\n\n### Docker Native\n\n***\nBuilds a native Docker image running as a GraalVM (Mandrel) application.\n\n```\nmvn -Pnative-docker\ndocker run -i --rm -p 8000:8000 melloware/quarkus-faces:${version}\n```\n\n### Known Issues\n\n***\nWe have a WIKI page where we are keeping track\nof [known issues](https://github.com/melloware/quarkus-faces/wiki/Quarkus-Faces-Known-Issues) while developing with\nQuarkus/MyFaces/PrimeFaces. Please feel free to contribute to that page if you find anything you think others should\nknow!\n\n## Quarkus Insights YouTube\n\n***\n[![Quarkus Faces YouTube](http://img.youtube.com/vi/DIN0I56-GR4/0.jpg)](http://www.youtube.com/watch?v=DIN0I56-GR4 \"Quarkus Insights 165 What is new with Quarkus JSF\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelloware%2Fquarkus-faces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelloware%2Fquarkus-faces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelloware%2Fquarkus-faces/lists"}