Objectify [objectify] module
This module is for the Play 1.x series only.
Objectify is a flexible abstraction on Google App Engine/J which makes data access simple and elegant. Together the Play Framework and Objectify provide a powerful technology stack for building fast and scalable applications on Google’s infrastructure.
Sample Application:
http://play-framework-objectify.appspot.com/
http://code.google.com/p/play-framework-objectify/
Written by Dave Cheong.
Published releases
1.0 | May 18 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install objectify-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> objectify {version}