LL API, Slim3 or Objectify - depending on your needs. If your data is rather static (i.e. no variation in attributes of entities of the same kind), you may well stick with annotated classes - meaning Slim3 or Objectify - otherwise (i.e. attributes may vary and/or you maintain your own metadata), you might be better off with the LL API (an Entity is basically just a collection of name-value pairs, aka a Map, that has a key). Dunno Twig and SimpleDS - but similar considerations surely apply also to those. IMHO JDO and JPA, having grown up in the backyard of relational databases, may not be well suited for the big table.
Cheers, R. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
