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 SVN--which has not yet been packaged as a release--adds support for an API based on the JDK7 NIO2 project (http://openjdk.java.net/projects/nio/). GaeVFS also includes servlet for uploading and download files, and for doing directory listings: http://code.google.com/p/gaevfs/source/browse/trunk/src/com/newatlanta/appengine/servlet/GaeVfsServlet.java Finally, GaeVFS also implements a pluggable file system for the H2 relational database to provide SQL database support for Google App Engine; this is considered experimental for now: http://code.google.com/p/gaevfs/wiki/H2GAE Vince On Mon, Sep 14, 2009 at 2:52 PM, Sam Sach <[email protected]> wrote: > > Hi: > > I'd like my app to download and upload from the datastore -- that is, > to work as a file system. The only API, however, that I've found that > does this is written in Python. I'd like to know what if there's a > Java equivalent. > > --Sam > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
