Alfresco's JLAN seems to come close to what we want, but it's not open
source.
Is there anything else?
Thanks,
Jan
It depends on what you need. If your "data repository" is in fact a
filesystem, then numerous add-on tools such as Samba should provide
this for UNIX or Linux based systems. And the NFS or FTP access
provided by JLAN are also built into UNIX or Linux systems via Samba
and native NFS or AFS. In fact, *why* would you want JLAN? Writing
things in Java is fun and cool, but replacing core network components
that have been optimized and implemented for years is just begging for
pain, and it's going to run into exactly the same hairy problems that
CIFS and NFS have already dealt with: performance optimization,
authentication, file-locking, upper and lower case filename
resolution, etc.
If your "data repository" is not a file system, then you definitely
need to explain what it is to get better hints on appropriate tools.
For example, the Subversion source control works reasonable well as a
WebDAV over HTTPS accessible repository.