Among the Java templating solutions such as Apache Velocity, Freemarker, Hamlets, Tapestry, StringTemplate, JSP, JSP Weaver (others?) which would most closely approximate the conciseness and simplicity of similar HTML templating solutions in Ruby – haml/erb. I’m concerned both with the syntax of the templating engine as well as how simply it integrates with Controller code on the server.
Among the Java templating solutions such as Apache Velocity, Freemarker, Hamlets, Tapestry, StringTemplate, JSP,
Share
i think what u are getting at is this
ruby
java
so the tags are similar
for the a java side of the controller , views spring provides a way to separate them nicely