Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 80028 invoked from network); 17 Jul 2006 17:02:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jul 2006 17:02:30 -0000 Received: (qmail 61070 invoked by uid 500); 17 Jul 2006 17:02:30 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 61056 invoked by uid 500); 17 Jul 2006 17:02:30 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 61047 invoked by uid 99); 17 Jul 2006 17:02:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 10:02:30 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robyates70@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 10:02:29 -0700 Received: by wr-out-0506.google.com with SMTP id i7so610895wra for ; Mon, 17 Jul 2006 10:02:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=btafZvWwalmbLz7PeDfW8jocneGRQigbME2yMzsh/JojEObKzhDBlGRWKG9TuRN1jHY3s7xdw17RNZNGCaWrGZgb+DSsDwBcCo4j8OpS+jzTyq2ul+xSvrYbLOLWs+eCjk7/+QELrsEOYxMTZo4mxP8ACePUaEhMbzjjtwxMRa4= Received: by 10.54.158.20 with SMTP id g20mr2230162wre; Mon, 17 Jul 2006 10:02:08 -0700 (PDT) Received: from ?9.33.34.55? ( [129.33.49.251]) by mx.gmail.com with ESMTP id 14sm805867wrl.2006.07.17.10.02.07; Mon, 17 Jul 2006 10:02:08 -0700 (PDT) Message-ID: <44BBC289.3080600@gmail.com> Date: Mon, 17 Jul 2006 13:02:01 -0400 From: Robert Yates User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Performance and the Registered Alternates mechanism References: <44B85C5C.3010909@gmail.com> <7edfeeef0607142011x554b30ear6f918c5919d201aa@mail.gmail.com> <44B864AB.8020807@gmail.com> In-Reply-To: <44B864AB.8020807@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N James M Snell wrote: >The motivation was to have a means of inserting an alternate >implementation of, say, FOMEntry that implemented custom behaviors >without having to create a new FOMFactory subclass. However, the >approach is actually bit bogus (IMHO). > >- James > Yup, I agree the approach was bogus :). We have an alternative means of doing this now, using delegation vs. subclassing, so this "feature" can be removed. Rob