Play framework is joining the Typesafe Stack — More information in the official announcement
Community contributed extensions
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.
| guice-1.2 ★ | May 27, 2011 | Documentation | Download |
| guice-1.1.1 | Apr 11, 2011 | Documentation | Download |
| guice-1.1 | Sep 12, 2010 | Documentation | Download |
| guice-1.0 | Jan 12, 2010 | Documentation | Download |
To install locally this modules 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}
Check the documentation link of each release to check version notes.
Comments
Use this form to discuss about this module. Off-topic comments will be deleted without warning.