Agreed. Also, I would recommend checking out any existing plugins that may do something similar to what you're doing (search the plugins for FTP or something).
On Tue, Mar 30, 2010 at 1:33 AM, Tom <[email protected]> wrote: > > > > > I was wondering if I could >> use anything else, but I'm not familiar with Apache Commons. :( >> >> > > Commons provides building blocks, not end user tools, and certainly not > something that can act as a plugin in Eclipse. So you have to implement the > GUI part yourself. You could consider using Commons-VFS, which would allow > you to "upload" the files anywhere; FTP, WebDAV, filesystem, etc. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
