Return-Path: Delivered-To: apmail-jakarta-avalon-dev-archive@apache.org Received: (qmail 85699 invoked from network); 1 Oct 2002 12:57:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Oct 2002 12:57:51 -0000 Received: (qmail 19453 invoked by uid 97); 1 Oct 2002 12:58:24 -0000 Delivered-To: qmlist-jakarta-archive-avalon-dev@jakarta.apache.org Received: (qmail 19386 invoked by uid 97); 1 Oct 2002 12:58:23 -0000 Mailing-List: contact avalon-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-dev@jakarta.apache.org Received: (qmail 19297 invoked by uid 98); 1 Oct 2002 12:58:23 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Leo Sutic" To: "'Avalon Developers List'" Subject: RE: Map and Array Dependencies Date: Tue, 1 Oct 2002 14:59:07 +0200 Message-ID: <000401c2694a$555cb2b0$0801a8c0@Lagrange> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <200210012240.15763.peter@apache.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-OriginalArrivalTime: 01 Oct 2002 12:57:37.0812 (UTC) FILETIME=[1E635D40:01C2694A] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Just one more thing, Peter... I'm fine with the Array lookup. But the Map lookup looks a lot like a ComponentSelector. Is the difference that in both cases the component doing the lookup is intended to perform operations on *all* returned services, as opposed to just selecting one of them? That is, while with selector you did: 1. lookup selector. 2. select *one* service. 3. perform operation on service. But with Map / Array lookup you'd: 1. lookup Map / Array 2. foreach Service service in Map/Array do service.method () /LS > From: Peter Donald [mailto:peter@apache.org] -- To unsubscribe, e-mail: For additional commands, e-mail: