Great work man.!!!
On Sun, May 31, 2009 at 3:25 AM, Vince Bonfanti wrote:
> The first public release (0.1) of GaeVFS is now available:
>
>http://gaevfs.appspot.com/
>
> GaeVFS is a plug-in for Apache Commons VFS that implements a virtual file
> system on top of the Google App Engine for Java
I would be very happy if you could reference it from the Commons VFS web
site as a 3rd party plug-in. (Yes, the GaeVFS jar does contain a
vfs-providers.xml configuration, so there's no need to add it to
providers.xml).
On Sun, May 31, 2009 at 2:32 AM, Ralph Goers wrote:
>
> On May 30, 2009, at 2:5
There are two reasons for this:
1. GAE does not set the "os.arch" or "os.version" system properties.
When Commons VFS initializes, it tries to do this (OS.java line 36), which
throws NullPointerExceptions:
* private* *static* *final* String *OS_ARCH* = System.*getProperty*(
"os.arch").toLow
On May 31, 2009, at 2:44 AM, Mario Ivankovits wrote:
There is no need to add this to VFS's providers.xml as a vfs plugin
is able to provides its own vfs-providers.xml [1] which will be
loaded by VFS then automatically.
Thanks for reminding me. Then I wonder what the requirement that th
Hi!
>> http://gaevfs.appspot.com/
cool stuff!
> This is kind of cool. My first thought was that it might be nice to
> include it in VFS itself, but after looking at
> http://code.google.com/appengine/terms.html
> I have my doubts that including this at Apache would be doable even
> as a
good job man ! was working on a similar thing but used email accounts as
storage. really nice job!
On Sun, May 31, 2009 at 9:32 AM, Ralph Goers wrote:
>
> On May 30, 2009, at 2:55 PM, Vince Bonfanti wrote:
>
> The first public release (0.1) of GaeVFS is now available:
>>
>> http://gaevfs.appsp
On May 30, 2009, at 2:55 PM, Vince Bonfanti wrote:
The first public release (0.1) of GaeVFS is now available:
http://gaevfs.appspot.com/
GaeVFS is a plug-in for Apache Commons VFS that implements a virtual
file
system on top of the Google App Engine for Java (GAE) datastore. It
provide
The first public release (0.1) of GaeVFS is now available:
http://gaevfs.appspot.com/
GaeVFS is a plug-in for Apache Commons VFS that implements a virtual file
system on top of the Google App Engine for Java (GAE) datastore. It provides
a writeable file system for GAE, since GAE does not allo