GWT Comet 集成(服务器推送)帮助
我在服务器上使用 comet 时遇到一些困难
首先,我正在使用 gwt 托管的默认配置 模式(即使用码头),我需要进行任何更改才能启用 comet
现在,在服务器上我想要的是客户端将发送请求并 然后他就会被加入一个所谓的团体。任何时候、任何变化 发生在所有组上,所有连接到该组的客户端都会被创建 意识到的。
有人可以帮忙吗?
I am getting some difficulties with comet on the server
First, I am working with the default configuration of the gwt hosted
mode(i.e. using jetty), do i need to make any change to enable comet
Now, on the server what I want is a client will send a request and
then he will be enrolled in a so-called group. Whenever, any change
happens to all group, all client connected to that group are made
aware.
Can someone help with this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看 http://code.google.com/p/gwt-comet/wiki /入门
Check out http://code.google.com/p/gwt-comet/wiki/GettingStarted