joelhegg / scalate

scala template engine: like JSP but without the crap and with added scala coolness

Home Page:http://scalate.fusesource.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalate

Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

The following template languages are supported:

  • Mustache: is a Mustache template language for Java/Scala
  • Jade: The Jade style of Haml/Scaml template lanaguage
  • Scaml: Provides Haml style template lanaguage
  • Ssp: Provides a JSP, Erb and Velocity style template language

In Scaml and SSP all expressions are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your pages. Mustache uses dynamic typing and reflection; a trade off of hiding code and logic from inside the templates.

Building

To build Scalate from the source please see the building instructions

Links

About

scala template engine: like JSP but without the crap and with added scala coolness

http://scalate.fusesource.org

License:Apache License 2.0


Languages

Language:Scala 61.4%Language:Ruby 36.4%Language:Java 1.5%Language:JavaScript 0.3%Language:Shell 0.3%Language:CoffeeScript 0.0%