Hi, I am having trouble using JDO in appengine. Depending where i place the code that saves a simple entity, it either saves or silently does nothing. I would like to know if there are any patterns for:
1) Creating / closing the PersistenceManager: Should i reuse the PersistenceManager for the whole request? Can i use ThreadLocal to make it available for the request? 2) What influences the JDO? Can i use as many nested objects, methods (instance and static), try catches, as my design wishes? 3) Is JDO "usable" at all? Or should i go low-level ? Please share your experience with this gae-freshman :) FWIW, i am making a "slow games" server (tic-tac-toe, chess, forum games, etc), accessible by email, page, jabber, .... Tnx --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
