I\'m using Spring 3.2.5 without full new JSR-356 WebSockets support.
I would like to have singleton-bean reference in my @ServerEndpoint WebSocket serve
@ServerEndpoint
Try
@ServerEndpoint(value = "/ws", configurator = SpringConfigurator.class)
And add maven dependency
org.springframework spring-websocket