Domanda

Is there any way to look at the JDO database that I created using eclipse? Does Google provide any url where I can view them?

È stato utile?

Soluzione

From the documentation:

The development web server includes a console web application. With the console you can browse the local datastore.

To access the console, visit the URL /_ah/admin on your server: http://localhost:8080/_ah/admin

JDO in this case is only a wrapper to the Datastore API, so what you'll see is not a relational database.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top