资源描述:
《基于j2me移动电子辞典设计与实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要在设计程序架构时,该移动电子辞典的整体系统结构模型按模块进行了划分,主要分为客户端与服务器两大部分。按照这两部分进行划分的模型使程序中每个模块的分工很明确,在整个系统中,客户端负责采集数据和显示的工作,对于客户的输入,客户端会将信息发送至服务端,服务端接收到信息后,会对数据库进行相关的查询操作,并将结果发送回客户端,客户端再进行处理,从中得到结果。本文通过J2ME在手机移动设备应用程序开发方面的发展,并基于Http协议的网络通信方面做了一些研究与实现。在设计和开发移动电子辞典这个手机应用程序中,主要采用tomcat服务器作为连通网络的Web服务器,Tomcat服务器是一个免费的开放源代码
2、的Web应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用。本应用程序通过J2ME_Wireless_Toolkit,编译工具对系统的客户端、服务器端进行开发,并通过与数据库的连接,完成电子辞典的查询功能,在该系统中选择MySQL数据库,MySQL是一个小巧玲珑的SQL数据库服务器,其具有的快速、多线性、多用户和强大的特点,对于中、小型应用系统是非常理想的数据库服务平台。关键词:JAVAJ2METomcat手机应用程序VAbstractInthedesignprocessframework,themobileelectronicdictionaryoftheoverallsys
3、temarchitecturemodelofthemodulewerethemainclientandserverintotwomajorparts.Accordingtothetwopartsofthemodelsothateachmoduleintheprocessofdivisionoflaborisclearthatintheentiresystem,theclientisresponsibleforcollectingdataanddisplaytheworkoftheclient'sinput,theclientsendinformationtoclientservice,ser
4、viceInformationreceivedafterthetermination,willquerythedatabaserelatedoperations,andsendtheresultsbacktotheclient,theclientfurthertreatment,getresults.ThroughJ2MEmobilephoneequipmentintheapplicationdevelopmentaspectsofdevelopment,andtheagreementonHttpcommunicationsnetworkhasdonesomeresearchandimple
5、mentation.Inthedesignanddevelopmentofmobileelectronicdictionaryinthemobileapplications,usedmainlyasatomcatserverconnectivitynetworkofWebservers,Tomcatserverisafreeopen-sourceWebapplicationservers,andinsmallandmedium-sizedsystemswithaccesstoauserarenotmanyoccasionsBewidelyused.Thisapplicationprocedu
6、reJ2ME_Wireless_Toolkit,compilertoolsofthesystemclient,aserver-sidedevelopment,andtheconnectionwiththedatabase,completeelectronicdictionaryqueries,thesystemofchoiceintheMySQLdatabase,MySQLisaXiaoqiaolinglongtheSQLdatabaseserver,Withitsrapid,multi-linear,multi-userandpowerfulfeatures,mediumandsmalla
7、pplicationsystemisidealdatabaseplatform.Keywords:JAVAJ2METomcatmobileapplicationsV目录摘要IABSTRACTII引言11手机移动设备应用程序的综述21.1手机移动设备应用程序的发展现状21.2J2ME的概述21.2.1什么是J2ME21.2.2J2ME总体架构31.2.3配置概述31.2.4简表概述41.2.5J2ME目标设备4