Flex 4 - BlazeDS - Spring - Hibernate:如何“调用”当一些服务器处理完成时客户端?
这就是我想做的:在我的数据库中,有一些与治疗延迟相关的元素。在 Flex 客户端中,我想在这些元素处理完成时发出警报。所有客户都了解这些要素。
那么,最好的架构是什么(客户端和服务器端)?
非常感谢你,
问候
安东尼
This is what I would like to do: in my database, there are some elements associated with the treatment delay. From the Flex client, I want to alert when these elements treatement are finished. These elements are knows for all clients.
So, what is the best architecture for that (client side and server side) ?
Thank you so much,
regards
Anthony
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 BlazeDS Messaging 来实现此目的。查看消息传递示例Tour de Flex 举一些例子。
You can use BlazeDS Messaging for that. Check out the Messaging samples in Tour de Flex for some examples.