Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/quarkus-vertx-template-engines
Revisit MVC templating solutions we have in Quarkus and in Vertx as well...
https://github.com/daggerok/quarkus-vertx-template-engines
fabric8 fabric8-maven-plugin quarkus vertx vertx-handlebars vertx-web vertx-web-templ vertx-web-templ-handlebars
Last synced: 29 days ago
JSON representation
Revisit MVC templating solutions we have in Quarkus and in Vertx as well...
- Host: GitHub
- URL: https://github.com/daggerok/quarkus-vertx-template-engines
- Owner: daggerok
- Created: 2019-12-01T03:16:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T03:25:19.000Z (about 5 years ago)
- Last Synced: 2024-11-11T15:38:26.973Z (3 months ago)
- Topics: fabric8, fabric8-maven-plugin, quarkus, vertx, vertx-handlebars, vertx-web, vertx-web-templ, vertx-web-templ-handlebars
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarkus / vertx template engines [![Build Status](https://travis-ci.org/daggerok/quarkus-vertx-template-engines.svg?branch=master)](https://travis-ci.org/daggerok/quarkus-vertx-template-engines)
Revisit MVC templating solutions we have in Quarkus and in Vertx as well...## handlebars
Features:
* Manually render engine results
* Automatically delegate rendering to engine according to request paths regex. Use it if you want configure once how pages should be routed depends on theirs paths
* Combine Vertx MVC Templates rendering with RESTEasy REST API on single server
* Vertx + RESTEasy with RESTEasy Fallback
* Quarkus native is supported!```bash
./mvn -f handlebars clean compile quarkus:dev
http :8080
http :8080/about
http :8080/fallback.html
http :8080/not-found
```## resources
* http://jknack.github.io/handlebars.java/