Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 27281 invoked from network); 3 Mar 2006 17:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 17:50:34 -0000 Received: (qmail 19314 invoked by uid 500); 3 Mar 2006 17:51:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 18967 invoked by uid 500); 3 Mar 2006 17:51:18 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 18956 invoked by uid 99); 3 Mar 2006 17:51:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 09:51:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.14.253.135] (HELO goku.simulalabs.com) (64.14.253.135) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 09:51:17 -0800 Received: by goku.simulalabs.com (Postfix, from userid 501) id D4A2AEC03E3; Fri, 3 Mar 2006 09:51:02 -0800 (PST) Received: from localhost (goku [127.0.0.1]) by goku.simulalabs.com (Postfix) with ESMTP id AB967EC03E2 for ; Fri, 3 Mar 2006 09:51:02 -0800 (PST) Received: from goku.simulalabs.com ([127.0.0.1]) by localhost (goku.simulalabs.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11161-01 for ; Fri, 3 Mar 2006 09:51:01 -0800 (PST) Received: from [172.16.224.243] (unknown [172.16.224.243]) by goku.simulalabs.com (Postfix) with ESMTP id 61B7CEC03E0 for ; Fri, 3 Mar 2006 09:51:01 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <4406A4FA.4050605@mortbay.com> References: <4406A4FA.4050605@mortbay.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <981CC694-BB3C-4F99-BADF-7DF46BC607A2@hiramchirino.com> Content-Transfer-Encoding: 7bit From: Hiram Chirino Subject: Re: heads-up: Servlet-2.5 & jetty 6 branch? Date: Fri, 3 Mar 2006 12:51:39 -0500 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at goku.simulalabs.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 On Mar 2, 2006, at 2:55 AM, Greg Wilkins wrote: > > All, > > I'm tuning back into G after zoning out for a while.... > I'd like to started work on the jetty6 integration to > provide servlet 2.5 > > The goals of the jetty 6 integration will be: > + 2.5 servlet API. > + annotation support > + Simplify integration using Jetty 6 interceptor friendly > architecture. > + Use geronimo threadpool > + Use Session API ( or iteration of that (see comments posted > earlier)) as > basis of session manager > + Experiment with WADI and clustering integration > + Better JACC specific security handler (perhaps to be back ported > to Jetty) > + Potentially use common server socket factories and eventually > SSL Engine > factories > > For this I'm going to created a branch geronimo/sandbox/servlet-2.5 > and add geronimo-spec-servlet to geronimo/spec/branches/JEE5 > > I'm going for a full branch: > > + because I actually want to see how hard it will be to use > svn to maintain a parallel dev branch. > + I want some stability > + I think there will be some moderately global changes that > may affect multiple modules. > + The branch will be a good place for a 2.5 tomcat module > to be developed at the same time. > > everybody OK with this? > I'd like to start this soonish, although I'm tempted to wait > for maven2 to be working. > > cheers > > >