> Anyone has example of the OpenJPA code that running on GAE? I knew > that GAE support JPA, but what I am looking for is OpenJPA on GAE.
Please have a think about what your question is. OpenJPA is a JPA implementation that supports persistence to RDBMS (and XML) *only*. The datastore on GAE/J is BigTable (not RDBMS nor XML). OpenJPA can't persist to BigTable. Also bear in mind that JPA was designed solely for use with RDBMS. DataNucleus persists to BigTable, as well as to RDBMS, XML, ODBMS, ODF, Excel, JSON, HBase (HADOOP), Amazon S3, etc and this is the option that Google support here to their BigTable 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.
