[appengine-java] How to get all entity types?

2011-02-23 Thread
Hi guys, Is there any way to get all the entity names by code? -- Best regards, Yuhui -- 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-java@googlegroups.com. To unsubscribe f

Re: [appengine-java] Re: How to get all entity types?

2011-02-27 Thread
Thanks, dider 2011/2/24 Didier Durand > Hi, > > Look at > http://code.google.com/appengine/docs/java/datastore/metadataqueries.html: > all what you need is there. > > regards > > didier > > On Feb 24, 8:01 am, 王宇辉 wrote: > > Hi guys, > > > > I

[appengine-java] can not find created folder under war

2011-02-28 Thread
Hi guys, I created a folder "download" under "war", then deployed it to the server, but can't find the folder in the server, I tried to enum the folders under "war" by code, and found only the "download" folder has disappeared. the code I used is: File fileDownload = new File(""); String[] f

Re: [appengine-java] Re: can not find created folder under war

2011-02-28 Thread
ava/config/appconfig.html#Static_Files_and_Resource_Files > > that could be the cause. > > regards > > didier > > On Feb 28, 12:45 pm, 王宇辉 wrote: > > Hi guys, > > > > I created a folder "download" under "war", then deployed it to the > server, > > but can&#