> What's the simplest web framework + ORM combination that works well on GAE/J?
Why do you want an ORM exactly ? Object - Relational Mapping ? The datastore is BigTable. It isn't an RDBMS. GAE/J comes with JDO/JPA implementations for persistence to that datastore. --Andy (DataNucleus) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
