views:

226

answers:

1

what are jar files needed for google App engine datastore via JPA and JDO

+2  A: 

The Google App Engine platform provides Java persistence (JDO or JPA) to its BigTable datastore using the datanucleus-appengine plugin. This plugin contains the JARs you're looking for.

Pascal Thivent