有关 DWR 的更多详细信息?
我在 google 上搜索了很多有关 DWR 的信息。
但我没有找到一个很好的答案,为什么我应该在我的网络聊天应用程序中使用 DWR?
这是用于 Java 聊天的最佳库吗?
提前致谢
I googled lot about DWR.
But i didnt find a good answer for why should i use DWR for my webchat application ?
Is this is the best library to use for chat in java ?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已将其用于 mycosuite.com 上的白标跨域聊天模块和完全交互式 scrumboard,等等到目前为止,它对我们来说效果很好。一旦你超越基础知识,它确实有一些陡峭的学习曲线,但下一个即将发布的 RC 版本似乎会成为一个专业且良好的版本。 DWR 与 Jetty 的“延续”(也将成为 Servlet 3 规范的一部分)相结合被证明非常强大,并且解决了反向 Ajax / Comet 的一个重要问题,即每个请求一个线程模型。
只要有一点耐心并仔细查看演示,您就可以很好地实现聊天。
I've used it for a white-labeled, cross-domain chat module and fully interactive scrumboard on mycosuite.com, and so far it's been working very well for us. It does have somewhat of a steep learning curve once you go beyond the basics, but the next upcoming RC release seems to become a professional and good release. DWR in combination with Jetty's "continuations" (which will also be part of Servlet 3 spec) is proving to be very powerful and solves an important issue with Reverse Ajax / Comet, namely the one-thread-per-request model.
With a bit of patience and carefully looking at the demos, you'll be fine for implementing a chat.