You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/28 15:53:22 UTC

[Commons Wiki] Update of "VFS" by AleksandrASokolov

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "VFS" page has been changed by AleksandrASokolov.
The comment on this change is: Add VFS plugins description and one article around VFS.
http://wiki.apache.org/commons/VFS?action=diff&rev1=13&rev2=14

--------------------------------------------------

  = VFS - Virtual File System =
- 
  Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.
  
- Its homepage is located at: [[http://commons.apache.org/vfs/]].
+ Its homepage is located at: http://commons.apache.org/vfs/.
  
  ----
  
  == Problems ==
- 
  What to do if access to a filesystem fails.
  
  '''VfsProblems'''
@@ -17, +15 @@

  ----
  
  == Solutions ==
- 
  '''VfsCacheStrategy'''
  
  ----
  
  == FAQ ==
- 
  Lets start creating a FAQ:
  
   * '''VfsFaq'''
@@ -32, +28 @@

  ----
  
  == Future ==
- 
  Stuff we will see in (one of) the next release(s):
  
  '''VfsNext'''
@@ -40, +35 @@

  ----
  
  == Articles ==
- 
-   * [[http://www.devx.com/Java/Article/30117|Extend the JDK Classes with Jakarta Commons, Part III]] - Explore Jakarta Commons components that enable you to parse arguments in a command-line application, connect to various file systems at the same time, allow an application to uniformly access configurations loaded from various sources, and pool any object.
+  * [[http://www.devx.com/Java/Article/30117|Extend the JDK Classes with Jakarta Commons, Part III]] - Explore Jakarta Commons components that enable you to parse arguments in a command-line application, connect to various file systems at the same time, allow an application to uniformly access configurations loaded from various sources, and pool any object.
+  * [[http://www.jroller.com/phidias/entry/scripting_vfs|Scripting VFS]] - JavaScript scripting examples using Commons VFS
  
  ----
  
  == Related Projects ==
- 
   * [[http://vfsjfilechooser.sourceforge.net/|VFS JFileChooser]] - A Java Swing component which browses local or remote locations using VFS
   * [[http://dctmvfs.sourceforge.net/|Dctm VFS]] - Provides a plugin for Commons VFS that allows you to access  EMC Documentum as a filesystem.
   * [[http://dctmvfs.sourceforge.net/ftpserver-vfs/|VFS FTPServer]] - provides a Commons VFS implementation for the Apache FTPServer project
   * [[http://code.google.com/p/gaevfs/|GaeVFS]] - GaeVFS is an Apache Commons VFS  plug-in that implements a distributed, writeable virtual file system for Google App Engine (GAE) for Java.
   * [[http://commons-vfs-ui.sourceforge.net/|Commons VFS UI]] - Commons VFS UI is a gui application for the Commons VFS.
+  * [[http://code.google.com/p/vfs-s3/|VFS-S3]] - Amazon S3 plugin for VFS (Apache Commons Virtual File System). VFS-S3 allows you to operate Amazon S3 buckets and files using Commons VFS. 
+  * [[http://sourceforge.net/projects/commonsvfsgrid/|Commons VFS Grid]] - Commons VFS Grid is a collection of file system providers for Commons VFS, which provide SRB, GridFTP and other Grid file systems. 
+  * [[http://sourceforge.net/projects/loopy/|Loopy]] - Loopy is  ISO9660 file system (i.e. .iso files) plug-in for Apache Commons VFS.
+  * [[http://sourceforge.net/projects/vfs-utils/|VFS-utils]] - This project provides some utilities for working with the Apache Commons VFS libraries. It provides a bridge to the Apache Mina FTP Server and a Java shell / console providing a command line interface to VFS operations. 
  ----
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org