The Scalate team is pleased to announce the availability of Scalate 1.3.1.
Scalate is a Scala 2.8 based template engine which can be used stand alone, with servlets or web frameworks like JAXRS, Lift or Play or in integration frameworks like Apache Camel.
The following template languages are supported through the same common API:
All expressions inside Ssp, Scaml and Jade benefit from the full power and expressiveness of Scala plus they are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your templates.
Scalate 1.3.1 Highlights
This release is mostly a bug fix release.
for folks migrating from Erb, Ssp now supports Erb style comments e.g.
<%# this is a comment %>
ScalatePackage classes can now be properly auto-detected for templates which reside in the WEB-INF directory in a web application.
For more detail see the Full Change Log
Feedback is always welcome!