AppEngine GORM - Batch insert, update and delete operation support in Google App Engine
Dependency :
compile ":appengine-gorm:0.1.0"
Summary
Description
The App Engine GORM plugin work with App Engine Plugin and GORM JPA plugin
to allow Grails application running in Google App Engine(GAE) perform
batch insert, update and delete operation. Given request time limit
(30 seconds approximately) from GAE, support of these batch operations is critical
for any serious Grails application running in GAE such as application that
required massive data input from complex form, import data by file upload and
bulk loading data to data store(BigTable). Please view presentation slides at URL below for how to use this plugin:
http://docs.google.com/present/view?id=dcjv7fw9_8c87pzwd4&interval=5 If you have any doubt, comments and suggestions feel free to drop me an email at limcheekin at vobject dot com.