Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 15339 invoked from network); 22 Nov 2004 20:58:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Nov 2004 20:58:30 -0000 Received: (qmail 48641 invoked by uid 500); 22 Nov 2004 20:58:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 48554 invoked by uid 500); 22 Nov 2004 20:58:27 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 48539 invoked by uid 99); 22 Nov 2004 20:58:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [68.106.145.93] (HELO allen.spiderstrategies.com) (68.106.145.93) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 12:58:25 -0800 Received: from mattlaptop ([151.200.161.178]) by allen.spiderstrategies.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 22 Nov 2004 16:00:58 -0500 Message-ID: <00bc01c4d0d5$fe3e1730$0302a8c0@mattlaptop> From: "Matt Sgarlata" To: "Jakarta Commons Developers List" References: <20041121145254.T752@minotaur.apache.org> <009201c4d047$292fa420$0302a8c0@mattlaptop> <1c661f2f04112120114eb9b7c2@mail.gmail.com> Subject: Re: [VOTE] Release Chain 1.0 Date: Mon, 22 Nov 2004 15:58:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-OriginalArrivalTime: 22 Nov 2004 21:00:58.0781 (UTC) FILETIME=[5DC24CD0:01C4D0D6] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sorry, one more comment for ServletWebContext, below... ----- Original Message ----- From: "Don Brown" To: "Jakarta Commons Developers List" Sent: Sunday, November 21, 2004 11:11 PM Subject: Re: [VOTE] Release Chain 1.0 > As for ServletWebContext, I see your point, but I'd argue that > business classes would never see the actual ServletWebContext, but > rather get passed an application-specific context, which may or may > not contain ServletWebContext. For Struts, I'm thinking we'd use an > ActionContext, which would look for objects in the scope hierarchy on > a get() as you suggest, if it detected a WebContext. Otherwise, the > value would come right out of the ActionContext. I could see the > value in bringing that scope logic to WebContext, however. OK, assuming we like ServletWebContext as it currently stands, wouldn't it make more sense for getRequestScope(), getSessionScope(), etc. to return Context instead of Map? > Don Matt --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org