-1

What jar are files needed for Google App engine datastore via JPA and JDO?

Laurel
  • 5,965
  • 14
  • 31
  • 57
user246160
  • 1,389
  • 7
  • 18
  • 33

1 Answers1

3

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
  • 562,542
  • 136
  • 1,062
  • 1,124