You are on page 1of 11

Google App Engine Java And GWT Application Development

Contents
Datastore Google App Engine Datastore
Connectrs Datastore

JDO
Example of JDO

What is DataStore?
Datastore
kind Key(Entity ID) ABC DEF Entity 1234 abc def

Datastore JDO .

Google App Engine Datastore


Scalability(), Reliablity(), Query Engine Atomic transaction

Connectrs Datastore
A Friend Entity
Kind (Entity ID portion of) Key firstName lastName tags Friend 12345 Bob Smith Colleague, sports

Connectrs Datastore
A second Friend entity
Kind (Entity ID portion of) Key firstName tags emailAddress Friend 44 Joe Coffee-drinker joe@joe.com

Connectrs Datastore
Entity of the Same Kind But with different sets of properties.
Kind Key firstName lastName tags emailAddress Friend 12345 Bob Smith Colleague, sports Coffee-drinker joe@joe.com Friend 44 Joe

Datastore queries with index

Datastore
With index

Entity

JDO

What is JDO?

JDO

You might also like