Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 19407 invoked from network); 25 Mar 2004 11:46:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 11:46:09 -0000 Received: (qmail 75883 invoked by uid 500); 25 Mar 2004 11:46:06 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 75847 invoked by uid 500); 25 Mar 2004 11:46:05 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 75826 invoked from network); 25 Mar 2004 11:46:05 -0000 Received: from unknown (HELO smtp02.myhosting.com) (168.144.68.182) by daedalus.apache.org with SMTP; 25 Mar 2004 11:46:05 -0000 Received: from lagrange ([81.225.125.114]) by smtp02.myhosting.com (Merak 7.1.0) with ASMTP id DXA74513 for ; Thu, 25 Mar 2004 06:46:04 -0500 From: "Leo Sutic" To: Subject: RE: [RT] On building on stone Date: Thu, 25 Mar 2004 12:46:03 +0100 Message-ID: <005401c4125e$c0e07da0$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: <4061F769.6010600@apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > From: Stefano Mazzocchi [mailto:stefano@apache.org] > > Because avalon components are directly wired while the new components > will be loosely wired. This is the only way we can achieve > hot-swapping polimorphism and Avalon4 simply cannot do that. So, even if you instead of having: Client ---- Component have: Client ---- Proxy ---- Component You can't do the hotswap? Is this related to the statefulness of the component? /LS