You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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


Problems

What to do if access to a filesystem fails.

VfsProblems


Solutions

VfsCacheStrategy


FAQ

Lets start creating a FAQ:

  • VfsFaq
  • VfsCapabilitiesMatrix

Future

Stuff we will see in (one of) the next release(s):

VfsNext


Articles


Related Projects

  • VFS JFileChooser - A Java Swing component which browses local or remote locations using VFS
  • Dctm VFS - Provides a plugin for Commons VFS that allows you to access EMC Documentum as a filesystem.
  • VFS FTPServer - provides a Commons VFS implementation for the Apache FTPServer project
  • GaeVFS - GaeVFS is an Apache Commons VFS plug-in that implements a distributed, writeable virtual file system for Google App Engine (GAE) for Java.
  • Commons VFS UI - Commons VFS UI is a gui application for the Commons VFS.
  • 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.
  • 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.
  • Loopy - Loopy is ISO9660 file system (i.e. .iso files) plug-in for Apache Commons VFS.
  • 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.

  • No labels