Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 3322 invoked from network); 27 May 2008 21:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 21:32:53 -0000 Received: (qmail 97571 invoked by uid 500); 27 May 2008 21:32:55 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 97543 invoked by uid 500); 27 May 2008 21:32:55 -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 97532 invoked by uid 99); 27 May 2008 21:32:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 14:32:55 -0700 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 jasnell@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 21:32:07 +0000 Received: by py-out-1112.google.com with SMTP id u52so1776321pyb.13 for ; Tue, 27 May 2008 14:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=bQIronnrxhw1weRxfqTBjlCGEVKWSsD1rrtbji8K3yc=; b=CioXOOKiaqI4uZ3RYNfN6RkvQOPfu4ELfa32+mGLc6psmL88xLrwApYATe0dtwXnJIxS7RAa/0Px72L2TOe/0mHrqflPSp4By35EyCGdlkhrlfAsIU4bKIup1ikXfmqUy+JifMS4A+NYiYWMHrLzLNOl6Gly5nMa5NchwKb607E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=aW30Jj4qtKtcYKrA43D2Q0FoiUlmlYPAIx4wR52GLppEqAifOJkfzBTYn8GY9Wdnzx78RmF6KbiudSNEWospTzBySEaRBDMysehdoq50Gg5CqdIbH1mSRo+dMnVdSxezFAei1Isl/mgAUC6AyrhkJDkfO2vLheDphJ8UIA8hzR0= Received: by 10.35.76.9 with SMTP id d9mr7184037pyl.17.1211923942882; Tue, 27 May 2008 14:32:22 -0700 (PDT) Received: from ?192.168.2.2? ( [98.224.93.96]) by mx.google.com with ESMTPS id f45sm13324626pyh.24.2008.05.27.14.32.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 May 2008 14:32:21 -0700 (PDT) Message-ID: <483C7DE0.1030206@gmail.com> Date: Tue, 27 May 2008 14:32:16 -0700 From: James M Snell User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: route implementation problem/discussion in shindig References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey Dave, for some reason I'm not able to pull up that jira issue. Can you provide a bit more context? - James David Primmer wrote: > https://issues.apache.org/jira/browse/SHINDIG-268 > Cassie Doll and I are going back and forth trying to figure out a > cleaner way to use dependency injection with the DefaultProvider and > the RouteManager. I'd like to ask your opinion on these issues and see > if there isn't a way we can design Abdera to make it more flexible. > svn head of shiding has a system that does not have the > useGuiceForRoutes.patch applied and that's what we're debating. > > thanks > > davep >