Google App Engine implementation

UNDER RE-CONSTRUCTION... Will evolve soon!
New manuals page also available on Siena Github Wiki

The Google App Engine implementation only supports one primary key for each class, and also this primary key field must be of type long or java.lang.Long. Any other annotation but @Id is ignored.

The only thing you have to do to use the Google App Engine implementation is write the siena.properties file with the following content in the same directory than your model classes:

implementation = siena.gae.GaePersistenceManager