Rythm - Java Razor, ( 2 - 3 , Velocity FM), :
String result = Rythm.render("hello @who!", "world");
Rythm String.format() . , Rythm.render 2x , String.format
:
Map<String, Object> args = new HashMap<String, Object>();
args.put("who", "world");
...
String result = Rythm.render("myTemplate.html", args);
Rythm , java (if-else, , ), , , , Java, , html .. http://play-rythm-demo.appspot.com/. ( , Play! Framework GAE!)
Play! Framework Rythm engine, , Rythm : http://www.playframework.org/modules/rythm p >
Rythm https://github.com/greenlaw110/rythm/downloads
There is also a Spring MVC plugin based on the Rythm Engine: https://github.com/lawrence0819/spring-web-rythm-template
source
share