Skip to main content

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

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



Back to the top