简体   繁体   中英

how to write data on online google datastore using java?

I have developed a web application. It is on Google DataStore. I have to write data to the datastore. How do I do this using java ?

You have to use either JDO or JPA 1.0 with Google App Engine. It uses the DataNucleus implementation.

It is provided by the GAE Eclipse plugins already. It has several limitations though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM