I like Objectify, but you will find out that using the low level api its the
best option due the appengine limitations.

2010/4/24 jbdhl <[email protected]>

> Hi
>
> I really can't decide which datastore abstraction to use for my app.
> Any help deciding, would be much appreciated!
>
> The app is build using GWT and there is a lot of one-to-many relations
> (so I would value if all children could be automatically deleted if
> the parent is deleted).
>
> So... Which one of JDO, Objectify or Twig-Persist should I use?
>
>  * Twig
>      Pros: simple, low startup latency
>      Cons: only one developer (major drawback), GAE-only
>
>  * Objectify
>      Pros: simple, low startup latency
>      Cons: slightly more verbose syntax than in Twig, GAE-only
>
>  * JDO
>      Pros: not GAE-only
>      Cons: complex, long startup latency
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to