RE: [vsf] WAS: [general] Zip file proxy?

2003-11-14 Thread Todd V. Jonker
I've done exactly this in Seedling (a HiveMind-ish application platform). My first attemp using java.io was exceptionally painful. It's currently implemented in via an abstraction layer called ConfigTree, from which you can get URLs, from which you can open a stream. Implementations of the Conf

Re: [vsf] WAS: [general] Zip file proxy?

2003-11-14 Thread Anthony Eden
[mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 13:39 To: Jakarta Commons Developers List Subject: Re: [vsf] WAS: [general] Zip file proxy? Subclassing io.File makes me rather uneasy. Most of its methods just doesn't make sense for "virtual files" like those inside an

Re: [vsf] WAS: [general] Zip file proxy?

2003-11-14 Thread __matthewHawthorne
---Original Message- From: Todd V. Jonker [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 07:27 To: Jakarta Commons Developers List Subject: RE: [vsf] WAS: [general] Zip file proxy? Hi Gary, Aren't you concerned that your giant-pile-of-code will behave incorrectly due to the

RE: [vsf] WAS: [general] Zip file proxy?

2003-11-14 Thread Gary Gregory
om: Todd V. Jonker [mailto:[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 07:27 > To: Jakarta Commons Developers List > Subject: RE: [vsf] WAS: [general] Zip file proxy? > > Hi Gary, > > Aren't you concerned that your giant-pile-of-code will behave incorrectly &

RE: [vsf] WAS: [general] Zip file proxy?

2003-11-14 Thread Todd V. Jonker
Hi Gary, Aren't you concerned that your giant-pile-of-code will behave incorrectly due to the fact that a File embedded in a Zip can't implement most of the File API properly? For anything but the most trivial pile I'd be pretty worried about unintended, or even damaging, behavior. On Thu, 13 No

RE: [vsf] WAS: [general] Zip file proxy?

2003-11-13 Thread Inger, Matthew
much better to create a new abstraction (which they've done), so there's no confusion, and less potential for error. -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:20 PM To: 'Jakarta Commons Developers List' Subject:

[vsf] WAS: [general] Zip file proxy?

2003-11-13 Thread Gary Gregory
Ah, yes, I do recall seing this component, it quite impressive. Could a [vsf] developer comment on the possibility of a java.io.File subclass (or subclasses)? I'd rather not port code... Gary > -Original Message- > From: Inger, Matthew [mailto:[EMAIL PROTECTED] > Sent: Thursday, November