Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/