Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty and websockets

Okay, thanks for clarifying.

Rossen


From: "Joakim Erdfelt" <joakim@xxxxxxxxxxx>
To: "JETTY user mailing list" <jetty-users@xxxxxxxxxxx>
Sent: Friday, March 22, 2013 9:28:49 PM
Subject: Re: [jetty-users] jetty and websockets

JSR-356 will be Jetty 9 only.

3 reasons for this.
 + JSR-356 is built for Java 7+
 + Jetty 9's websocket implementation has been refactored heavily to support the JSR.
 + Many decisions in the JSR were made with the upcoming Servlet API 3.1 in mind.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts


On Fri, Mar 22, 2013 at 6:06 PM, Rossen Stoyanchev <rstoyanchev@xxxxxxxxxx> wrote:
Hi Joakim,

is the plan to also backport JSR-356 to Jetty 8 or will that be on Jetty 9 only?

Rossen


From: "Anthony Dahanne" <anthony.dahanne@xxxxxxxxx>
To: "JETTY user mailing list" <jetty-users@xxxxxxxxxxx>
Sent: Friday, March 1, 2013 1:29:00 PM
Subject: Re: [jetty-users] jetty and websockets


Hello Joakim,
thanks for your answer; I did not know/check JSR 356 was such a moving target !
Nice to know you'll support it asap !
Anthony


On Fri, Mar 1, 2013 at 11:40 AM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
We have been working on supporting JSR-356 for some time (we started our efforts with the 006EDR draft back in September 2012).
However, the JSR-356 API/Spec is not stable yet.
The spec itself is still changing, rather dramatically (package renames, class renames, method refactors, new classes, removal of old classes) as recently as this week.

We are trying to keep ahead of it, but its understandably difficult to nail down support for a moving target ;-)
We expect to have support for JSR-356 shortly after it has been finalized.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts


On Thu, Feb 28, 2013 at 7:15 PM, Anthony Dahanne <anthony.dahanne@xxxxxxxxx> wrote:
Hello,
I was quickly reading the documentation at http://www.eclipse.org/jetty/documentation/current/configuring-websockets.html about WebSockets and Jetty, and was actually wondering what was the level of support of JSR 356 in Jetty; does Jetty 9 provide an implémentation of this spec ?
Thanks in advance,
Anthony

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top