Where do Entities get saved if you run a GAE project in development mode?

Posted by Michiel Borkent on Stack Overflow See other posts from Stack Overflow or by Michiel Borkent
Published on 2010-06-08T12:35:35Z Indexed on 2010/06/08 12:52 UTC
Read the original article Hit count: 191

Filed under:
|
|
|
|

I am running a GWT Web Application project in Eclipse with certain Entities that I make persisent using JDO. Where (on my file system) do these Entities actually get saved if I run the project in development mode from Eclipse (so not on the Google App Engine, but locally)?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse