资源描述:
《软件工程毕业设计(论文)-网上互动交流平台的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、天津师范大学本科毕业论文(设计)题目:网上互动交流平台的设计与实现学院:计算机与信息工程学院学生姓名:学号:专业:软件工程年级:2007级完成日期:2011年5月指导教师:2网上互动交流平台的设计与实现摘要:在当今信息时代,计算机技术与网络技术越来越广范地应用于各个领域,改变着人们的学习、工作、生活乃至思维方式,人们越来越注重随时随地的方便快捷的交流方式,更重交流工如雨后春笋拔地而起,大大改变了人们的生活,在线交流网站应运而生,而能实现即时交互的学习平台却是凤毛麟角,总是需要麻烦的安装过程。本系统着重于用户间的交流学习,更好的迎合了广大使用者的需求。系统主要功能部分用了BS架
2、构,只需要一台服务器,其他PC机只需要登录主机的网址便可以进入系统,进行交流,这主要归功于Jabber技术。本系统使用方便,注册简单,以用户名为关键字,不像其他交流软件,注册过程复杂,注册成功后可以根据需要自行填补信息,实现组内交流功能是一个很人性化的模块,可以根据需要实现组内成员间的“私聊”。还可以设置自己的即时状态(忙碌、在线、欢迎聊天、离线等),对于已经存在的好友也可以做不同的操作,可以聊天、编辑、添加、删除、添加分组等。关键词:互动交流;B/S;即时2TheDesignandImplementationofOn-lineInteractioncommunication
3、PlatformAbstract:Inthisinformationage,computertechnologyandnetworktechnologyismoreandmorewidelyappliedinvariousfields,changingpeople'sstudy,workandlifeandevenawayofthinking,peoplepaymoreandmoreattentiontotheconvenientanytimethewayofcommunication,themoreheavyexchangeworkhavemushroomedground,
4、changedpeople'slifegreatly,on-lineexchangewebsiteborn,andcanrealizereal-timeinteractivelearningplatformisrare,alwaysneedtroubleinstallationprocess.Thissystemfocusesonthecommunicationbetweenusers,bettercatertotheuser'sneed.ItuseB/Sstructureonthemainfunctionpart,onlyoneserver,thankstoJabberte
5、chnology,theotherusersjustneedloginthehosturl,thenitwillbeabletoenterthesystemforcommunication.Thissystemiseasyandcomforttouse,thekeywordistheuniqueusername,unlikeothercommunicationsoftware,whoseregistrationprocessiscomplicated,inthissystem,aftersuccessfullyregister,wecanfilltheinformationa
6、swewish,thehumanizedpartofthissystemisthatitachievethegoaloftalkinginaroom.Inaddition,clientscansettheirowninstantstate(busy,online,welcometochat,offline,etc.),forexistingfriendscanalsododifferentoperation,wecanchat,edit,add,delete,addgroup,etc.Keywords:interaction;communication;B/S;in-time
7、2目录1绪论11.1项目开发的背景11.3项目开发的内容和意义22关键技术22.1.1前台22.1.2后台22.1.3项目架构32.2JAVA简介32.2.1Java体系结构介绍32.3Ajax32.3.1Ajax简介32.4Jabber42.4.1Jabber简介42.4.2Jabber特点42.5JavaEE43系统设计43.1需求分析43.2系统概述53.3系统功能53.4系统需求及可行性63.2数据库设计73.2.1系统数据库的介绍74系统实现104.1登陆界面截图104.1.1关键代码114.