PageRenderTime 25ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/scalate-website/src/blog/releases/release-1.0.page

http://github.com/scalate/scalate
Visualforce Page | 28 lines | 20 code | 8 blank | 0 comment | 0 complexity | 6360e96334e5693045eaa3e748c3301f MD5 | raw file
  1. ---
  2. blog_post: true
  3. title: Scalate 1.0 Released
  4. author: James Strachan
  5. author_url: http://macstrac.blogspot.com
  6. created_at: 2010-04-06 12:06:40 -0000
  7. layout: /WEB-INF/scalate/layouts/blog-post.jade
  8. ---
  9. The [Scalate team](http://scalate.fusesource.org) is pleased to announce the availability of Scalate 1.0.
  10. Scalate is a [Scala 2.8](http://www.scala-lang.org) based <a href="http://en.wikipedia.org/wiki/Template_engine_(web)">template engine</a> which can be used stand alone, with servlets, in JAXRS, with the [Play Framework](http://github.com/pk11/play-scalate) or in [Apache Camel](http://camel.apache.org/scalate.html). (Work on lift integration is in progress).
  11. All expressions inside Scalate benefit from the full power of Scala plus they are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your templates.
  12. Two template languages are currently supported:
  13. * [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax) which is like a Scala version of JSP or Erb from Rails
  14. * [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html) which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY markup
  15. Further information:
  16. * [Change Log](http://scalate.assembla.com/spaces/scalate/milestones/191839-1-0)
  17. * [Community](http://scalate.fusesource.org/community.html)
  18. * [Documentation](http://scalate.fusesource.org/documentation/)
  19. * [Download](http://scalate.fusesource.org/download.html)
  20. [Feedback](http://scalate.fusesource.org/community.html) is always welcome!