Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 49183 invoked from network); 3 Oct 2007 03:38:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 03:38:23 -0000 Received: (qmail 8544 invoked by uid 500); 3 Oct 2007 03:38:11 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 8485 invoked by uid 500); 3 Oct 2007 03:38:11 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 8474 invoked by uid 99); 3 Oct 2007 03:38:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 20:38:11 -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 wsmoak@gmail.com designates 66.249.82.239 as permitted sender) Received: from [66.249.82.239] (HELO wx-out-0506.google.com) (66.249.82.239) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 03:38:13 +0000 Received: by wx-out-0506.google.com with SMTP id s7so3608248wxc for ; Tue, 02 Oct 2007 20:37:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+/qBARlM2VOP2c3L+PBBbMoIAfo+ZlevJTmDf6BPlBw=; b=frlCtesj1xpydkfOhHCo467fkumA9Kc9HlvkJmzzrdSWIGaJF3Z70jzN8NyI4Qn0M8qDP/MfcQOcEeQ0QPNmc5KKwYqyl2Tz6hDNnUZAYM73lql4bxJV7NFqd4hp9P3vtDzVED8f/hm2TXHv6vrJVkldg32t6cp5B0YM3p4om7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BJImaOqfpOIZs6um9uFsmyQW425DThqoOA3FMkvRlC0/XW2cW+3sWT463BjuGvq8o2mOVs4QPSu6ff4Pk6Rh/ckUt0ZYv5/x8t7Iu+I5jZWgHDovbELbD5wqfK0QpcAR6GN02lUB00oK+Z+SNi6xqcThblvXlBCmE3Tb18O3N9Y= Received: by 10.70.28.9 with SMTP id b9mr13651062wxb.1191382672669; Tue, 02 Oct 2007 20:37:52 -0700 (PDT) Received: by 10.90.120.14 with HTTP; Tue, 2 Oct 2007 20:37:52 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 20:37:52 -0700 From: "Wendy Smoak" To: "MyFaces Development" Subject: Re: GuiceFaces In-Reply-To: <446564320710022030r1b084bccjd4be98492ce6d6d8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <446564320710022030r1b084bccjd4be98492ce6d6d8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/2/07, Dennis Byrne wrote: > I've thrown together a couple of different ways of getting MyFaces to use > Guice (similar to > org.springframework.web.jsf.DelegatingVariableResolver ). > I would like a place to commit this but some of this code (a custom > ELResolver) depends on JSP 2.1 . Taking this code along the > sandbox->tomahawk route will obviously interfere w/ the dependencies that > are already in those pom files. Thoughts on the following? Create a myfaces/sandbox/guicefaces directory at the very top of the repo so it's separate from everything else? -- Wendy