|
Currently, the memory filesystem is the only supported filesystem. The beta plans to include mailto and http filesystems and possibly jndi and ftp filesystems. Memory Filesystem
Creates a filesystem entirely in memory. Objects, directories and
files are supported, so you can create a kiosk for different pages in
the application to share memory.
This can be used in place of a separate application object to store application data. File Filesystem
This is the familiar filesystem backed by the Java File class and the
default root for the
|