Community contributed extensions

Constretto Play Module

This module is made to integrate the Constretto configuration[http://constretto.org] framework.

If you don’t know Constretto it is made by som clever guys in Norway to make it easy to inject environment-aware configuration
in your Java objects.

The configuration mechanism in Play does offer a similar feature in that you can differ between different runtime configurations.
However, it does not let you inject configuration by using annotations. This module will let you use the normal --% or 'play id'
mechanism to choose runtime configuration for Constretto.

This module is developed for and tested with Play 1.2.4. I will look in to porting in to Play 2 when the API has been frozen.

Sample application

Included in the git repository at GitHub there is a sample application for you to explore.

Getting started