Play framework is joining the Typesafe Stack — More information in the official announcement

Manual, tutorials & references

Browse

Contents

Select the version

Search

Get help with google

Books

Siena module

The siena module automatically enable Siena support for your application.

Note that it only support the Google App Engine persistence manager for now. So it is currently intended to be used with the GAE module.

Enable the Siena module for the application

In the /conf/application.conf file, enable the Siena module by adding this line:

# The siena module
module.siena=${play.path}/modules/siena

Using siena

For more informations check at the Siena documentation page.

Comments

Use this form to add corrections, additions and suggestions about the documentation on this page. Please ask questions on the play-framework group instead. Support requests, bug reports, and off-topic comments will be deleted without warning.