Native File System Integration

2005-08-02 Thread Ersin Er
Hi, Is there any Java based solution for mounting any file resourse (cifs, zip, etc.) to a drive on Windows and to any where in UNIX? I know, this is not directly related to Commons VFS. One more question that is related to Commons VFS and my previos question is: Is there any Java and

[VFS] Native File System Integration (resending)

2005-08-02 Thread Ersin Er
Hi, Is there any Java based solution for mounting any file resourse (cifs, zip, etc.) to a drive on Windows and to any where in UNIX? I know, this is not directly related to Commons VFS. One more question that is related to Commons VFS and my previos question is: Is there any Java and Commons

Commons VFS Users?

2005-05-09 Thread Ersin Er
Hello, Are there any projects (like a media player) that supports commons-vfs? Or is it applicable to use commons-vfs as the single file system abstraction layer to support lots of file systems in an application? I'll develop a network file system and I want to wrap it also with commons-vfs.

Re: [vfs] Commons VFS Users?

2005-05-09 Thread Ersin Er
Mario Ivankovits wrote: Ersin Er wrote: Are there any projects (like a media player) that supports commons-vfs? There are some other projects already using it. I know chainsaw (logfile viewer for log4j). We use it in our application (large business application) as java.io.file replacement. I

Re: [vfs] Commons VFS Users?

2005-05-09 Thread Ersin Er
Mario Ivankovits wrote: Ersin Er wrote: How about the new J2SE 5 I/O improvements? Does commons-vfs benefit from those changes? Or is it planned in the near future? Hmm. I dont think so. The main focus of VFS is to access files on http/ftp/smb/webdav/file/... all via the same api. As long