users@tyrus.java.net

Re: RE: JSR 356 WebSockets implementation

From: <johan_at_lodgon.com>
Date: Wed, 13 Feb 2013 10:05:10 +0000 (GMT)

Update:
I can confirm that Glassfish 4b74 works well if you compile your
applications using tyrus-1.0b10 and websocket-spec-1.0b11

Note: websocket-spec 1.0b11 is not the latest version of the
javax.websocket api (e.g. it requires a configuration attribute in the
@WebSocketEndpoint)

I am aware that I will have to change my application code once the
javax.websocket spec is frozen, and the tyrus implementation has
catched up with the frozen spec.

But for now, Glassfish 4b74 is a nice starting point for doing
websocket development.

- Johan