users@tyrus.java.net

Re: Re: JSR 356 WebSockets implementation

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

Thank you for this information.

That means that from b75 on, you don't have to supply the configuration
attribute anymore on the @WebSocketEndpoint.

(@WebSocketEndpoint in b12 of the websocket-api contains a default:

public Class<? extends DefaultServerConfiguration> configuration()
default javax.websocket.server.DefaultServerConfiguration.class;
)

Nice!

- Johan