I'm using eclipse and google appengine plugin to develop a war app. I'm trying to use JDO persistency (per appengine rules). I'd like to be able to inspect, add and remove jdo objects my app uses. Is that possible? If so, how?
A:
Select "Datastore Viewer" from the dashboard at https://appengine.google.com/.
dunelmtech
2010-09-30 14:13:22
I meant during development, locally in my computer.
Gatis
2010-10-01 12:11:49
A:
While running locally, http://localhost:8888/_ah/admin provides a administration interface.
Gatis
2010-10-03 01:17:36