Spring [spring] module
This module is for the Play 1.x series only.
This module allows to use Spring managed beans inside your play! 1.x applications.
http://github.com/pepite/Play--framework-Spring-module
Written by Dominik Dorn, Nicolas Leroux.
Published releases
1.0.3 | Apr 25 2012 | Documentation | Try Play |
1.0.2 | Sep 12 2011 | Documentation | Try Play |
1.0.1 | May 18 2011 | Documentation | Try Play |
1.0 | Mar 22 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install spring-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> spring {version}