Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

Scalate [scalate] module

Scalate Template engine support (more info about scalate: http://scalate.fusesource.org ).

This module depends on the scala module, so you will need to enable both modules.

required play version: 1.1r956
required play scala version: 0.7.2

You can start a new project with the following command:
play new myapp --with scala,scalate

(assuming you have only scala-0.7.2 and scalate-0.7.2 installed)

http://github.com/pk11/play-scalate

Written by Peter Hausel.

Published releases

scalate-0.7.2 ★ Jul 29, 2010 Documentation Download
scalate-0.3   Apr 20, 2010 Documentation Download
scalate-0.2   Mar 13, 2010 Documentation Download
scalate-0.1   Mar 08, 2010 Documentation Download

To install locally this modules use the install command:

play install scalate-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
    - play -> scalate {version}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.