Return-Path: X-Original-To: apmail-openejb-users-archive@www.apache.org Delivered-To: apmail-openejb-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 2A4C59E60 for ; Mon, 30 Jan 2012 17:40:25 +0000 (UTC) Received: (qmail 47024 invoked by uid 500); 30 Jan 2012 17:40:25 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 46955 invoked by uid 500); 30 Jan 2012 17:40:24 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 46947 invoked by uid 99); 30 Jan 2012 17:40:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 17:40:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.blevins@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 17:40:16 +0000 Received: by pbcc11 with SMTP id c11so4919573pbc.35 for ; Mon, 30 Jan 2012 09:39:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=WTouvLxfduIuoO0T3Ess0uKN3mW5IiBOkd6SBm9hkJQ=; b=Ioff6z+tEj/ZvTpzW1CCgnQ8dJXg6cuu0+hBC5RbXzehrdXIDAVecXrKMjvU4h4uxi CHuDjH/huHs6gV82hkmSKdF5sv9hagu7AwupnyhBenON3QsKELeluAKFoso4MwGP0IME EFLlg8nlilDVeY7IXxODFDHMoOvXOmiPh7fSU= Received: by 10.68.212.40 with SMTP id nh8mr42936979pbc.114.1327945193049; Mon, 30 Jan 2012 09:39:53 -0800 (PST) Received: from [192.168.0.2] (cpe-76-175-195-209.socal.res.rr.com. [76.175.195.209]) by mx.google.com with ESMTPS id p9sm48639275pbb.9.2012.01.30.09.39.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jan 2012 09:39:49 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1251.1) Subject: Re: Jetty Support From: David Blevins In-Reply-To: <1327918411194-4340539.post@n4.nabble.com> Date: Mon, 30 Jan 2012 09:39:48 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1327910443608-4340294.post@n4.nabble.com> <1327918411194-4340539.post@n4.nabble.com> To: users@openejb.apache.org X-Mailer: Apple Mail (2.1251.1) On Jan 30, 2012, at 2:13 AM, john70 wrote: > Hi Romain, >=20 > Thank you very much for response! >=20 >=20 > Romain Manni-Bucau wrote >>=20 >> Why do you prefer jetty? You can run tomee in a test, you can use >> arquillian, you can run it from your pom too. Do you prefer jetty = because >> of jetty or because of something missing to tomcat/tomee? >>=20 >=20 > First because of Jetty and second because Jetty has full and rock = solid > support for WebSockets protocol. I know that JEE7 will add WebSockets > support later this year to the Servlet specification. But for me it is = not > clear when Tomcat will add support for WebSockets. And if Tomcat = developers > add support for WebSockets, they will need time to make it bug-free = and rock > solid. And Jetty developers (especially Greg Wilkins) have = participated in > the development process of WebSockets protocol and have a working > implementation for at least one year. >=20 > Currently we are using JBoss 4.2 with Jetty and it works very well. = But > JBoss 4.2 is really old and we would like to replace it with something = new. > We are looking currently at all application servers and one option = was/is to > use Jetty with OpenEJB. But if you don't have support for Jetty or do = not > plan to add support for Jetty, than we can remove OpenEJB from out > candidates list. The big question is if you need it to be Java EE 6 certified. Restoring = the Jetty module is fairly easy, Java EE 6 certifying it would take a = couple months. -David