Where are the objects saved if you run the GAE project in design mode?

I am running a GWT web application project in Eclipse with specific objects that I make using JDO. Where (on my file system) are these objects actually saved if I run the project in development mode from Eclipse (and not in the Google App Engine, but locally)?

+3
source share
2 answers

Found:

\war\WEB-INF\appengine-generated
+2
source

Have you already searched for eclipse Work_dir? If there aren't any objects you are looking for, you might find something useful using a window -> preferences -> GWT.

, , GWT, .

0

Source: https://habr.com/ru/post/1749014/


All Articles