See Also: - The API
|
WebNFS Client SDK IntroductionThere is much demand for distributed file system protocols, such as the WebNFSTM protocol. In particular, experienced JavaTM application developers want access to all of the files on the Internet in the same way. This toolkit includes Java class libraries which will provide a way to access files using the same UI for local and remote file access. Release ContentsThis release includes the following:
FeaturesThe NFS classes makes it possible to establish connections to a NFS version 2 or version 3 server using TCP or UDP. The classes also provide consistent naming with NFS URLs. Futher information about these classes can be found in the NFS Classes documenation and the javadoc html files. The extended filesystem API classes provide a common interface for multiple file system types. Also, they allow for dynamic loading of file system implementations. The API also provides a means to access file and file system specific information. Further information about these classes can be found in the API documentation and the javadoc html files. Using the Extended Filesystem APIThe API includes classes that are similar to java.io.*. These classes have been extended to include file access. Sample code is included in the zip file. DependenciesJDK 1.1 must be installed in order for this product to function. StatusThe WebNFS Client SDK is an evolving specification and is subject to change. Technical References
|
Last modified: November 21, 1997