开发者

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

开发者 https://www.devze.com 2022-12-17 06:08 出处:网络
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?

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/d开发者_C百科atastore/package-summary.html

Thanks! Chris


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


I don't know if this articles fit here, but covers in a very technical way the datastore.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号