我想实现响应式应用。
目前我有java REST服务,但每次我想获得新数据时都需要请求REST服务。
我想知道是否可以将客户端桌面JavaFX应用程序连接到WebSocket服务。
由于我可以实现全双向通信。
答案 0 :(得分:2)
请看下面这篇文章:
JavaFX desktop application - socket communication with web serivce
使用Spring Websockets api可以很好地完成它。
您还可以查看下面的Spring文档:
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/websocket.html