Return-Path: Delivered-To: apmail-incubator-river-dev-archive@locus.apache.org Received: (qmail 15833 invoked from network); 21 Dec 2008 04:56:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2008 04:56:01 -0000 Received: (qmail 56672 invoked by uid 500); 21 Dec 2008 04:56:01 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 56647 invoked by uid 500); 21 Dec 2008 04:56:00 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 56636 invoked by uid 99); 21 Dec 2008 04:56:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2008 20:56:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hedhman@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2008 04:55:54 +0000 Received: by an-out-0708.google.com with SMTP id d14so505202and.0 for ; Sat, 20 Dec 2008 20:55:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=3EVVD/BogGF1D6/itjDyFn8bV30mkDL216hhR++ZIt0=; b=FLt4lxQRKvA9hmMrZAIzQ1nzy9RJzTaFRiw2dr4Ukm76oLm/GQJJUYGrrlvrM29K1f vVbOLs2qlk0TJOaEcMyhjfXHBXopljlc6LqRk5zyBzAFbeUXp3L0NIXrhPfI3l3MquQ0 +4xj85nBeZRxTplVvJ5mA80p4WIEquYhlXy4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=Ozm0COOxAlsVipByqPOHh8gbWAEP6ielfzyUk9SjTLKHt+NOuaUJBEwbpLspYabUV7 I6jFHFbi3iCjQMCg9F4SUAmRrhkAODbTmRFq+zJSxAozTPPBtPrPHVRTwiI6S8oClsto B9lqiCg0MEd3r7NJpm/ADhpAOmSqflW14eYTM= Received: by 10.101.69.6 with SMTP id w6mr3156406ank.138.1229835333659; Sat, 20 Dec 2008 20:55:33 -0800 (PST) Received: by 10.100.242.15 with HTTP; Sat, 20 Dec 2008 20:55:33 -0800 (PST) Message-ID: Date: Sun, 21 Dec 2008 12:55:33 +0800 From: "Niclas Hedhman" Sender: hedhman@gmail.com To: river-dev@incubator.apache.org Subject: Re: Split JavaSpaces and JINI In-Reply-To: <50375DBF-0C6B-47EF-B663-4580429F73AB@topiatechnology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <964EAC824495234A86F3C47DA8BD8AAD17750A@sucden-exch.sucden.co.uk> <4941402C.7050405@cox.net> <14C822B2-2BFA-492F-B098-2927E30D831C@gmail.com> <4BDA6FEC-AF96-4574-A1D5-8E6402C2471B@topiatechnology.com> <494CCED8.5090203@dcrdev.demon.co.uk> <31F55B39-9E76-497C-882A-19058F5B04C4@topiatechnology.com> <872095.70178.qm@web33805.mail.mud.yahoo.com> <50375DBF-0C6B-47EF-B663-4580429F73AB@topiatechnology.com> X-Google-Sender-Auth: ec05d9014160d2c8 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Dec 21, 2008 at 9:20 AM, Michael McGrady wrote: > I think a space is not only useless > without an entry but an entry is useless without a space. Right on the spot of controversy; Entry is used elsewhere, not only in JavaSpaces. Do you now agree that Entry should be in its own package? Same goes for Transactions and Leases. > From my point of > view, lookup should be decoupled from spaces, entries and the operations, Lookup of services IS decoupled from JavaSpaces. BUT Lookup SHARES a need for Entry, which is different. And sticking Entry in JavaSpaces is therefor wrong architecturally. Cheers Niclas