Community contributed extensions

Force.com [force] module

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

Build Play! applications that integrates to Force.com. Provides OAuth authentication and REST API adapter.

https://github.com/jesperfj/play-force

Written by Jesper Joergensen.

Published releases

0.7 Jan 06 2012 Documentation Try Play
0.5 Jan 04 2012 Documentation Try Play
0.3 Dec 22 2011 Documentation Try Play
0.2 Dec 20 2011 Documentation Try Play

To install locally this module use the install command:

play install force-{version}

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

require:
        - play -> force {version}