[commons-vfs] Using a unique FileSystemManager instance???

1 message Options
Embed this post
Permalink
nodje

[commons-vfs] Using a unique FileSystemManager instance???

Reply Threaded More More options
Print post
Permalink
Hi,
is it safe to use a unique FileSystemManager implementation instance for an application?
I understand it's static, and that there are no need for having several instances.
I'd like to configure a FileSystemManager as a Spring singleton and inject it in classes that needs it.

Is there anything wrong with that way of doing?

cheers
-nodje