Add/Edit Entities in google app engine java local datastore
Following are related to GAE/J local development setup:
How do i add/edit entities in local datastore (preferably using some UI)? _ah/admin
allows only to view entities.
In the local JUnit test cases, how to access the same datastore data that my local web application writes to? I wrote my Test Cases in accordance with http://code.google.com/appengine/docs/java/tools/localunittesting.html but the test cases don't access the same data that the web application uses.
How to save local datastore data between clean-build (right now local_db.bin is written in the target directory which gets cleaned every now and then)
Stack being used :
local_db.bin
part of your build process. Again, you should ideally design your app with easy reloading of data in mind. 现在您可以使用命令行客户端保存/加载实体
链接地址: http://www.djcxy.com/p/49552.html上一篇: Cython:从外部C文件调用函数