Java Web 中的聊天应用程序
我想在我正在开发的 Web 应用程序中实现一个聊天应用程序。我将 JSF 与支持 bean 和 Glassfish 3.0 服务器一起使用。但我不知道如何开始以及从哪里开始。我想知道我的选择和可能性是什么! 非常感谢。
I want to implement a chatting application in my web application that I'm developing. I'm using JSF with backing beans and Glassfish 3.0 server. But I don't have an idea how to start and where to start from. I want to know what are my options and possiblities!
Thanks very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看 http://www.web-tech-india.com/software /jsp_chat.php 以了解该应用程序。页面上还提供了源代码。阅读、下载、实验和学习!一旦您有了想法,您随时可以用 JSF 替换 JSP。
You may look at http://www.web-tech-india.com/software/jsp_chat.php to get an idea about the application. The source code is also provided on the page. Read, Download, Experiment and Learn! Once you get an idea, you can always replace JSP with JSF.
如果你愿意使用ZK,你可以看看他们的聊天演示并进一步开发它。
检查此(您也可以下载该应用程序)。
If you're willing to use ZK, you can have a look at their chat demo and further develop it.
Check this (you can also download the app).