Community contributed extensions

Siena [siena] module

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

The siena module enables Siena support to map your Java entities to GAE/MySQL/PostgreSQL/H2 from your play application (at least since v2.0.0).

Main github project is: https://github.com/mandubian/play-siena

Read more on Siena at: http://www.sienaproject.com/ + https://github.com/mandubian/siena

http://github.com/mandubian/play-siena

Written by Vijay Kiran, Pascal Voitot, Alberto Gimeno.

Published releases

2.0.7 Jan 17 2012 Documentation Try Play
2.0.6 Nov 28 2011 Documentation Try Play
2.0.5 Sep 02 2011 Documentation Try Play
2.0.4 Aug 10 2011 Documentation Try Play
2.0.4_work Aug 08 2011 Documentation Try Play
2.0.3 Jul 26 2011 Documentation Try Play
2.0.2 Jul 08 2011 Documentation Try Play
2.0.1 Jun 27 2011 Documentation Try Play
2.0.0 Jun 12 2011 Documentation Try Play
1.5 Feb 18 2011 Documentation Try Play
1.4 Jan 19 2011 Documentation Try Play
1.3 Oct 07 2010 Documentation Try Play
1.2 Sep 01 2010 Documentation Try Play
1.1 Feb 23 2010 Documentation Try Play
1.0 Jan 11 2010 Documentation Try Play

To install locally this module use the install command:

play install siena-{version}

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

require:
        - play -> siena {version}