Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 54299 invoked from network); 26 Feb 2003 03:32:13 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 Feb 2003 03:32:13 -0000 Received: (qmail 1661 invoked by uid 97); 26 Feb 2003 03:33:57 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 1654 invoked from network); 26 Feb 2003 03:33:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 26 Feb 2003 03:33:57 -0000 Received: (qmail 54014 invoked by uid 500); 26 Feb 2003 03:32:10 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 53888 invoked from network); 26 Feb 2003 03:32:10 -0000 Received: from mail013.syd.optusnet.com.au (210.49.20.171) by daedalus.apache.org with SMTP; 26 Feb 2003 03:32:10 -0000 Received: from 192.168.0.14 (c17021.rochd3.qld.optusnet.com.au [211.28.126.134]) by mail013.syd.optusnet.com.au (8.11.6/8.11.6) with ESMTP id h1Q3WHT09951 for ; Wed, 26 Feb 2003 14:32:18 +1100 From: Adam Murdoch To: "Jakarta Commons Developers List" Subject: Re: VFS and JNDI Date: Wed, 26 Feb 2003 13:27:09 +0000 User-Agent: KMail/1.5 References: <3E5C23C4.8040501@hanaden.com> In-Reply-To: <3E5C23C4.8040501@hanaden.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302261327.09890.adammurdoch@apache.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 26 Feb 2003 02:17 am, Hanasaki JiJi wrote: > Any comparisons on VFS vs JNDI? seems very similar to me. They are very similar. JNDI is a little more general: a namespace of Objects. VFS is a little more specific: a hierarchy of files. VFS does not try to be as universal as JNDI does, even though there is going to be plenty of overlap (find by name, create, delete, get/set attribute, etc). VFS adds things that don't make sense under JNDI's more general model (get content as a stream, content signing, copy a tree, converting to/from java.io.File, etc), and does things in a way that reflects how files get used (as opposed to how generic namespaces of Objects get used). -- Adam --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org