views:

50

answers:

2

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)?

+2  A: 

Found it:

\war\WEB-INF\appengine-generated
Michiel Borkent
A: 

Did you already look up in you eclipse Work_dir? If there isn´t any of the entities you search, maybe you will find something helpful with window-->preferences-->GWT.

But unfortunately I never worked with GWT, so I´m just guessing.