/bootique-mvc

MVC framework for Bootique and Mustache Template Engine integration

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Maven Central

A simple MVC web framework for Bootique.

Uses JAX-RS (on top of bootique-jersey) for processing requests and responding with template-generated views. Provides a framework for pluggable templating engines.

Out of the box contains integration with Mustache and FreeMarker engines.

This framework is suitable for simple HTML UIs, where server-side rendering is minimal (e.g. when most of the UI work is done on the client with JavaScript). For advanced server-side rendering, you may consider JSF, Apache Tapestry (there's bootique-tapestry module available) and such.

See usage example bootique-mvc-demo.