Rythm (http://rythmengine.org/) is a feature rich, very high performing and easy to use static template engine written in Java.
This is an easly plugable module for Ninja web framework to write templates using Rythm engine.
-
Add the ninja-rythm dependency to your pom.xml:
org.ninjaframework ninja-rythm-module 0.0.1 -
Install the module in your conf.Module:
@Override protected void configure() { install(new NinjaRythmModule()); }
-
All set. Start writing template in 'views' folder of your application.
-
Or check out
ninja-rythm-demo
. Run any one of the below commands under demo:mvn jetty:run OR mvn tomcat7:run
Modify code/template -- Save -- Refresh browser. Enjoy!
TODO - Usage in detail.