users@tyrus.java.net

Re: JSR 356 WebSockets implementation

From: Stepan Kopriva <stepan.kopriva_at_oracle.com>
Date: Wed, 13 Feb 2013 11:21:36 +0100

Hi all,

the next promoted Glassfish build (b75) will contain tyrus 1.0-b11, which is implementing websocket-api 1.0-b12.

Stepan

On Feb 13, 2013, at 11:05 AM, <johan_at_lodgon.com> wrote:

> 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