It's located at <Eclipse workspace>\<Your app>\war\WEB-INF\appengine-generated ...
On Sun, Jun 13, 2010 at 3:25 PM, quqtalk <quqt...@gmail.com> wrote: > Use below Java code: > private static final PersistenceManagerFactory pmfInstance = > JDOHelper.getPersistenceManagerFactory("transactions-optional"); > Category c1 = new Category(); > c1.setCategoryId("FISH"); > c1.setDescription("<image src=\"../images/fish_icon.gif\"><font > size=\"5\" color=\"blue\"> Fish</font>"); > c1.setName("FISH"); > pm.makePersistent(c1); > Run it as Google Web Application in Eclipse on Windows. > I think the App Engine persistent the data to the disk, any one know > where is it? Or am I wrong? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > google-appengine-j...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.