Community contributed extensions

Constretto Play module [constretto] module

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

Module thats make integration with the Constretto configration framework easy. Includes the ability to inject configuration in Play controllers using the standard Constretto @Configuration annotation.

Includes a sample application and a project Wiki

https://github.com/zapodot/constretto-play

Written by Sondre Eikanger Kvalø.

Published releases

0.1.1 Feb 07 2012 Documentation Try Play

To install locally this module use the install command:

play install constretto-{version}

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

require:
        - play -> constretto {version}