Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 71308 invoked from network); 25 Mar 2008 11:47:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 11:47:52 -0000 Received: (qmail 22893 invoked by uid 500); 25 Mar 2008 11:47:50 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 22817 invoked by uid 500); 25 Mar 2008 11:47:50 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 22806 invoked by uid 99); 25 Mar 2008 11:47:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 04:47:50 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [68.230.240.7] (HELO eastrmmtao101.cox.net) (68.230.240.7) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 11:46:59 +0000 Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080325114720.JIG880.eastrmmtao101.cox.net@eastrmimpo01.cox.net> for ; Tue, 25 Mar 2008 07:47:20 -0400 Received: from [192.168.0.100] ([24.255.120.190]) by eastrmimpo01.cox.net with bizsmtp id 5PnJ1Z00X46aSr402PnJkB; Tue, 25 Mar 2008 07:47:18 -0400 Message-Id: <437821B7-D2E5-4853-A2DD-0E17E64BC994@reverycodes.com> From: Vadim Gritsenko To: dev@cocoon.apache.org In-Reply-To: <47E8A56B.1040006@apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: JNet integration doubts Date: Tue, 25 Mar 2008 07:47:18 -0400 References: <47E509B2.7050003@tuffmail.com> <47E50A75.8090001@apache.org> <47E51B61.2050701@tuffmail.com> <47E7F20D.3020308@tuffmail.com> <47E8A56B.1040006@apache.org> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 25, 2008, at 3:10 AM, Carsten Ziegeler wrote: > The abstraction we introduced with all these sub interfaces from > source looked great in the beginning, but today I'm not sure that > you really need this. Traversing over http urls is not working for > instance; if you want to traverse of files, well use the file api etc. Just to give an example, WebDAV, FTP, XML:DB all are traversable and all do not implement File API. I don't even think it is possible to extend File APIs with your own file systems (java.io.FileSystem is package private). Vadim