AppEngine GORM Plugin Released
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).
Install the plugin with 'grails install-plugin appengine-gorm' and view the presentation for introduction. Finally, view the plugin documentation for more information.
Install the plugin with 'grails install-plugin appengine-gorm' and view the presentation for introduction. Finally, view the plugin documentation for more information.



