Websockets:<f:websocket> 和@ServerEndpoint

Websockets: <f:websocket> and @ServerEndpoint

我目前正在研究 JSF 2.3 和 websockets。

我很清楚在 xhtml 页面中使用 <f:websocket> 以及使用 @ServerEndpoint 定义网络套接字端点。

但是有什么方法可以将这两者结合起来<f:websocket>连接到现有的带注释的 ServerEndpoint 吗?

没有找到任何有用的信息。

But is there any way to combine those two to get <f:websocket> to connect to an existing annotated ServerEndpoint?

没有

<f:websocket> 只监听它自己自动注册的 ServerEndpoint

无论您想用这种方式解决什么问题,都必须以不同的方式解决。