Sample code
The directories src/share/sample/nio/file and
src/share/sample/nio/multicast contain a number of
samples that demonstrate the new APIs.
In addition, the following samples have been contributed:
- FileDemo (link TBD), developed by Leif Samuelsson, is a small Swing application that demonstrates the file change notification API.
- zipfs, developed by Rajendra Gutupalli and Jaya
Hangal is a sample file provider that treats the contents of zip or
Java Archive (JAR) files as file systems. This can be found in the
src/share/demo/nio/ZipFileSystemdirectory.
The next release of Grizzly will be able to make use of the asynchronous I/O API. This will demonstrate how to use these APIs in a scalable manner.

