+1 to getting away from JDO. I know I'm not helping you specifically so sorry about that, but GAE development for me was one struggle after another until I tossed JDO. GAE and JDO are NOT a good fit.
On Aug 3, 12:18 am, Pascal Voitot Dev <[email protected]> wrote: > You can also give a try to Sienahttp://www.sienaproject.com > It provides the same level of features as Objectify just above Datastore. > But it's not specialized to GAE and aims at providing a bridge between NoSQL > DB (and also SQL DB when it's possible). > Currently we support GAE (sync/async) + MySQL/Postgres/H2. > We also provide high-level features around iteration, pagination (based on > cursors, forward & backward)... > We also recently added GAE entity groups and entity direct embedding > support. > > SimpleDB is being coded right now and is already quite advanced! > Redis is under preparation. > > regards > Pascal > > PS: i'm lead dev of Siena, don't hesitate to contact me if you have > questions! > > On Wed, Aug 3, 2011 at 12:04 AM, nischalshetty > <[email protected]>wrote: > > > > > > > > > I would recommend you to scrap JDO completely and use objectify. We were in > > a similar situation as you, changing over to objectify was the best thing > > ever! And it's easier than you could ever imagine. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/google-appengine/-/8DgsKuEO1jwJ. > > > 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. -- 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.
