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
- Almost 100% compatible with old Play Groovy template implementation (See note below for more info)
- Run faster
- Compiles faster
- Can write generated source to disk so you can step-debug it
- Uses less memory
- Supports old FastTag
- Supports new GTFastTag which is optimized for inserting rendered tag-body-content (without copying)
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}