(完整版)基于Java即时聊天系统的设计与实现毕业论文设计 联系客服

发布时间 : 星期三 文章(完整版)基于Java即时聊天系统的设计与实现毕业论文设计更新完毕开始阅读7850c92c5bcfa1c7aa00b52acfc789eb172d9e23

优秀论文 审核通过 未经允许 切勿外传

目 录

1 前言 ...................................................................................................................................

1.1 课题选题背景 .........................................................................................................

1.2即时通信的概念和特点 ..........................................................................................

1.3即时聊天系统的发展 ..............................................................................................

2 涉及的相关技术及协议 ...................................................................................................

2.1 Java语言 .................................................................................................................

2.2 CS模式介绍 ............................................................................................................

2.3 Hibernate框架简介 ...............................................................................................

3 系统需求分析 ...................................................................................................................

3.1即时聊天消息的一般需求 ......................................................................................

3.2 即时消息的协议需求 .............................................................................................

3.3 即时消息的安全需求 .............................................................................................

3.4 即时信息加密和鉴别 .............................................................................................

3.5 即时通讯系统需求 .................................................................................................

4 系统设计 ...........................................................................................................................

4.1即时聊天系统的实施原理 ......................................................................................

4.2软件设计流程 ..........................................................................................................

4.3功能模块划分 ..........................................................................................................

4.4 数据库概要设计 .....................................................................................................

5 详细设计 ...........................................................................................................................

5.1 服务器端的设计与实现 .........................................................................................

5.1.2 主服务器类的设计 .......................................................................................

5.1.2 登录验证模块 ...............................................................................................

5.1.3 注册处理模块 ......................................................................................................

5.2 客户端的设计与实现 .............................................................................................

5.2.1 用户注册模块 ...............................................................................................

5.2.2 用户登录 .......................................................................................................

5.2.3 在线用户显示设计 .......................................................................................

5.2.4 聊天信息发送与接收 ..........................................................................................

5.3 数据库设计 .............................................................................................................

6 结论 ...................................................................................................................................

致谢 .......................................................................................................................................

参考文献 ...............................................................................................................................

附录 .......................................................................................................................................

基于Java即时聊天系统的设计与实现

摘要:计算机网络技术高速发展的今天,即时通讯方式日益受到人们的青睐。即时聊天工具在实现传输视频与音频信息,使协作成员可以远距离进行直观、真实的视音交流的同时,利用多媒体的技术,它还可以帮助使用者对工作中各种信息进行处理。

本课题研究的是支持内部网络交流的系统——网络即时通讯系统。该系统使用Java语言进行编程。系统采用CS结构模式,支持局域网和Internet。该系统采用软件工程的瀑布模型进行开发,分别讨论了系统的需求分析、概要设计、详细设计和编码、以及整个系统的运行和测试。 关键词:即时聊天;系统;Java;CS

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 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 efficiency.

Keywords:Instant Messager; System; JAVA; CS