- 1、本文档共44页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于Java即时聊天系统的设计与实现
目 录
TOC \o 1-3 \h \z \u 1 前言 h 3
1.1 课题选题背景 h 3
1.2即时通信的概念和特点 h 3
1.3即时聊天系统的发展 h 4
2 涉及的相关技术及协议 h 4
2.1 Java语言 h 4
2.2 C/S模式介绍 h 5
2.3 Hibernate框架简介 h 6
3 系统需求分析 h 6
3.1即时聊天消息的一般需求 h 6
3.2 即时消息的协议需求 h 7
3.3 即时消息的安全需求 h 7
3.4 即时信息加密和鉴别 h 7
3.5 即时通讯系统需求 h 7
4 系统设计 h 7
4.1即时聊天系统的实施原理 h 8
4.2软件设计流程 h 9
4.3功能模块划分 h 10
4.4 数据库概要设计 h 10
5 详细设计 h 11
5.1 服务器端的设计与实现 h 11
5.1.2 主服务器类的设计 h 11
5.1.2 登录验证模块 h 13
5.1.3 注册处理模块 h 13
5.2 客户端的设计与实现 h 14
5.2.1 用户注册模块 h 14
5.2.2 用户登录 h 15
5.2.3 在线用户显示设计 h 16
5.2.4 聊天信息发送与接收 h 17
5.3 数据库设计 h 18
6 结论 h 19
致谢 h 21
参考文献 h 22
附录 h 23
基于Java即时聊天系统的设计与实现
摘要:计算机网络技术高速发展的今天,即时通讯方式日益受到人们的青睐。即时聊天工具在实现传输视频与音频信息,使协作成员可以远距离进行直观、真实的视音交流的同时,利用多媒体的技术,它还可以帮助使用者对工作中各种信息进行处理。
本课题研究的是支持内部网络交流的系统——网络即时通讯系统。该系统使用Java语言进行编程。系统采用C/S结构模式,支持局域网和Internet。该系统采用软件工程的瀑布模型进行开发,分别讨论了系统的需求分析、概要设计、详细设计和编码、以及整个系统的运行和测试。
关键词:即时聊天;系统;Java;C/S
Abstract: The rapid development of computer network technology today, more immediate means of communication by people of all ages. Real-time chat tool in achieving the transmission of video and audio information, so that members can collaborate remotely intuitive, real audio and visual communication at the same time, use of multimedia technology, it can also help users to work in all kinds of information processing.
Study of this issue is to support the exchange of internal network systems - network instant messaging system. The system uses Java programming language. System uses the C / S structure mode, support for LAN and Internet. The system uses the waterfall model of software development projects were discussed system requirements analysis, outline design, detailed design and coding, and run and test the whole system. Finally, the paper concluded.
Of course, the system there are some imperfections, and seek to study and work in the future be amended so that the system actually used in a variety of network
文档评论(0)