Community contributed extensions

Guice [guice] module

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

The Guice module helps you to inject Guice managed components into your play application. The injection points are defined by the upcoming @javax.inject.Inject annotation, which is bundled with play at the moment.

http://github.com/pk11/play-guice-module

Written by Peter Hausel.

Published releases

1.2 May 27 2011 Documentation Try Play
1.1.1 Apr 11 2011 Documentation Try Play
1.1 Sep 12 2010 Documentation Try Play
1.0 Jan 12 2010 Documentation Try Play

To install locally this module use the install command:

play install guice-{version}

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

require:
        - play -> guice {version}