The JnetFS project extends FUSE (Filesystem in Userspace) to kingdom of Java filed. With a implement of JnetFS(C/S or standlone) which demos how to create your file system in Linux/Unix.
Currectly FileSystem:
JavaNetFS - Access file system throught java.io.* API.
JavaDbFS - Access table, views through java.sql.* API.
JavaZipFS - Access Zip file through java.util.zip.* API.
JavaHttpFS - Access http online resouce through java.net.* API.
JnetShuffleFS - Access Ipos shuffle file system through http://sourceforge.net/projects/jshuffle/
Product's homepage
Requirements:
· Filesystem in Userspace