[appengine-java] Re: What's the Java equivalent of appcfg.py?

2009-09-14 Thread Vince Bonfanti
The GaeVFS (Google App Engine Virtual File System) project implements a distributed, writable file system for Google App Engine: http://code.google.com/p/gaevfs/ The current release (0.3) supports an API based on Apache Commons VFS (http://commons.apache.org/vfs/). The latest code in

[appengine-java] Re: What's the Java equivalent of appcfg.py?

2009-09-14 Thread Sam Sach
Thanks, that answered my question. --Sam On Sep 14, 3:18 pm, Vince Bonfanti vbonfa...@gmail.com wrote: The GaeVFS (Google App Engine Virtual File System) project implements a distributed, writable file system for Google App Engine:    http://code.google.com/p/gaevfs/ The current release