Re: Abstract layer to access file system

2012-06-02 Thread Dave Newton
There's VFS, maybe it'd be possible to do something with that... I'm assuming the work is at least partially to support some jboss stuff, but I'm not sure. Dave On Saturday, June 2, 2012, Wendy Smoak wrote: > On Fri, Jun 1, 2012 at 5:11 PM, Dave Newton wrote: >> That'd require manual configura

Re: Abstract layer to access file system

2012-06-02 Thread Wendy Smoak
On Fri, Jun 1, 2012 at 5:11 PM, Dave Newton wrote: > That'd require manual configuration, potentially complicating the build > and/or deploy process, but that doesn't make it a bad idea. Grabbing it > from a JNDI resource would be another potential solution. > > Not sure if it could be (reliably)

RE: Abstract layer to access file system

2012-06-02 Thread Martin Gainty
agreed...JNDI lookup makes sense once the application context is created and populated If you want access to file, http, jar file-systems have you evaluated commons-vfs for your new Abstract class to build upon? http://commons.apache.org/vfs/download_vfs.cgi Martin... __