Community contributed extensions

Faster Groovy Templates [fastergt] module

This module is for the Play 1.x series only.

This is a module for Play! Framework 1 applications which replaces the default groovy template implementation with GT-Engine which is faster and uses less memory.

GT-Engine is also used in the Play 2.0 module that enables legacy support for groovy templates.

Features

Please see documentation for more info

https://github.com/mbknor/faster-groovy-templates

Written by Morten Kjetland.

Published releases

1.7 May 09 2012 Documentation Try Play
1.6 Apr 08 2012 Documentation Try Play
1.5 Mar 20 2012 Documentation Try Play
1.4 Mar 04 2012 Documentation Try Play
1.3 Feb 27 2012 Documentation Try Play
1.2 Feb 19 2012 Documentation Try Play
1.1 Feb 14 2012 Documentation Try Play
1.0 Feb 12 2012 Documentation Try Play

To install locally this module use the install command:

play install fastergt-{version}

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

require:
        - play -> fastergt {version}