On 9 Aug 2010, at 21:40, alesj wrote:

See an example here which allows running GAE from a normal main() method

http://code.google.com/p/remote-datastore/source/browse/src/main/ java...

How should appId and warPath look like?
(I see here are "no-local-appid-set" ands ".")
Or what's their purpose?

AppId is... well what ever your app id is. warPath is normally "war" or "target/youapp-1.0" if you are using maven. In the case of the datastore it is the directory relative to which your local_db.bin will be created.

--
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.

Reply via email to