Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google app engine datastore "low level api" for Java examples, tutorials, documentation?

Any suggestions on where to find examples, tutorials, and more thorough documentation on how to use the Google App Engine Datastore "Low Level Api" for Java?

I know this basic documentation page exists, but it just tells me whats in the Api and doesn't say much about how to actually use it: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html

Thanks! Chris

like image 662
Chris Dutrow Avatar asked Dec 09 '22 17:12

Chris Dutrow


1 Answers

Two nice articles I found:

  • Introduction to working with App Engine’s low-level datastore API and
  • Issuing App Engine datastore queries with the Low-Level API
like image 96
Peter Hulsen Avatar answered May 11 '23 16:05

Peter Hulsen