GAE/Jでは、永続化にJPAかJDOが利用できる。 JDOは全く使ったことが無いので、ドキュメントをもとに動かしてみる。 http://code.google.com/intl/ja/appengine/docs/java/gettingstarted/usingdatastore.html http://code.google.com/intl/ja/appengine/docs/java/datastore/ 必要なもの jdoconfig.xml Persistenceクラス PersistenceManagerFactory JDOクライアント jdoconfig.xml GAEのeclipsePluginが自動生成してくれる。 PersistenceManagerFactoryの実装クラスオプションの設定を管理するようだ。 src/META-INF/配下におくことで、ビルド時に