Ok, I will handle this differently then. Concerning the persistence framework, my biggest issue with AppEngine is that its limitations limit what I can do with my model (just thinking about polymorphism here). I have thus adopted two models, one for the business, one for the datastore access. I have looked at Objectify, and why it seems nice, it doesn't really seem to offer a way to circumvent this kind of things (I still need to bother with Key objects for instance).
But since I read only good things about these frameworks I'll keep looking into them. Thanks for your help. -- Sébastien Tromp 2011/7/22 Max <[email protected]> > This is a known bug and seems still not fixed yet. You will need to > manually serialize in you code > > Also, if you just started coding on GAE, check out Objectify / Twig / Siena > etc. These are all very good frameworks. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine-java/-/B51GO7gHVksJ. > > 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. > -- 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.
