Java 的反向 ajax 库是什么?
Java Web 应用程序中的反向 ajax 库有哪些值得一看?
Atmopshere
仍处于 0.6 版本,ICEpush
仍处于 alpha 版本,Firefox 4.0 中的 websockets 也将不可用。
What are worth to look at libraries for reverse ajax in Java web app?
Atmopshere
is still in 0.6 version, ICEpush
still in alpha version, and websockets in Firefox 4.0 wont be available too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
尝试Comet 与 Tomcat。另外,Tomcat 7 可能对您有用,因为它实现了 Servlet 3.0 规范,我相信由于异步支持,该规范对反向 Ajax 有一些好处。 这里是一个示例。
Try out Comet with Tomcat. Also, Tomcat 7 might be useful to you since it implements the Servlet 3.0 spec, which I believe has some niceties for Reverse Ajax thanks to the Async support. Here is an example.
尝试 DWR
Try DWR
您还可以使用 APE(Ajax 推送引擎)。这是链接APE
You can also use APE(Ajax Push Engine). Here is the link APE
氛围的好处在于它委托给可用的最佳底层机制,并且这些机制大多是稳定的(每个容器提供自己的方式)。我认为这或多或少是一个标准解决方案,所以不要被版本所困扰。 (注:我没用过)
The good thing about atmosphere is that it delegates to the best underlying mechanism available, and these mechanisms are mostly stable (each container provides its own ways). I think it's more or less a standard solution, so don't be bothered by the version. (Note: I haven't used it)
博客文章 Comet 和反向 AJAX 简介< /a> 作者:Krishna Srinivasan 说:
The blog post Introduction to Comet and Reverse AJAX by Krishna Srinivasan says: