资源描述:
《java即时通讯工具的设计与开发论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、JAVA即时通讯工具的设计与开发论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:JAVA即时通讯工具JICQ的设计与开发摘要即时通讯(InstantMessaging)是目前Internet上最为流行的通讯方式,各种各样的即时通讯软件也层出不穷;服务提供商也提供了越来越丰富的通讯服务功能。Java是当前比较流行的开发语言之一,它有着自己的易用特点与性能优势,比如跨平台、安全性、多线程、网络Socket编程、数据流概念等方面,因此通过对开源即时通讯LinuxQQ的研究和分析,基于Java语言和J2SE规范设计了一个即时通
2、讯工具JICQ(JavaforIseekyou),并对其体系结构、构成模块及系统关键技术进行了分析与设计。在系统设计与建模过程中,使用了UML和面向对象的分析、设计方法,并使用Rose作为建模工具;本系统基于j2sdk1.6,使用Eclipse等作为开发工具,在开发过程中用到了时下流行的重构开发方法,优化了系统的设计。力图使系统具有安全、高效、实用、支持在不同系统平台运行等特点。关键词:即时通讯;多线程;SOCKET编程;JAVADesignandDevelopmentofaSimpleInstantCommunicationToolAbstrac
3、tInstantMessageiscurrentlythemostpopularwaytocommunicateontheInternet,sovariousInstantMessagingsoftwarearecontinuouslyappearing;Serviceprovidersoffermoreandmorecommunicationservicenowadays.Javaprogramminglanguage(Java2StandardEdition)isoneofpopularprogramminglanguages.Withitsf
4、eaturesofcross-platform,security,multi-threadedcapability,SocketProgramming,dataflowconceptsandsoon,Javahasitsowndistinctiveandfunctionaladvantages.Therefore,basedontheresearchandanalysisofLinuxQQ,withtheJavalanguageandJ2SE,thispaperdesignsaninstantmessenger—JICQ(JavaforIseeky
5、ou),andthenanalyzesitsarchitecture,modules,aswellasitskeytechnologies.Duringthedesignandmodelingprocessofinstantmessengersystem,theUMLandmethodofobject-orientedanalysisanddesignareused.Furthermore,themodelingtoolofRoseisincluded.Basedonthesystemj2sdk1.6,theEclipsedevelopmentto
6、olinthedevelopmentprocess,andrefactoringdevelopmentmethod,thesystemdesignisoptimized.Duetothesefactors,thesystemissafe,efficientandpracticalindifferentoperatingsystemplatforms.Keywords:instantmessage;multithreaded;socketprogram;JAVA目录1引言11.1项目开发背景11.1.1项目背景11.1.2技术背景11.2该系统设计的
7、意义22相关理论及基础技术与开发平台22.1即时通讯应用工作原理分析22.2所用技术32.3工具及开发平台42.4系统配置要求53系统体系结构的设计53.1需求描述53.2系统架构设计53.3系统的总体功能设计73.3.1总体功能设计73.3.2注册模块设计73.3.3登录模块设计93.3.4用户间交互模块设计114系统实现134.1网络通讯编码实现134.1.1聊天客户端部分代码134.1.2服务器端监听与转发消息代码144.1.3服务端单线程上线处理代码154.2系统运行的效果图174.2.1登录界面174.2.2主界面174.2.3好友聊天界
8、面185系统测试与运行19结论21参考文献21致谢22声明11引言1.1项目开发背景1.1.1项目背景“即时通信产品”最早