如何使用 RichFaces 4 持续更新消息?
我是 RichFaces 4 和 JSF 2 的新手,我正在同时使用两者。 如何使用 RichFaces 保持某些消息始终更新? 例如:一个时钟,服务器不断向客户端发送消息。
有人可以提供一些代码来说明如何做到这一点吗?
谢谢。
此致, 瓦尔特·恩里克.
i'm new with RichFaces 4 and JSF 2, i'm working with both together.
How do i keep some message updating all time using RichFaces ?
E.g: a clock, where the server keep sending a message to the client.
Could someone provide some code where it show how do that ?
Thanks.
Best regards,
Valter Henrique.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
反向 AJAX/comet 就是这样。有关更多详细信息,请参阅此问题:使用 JSF 反向 Ajax?
Reverse AJAX/comet would be the way. See this question for additional details: Reverse Ajax with JSF?
您还可以使用 a4j:poll 并渲染时钟组件。
You could also use a4j:poll and render the clock component.