Skip to content
tomakehurst edited this page Aug 21, 2011 · 19 revisions

Google Closure Templates for Spring MVC

Google Closure Templates (Soy Templates) is a web templating language that compiles to both Java and Javascript, allowing markup to be rendered client or server-side. This project integrates Closure Templates with Spring MVC, allowing them to be used as server-side Views (much like Freemarker or Velocity), and providing a convenient wrapper for compiling and serving templates as Javascript.

Adding to your project

Running the example project

Clone this wiki locally