JJTemplate is a lightweight templating engine designed for minimal render time and JSON-compatible input/output. JJT stands for Java JSON Template. JJTemplate compiles templates into optimized abstract syntax trees (ASTs) for fast execution while guaranteeing valid JSON results.
Template engine: here.
IDEA plugin: here.