Richfaces + Icefaces Ajax 推送
我有一个使用 Jboss Seam + Richfaces 的项目,我想使用 comet (ajax 推送)。
我读过一些东西,发现 Icefaces ajax 推送非常有趣。
问题是我无法让icefaces和richfaces一起工作......不确定我的配置是否正确。
有人已经这样做了吗?使用 Jboss Seam 有哪些替代方案?
我阅读了 Atmosphere 框架及其注释,但我不知道如何将它与 Jboss Seam 一起使用。
提前致谢。
I have a project using Jboss Seam + Richfaces and I want to use comet (ajax push).
I've been reading some stuff and found Icefaces ajax push really interesting.
The problem is that I can´t get icefaces and richfaces work together... not sure if I'm configuring it right.
Somebody already did this? What are my alternatives using Jboss Seam?
I read about Atmosphere framework and its annotations but I didn´t figured out how to use it with Jboss Seam.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
a4j 支持 Ajax 推送:这是一个演示。
编辑,
又找到了两个:
http://relation.to/12032.lace
http://blog.eitchnet.ch/?p=57
a4j supports Ajax push: Here's a demo.
Edit,
Found two more:
http://relation.to/12032.lace
http://blog.eitchnet.ch/?p=57
实际上我想使用像 Icefaces 那样的长轮询方法。
richfaces 不断调用服务器将会杀死服务器。
它几乎杀死了我的开发者,想象一下有很多用户连接......
Actually I wanted to use a long polling method like Icefaces do.
This constant call to server that richfaces does is going to kill the server.
It almost killed mine just developing, imagine with a lot of users connected...
据我所知,当他们的 JSF 2.0 版本发布时(在 IceFaces 2.0 和 RichFaces 4.0 中),集成 IceFaces 和 Richfaces 是可能的。
As far I know integrating IceFaces an Richfaces will be possible when theirs JSF 2.0 versions will be released = in IceFaces 2.0 and RichFaces 4.0.