Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 565A9107A6 for ; Wed, 10 Jul 2013 10:18:44 +0000 (UTC) Received: (qmail 81033 invoked by uid 500); 10 Jul 2013 10:18:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 80807 invoked by uid 500); 10 Jul 2013 10:18:38 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 80792 invoked by uid 99); 10 Jul 2013 10:18:37 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 10:18:37 +0000 Received: from localhost (HELO [192.168.1.45]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 10:18:37 +0000 Message-ID: <51DD34F1.6060102@apache.org> Date: Wed, 10 Jul 2013 11:18:25 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Tomcat Users List CC: Jess Holle Subject: Re: servlet 3.1, etc? References: <51DC9771.3090407@ptc.com> In-Reply-To: <51DC9771.3090407@ptc.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 10/07/2013 00:06, Jess Holle wrote: > Is there an ETA (in terms of both a version and rough date) for Tomcat > moving to the new spec versions introduced by Java EE 7? Tomcat 8. Implementation complete? Best guess is a couple of months. The more help we get with the EL 3.0 implementation, the sooner we'll finish. Stable? Best guess is late this year / early next. > I'm talking about new servlet, JSP, EL, etc, specs, not about > non-web-tier stuff that's not even part of Tomcat. Servlet 3.1 Implementation complete. The HTTP upgrade code is very well tested as it is used as the basic for WebSockets. The other areas are less well tested. JSP 2.3 has minimal changes from 2.2 - mainly small changes due to changes in EL. It isn't complete but could be within a day or so of the EL being complete. EL 3.0. The API changes have been completed. The current focus is adding unit tests for the new API elements. Once the unit tests for the API are complete, work will start on the new syntax. This is where the bulk of the work remains for Tomcat 8. WebSocket 1.0 Implementation complete. Both client and server code pass the Autobahn testsuite. There are folks stress testing this implementation at the moment and that has highlighted a few implementation (and spec) issues. Those issues should be resolved (although I haven't looked at the dev list yet this morning...) So overall, I think progress looks pretty good. Folks that want to try out these new features can build Tomcat 8 from trunk (it really is very easy - ask here if you need some pointers). Snapshot releases are available for those folks that want to help with testing but can't / don't want to build Tomcat for themselves. Details on the dev list. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org