views:

20

answers:

2

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
I meant during development, locally in my computer.
Gatis
A: 

While running locally, http://localhost:8888/_ah/admin provides a administration interface.

Gatis
http://code.google.com/appengine/docs/java/tools/devserver.html
Gatis