Reputation: 50402
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
Upvotes: 4
Views: 4972
Reputation: 27473
Slim3 is supposed to be a thin wrapper around the low level datastore.
Since this is open source, you could either study it for the code or as a wrapper.
Upvotes: 1
Reputation: 80340
There are many pages at: http://code.google.com/appengine/docs/java/datastore/
For example the following pages are all low-level API:
Entities, Queries, Transactions, Metadata Queries, Statistics, Async API
Upvotes: 1
Reputation: 488
Two nice articles I found:
Upvotes: 11
Reputation: 1356
I don't know if this articles fit here, but covers in a very technical way the datastore.
Upvotes: 1