const1993 / bootique-mvc

MVC framework for Bootique and Mustache Template Engine integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MVC framework for Bootique and Mustache Template Engine integration


Languages

Language:Java 96.2%Language:HTML 3.8%