如何触发大气中其他框架(彗星)的通知?
基本上我已经阅读了一些示例,但所有示例都独立包含在一个 servlet 中。 如:使用doGet建立长轮询连接,然后使用doPost触发事件通知所有挂起的连接。
这是我的问题:我在 spring mvc 中有其他 Web 操作编程,在 spring mvc 控制器中,用户通过 /message/post 发布消息,我怎样才能使此操作触发大气处理程序以通知挂起的连接?
basically i have read some samples, but all are self contained in one servlet.
such as: use doGet to establish the long polling connection, and then use doPost to trigger the event to notify all suspended connections.
Here is my question: I have other web actions programming in spring mvc, in the spring mvc controller a user post a message via /message/post, how can I make this action to trigger the atmosphere handler to notify the suspended connections?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://jfarcand.wordpress.com/2010/06/18/trick-of-the-friday-1-delivering-server-side-events-到您的 websocketcomet-application/
http://jfarcand.wordpress.com/2010/06/18/trick-of-the-friday-1-delivering-server-side-events-to-your-websocketcomet-application/