您好,欢迎访问三七文档
当前位置:首页 > 电子/通信 > 综合/其它 > 基于J2EE的掌上商店的设计与实现
591论文网的掌上商店的设计与实现摘要过去的几年,电子商务的迅猛发展为企业创造了极大的价值,使传统的企业商务模式发生了很大的改变。随着手机使用的普及和无线技术的发展,移动电子商务将会作为电子商务领域中的一种新型的电子商务模式,其发展前景是十分诱人的。可以预见的是,移动电子商务将成为21世纪电子商务领域的主战场。J2ME是为嵌入式消费电子设备提供的JAVA语言开发平台,是针对资源受限设备。因此基于J2ME平台的无线终端的应用程序开发以及与网络服务器端的信息交互开发就十分重要。利用客户端+Javaservlet+SQLServer数据库三层模式实现网上商店系统是通用的方法。所有的业务逻辑都封装在servlet中,数据库的使用提高了数据的安全性,而采用可扩展标识语言XML的数据格式实现了跨平台的数据交换。详细阐述了系统的需求分析、系统总体架构及详细设计,系统实现了以下功能:会员注册、登录、浏览物品详细信息和购买物品。关键词:J2ME;可扩展标识语言;SERVLET;网络商店591论文网-ServerDevelopmentAbstractOvertheyears,thefastfiercedevelopmentofelectroniccommercecreatedtremendousvaluefortheenterprise,whichgreatlychangedtraditionalenterprisecommercepattern.Withtheprevalenceofmobilephoneanddevelopmentofwireless,Mobilee-commercewillbeanewe-commercemodeintheelectroniccommercerealm,anditisverypromising.Itcanbepredictedthatthemobilee-commercewillbecomethemajorindustryofe-commerceinthe21stcentury.J2MEistheplatformthatprovidestheJAVAlanguagetodeveloptheembeddedelectronicequipmentofexpense,whichaimsattheequipmentthatresourceislimited.ThereforetheinteractiveinformationexploitationdevelopingwithnetworkserverandapplicationsofwirelessterminaldevelopmentbasedonJ2MEplatformisveryimportant.Itisageneralmethodtoimplementthesystemofe-shopusingthreelayersofpattern:clientside+Javaservlet+databaseofSQLServer.Allthebusinesslogicencapsulatedintheservlet,usingofthedatabaseimprovedthesecurity,andusingtheXMLdataformatachievedcross-platformdataexchange.Tothesystemdemandanalysis,thesystemrequirementanalysis,theoverallofsystemconstructionandthedetaileddesignareelaboratedindetailsinthispaper,andthesystemachievesthefollowingfunctions:Memberregistration,login,browsedetailedinformationandpurchasegoods.Keywords:J2ME;XML;SERVLET;E-SHOP591论文网目录论文总页数:24页1引言...........................................................................................................................................31.1选题背景.......................................................................................................................31.2选题意义.......................................................................................................................32相关技术及开发平台简介.......................................................................................................42.1J2ME简介....................................................................................................................42.2SQLSERVER数据库和JDBC....................................................................................42.3JAVASERVLET技术介绍...........................................................................................42.4XML和JDOM.............................................................................................................52.4.1XML简介.........................................................................................................52.4.2JDOM技术.......................................................................................................52.5开发平台及系统配置...................................................................................................53系统需求分析和设计方案.......................................................................................................63.1需求分析.......................................................................................................................63.2系统总体框架...............................................................................................................63.3系统设计关键技术.......................................................................................................73.3.1网络的连接.......................................................................................................73.3.2数据存储方式和数据的交换...........................................................................73.4业务数据流分析...........................................................................................................73.4.1联网的流程.......................................................................................................73.4.2访问数据库的流程...........................................................................................83.4.3输入XML数据解析流程................................................................................83.4.4输出XML文档建立流程................................................................................83.5和客户端交互接口的约定...........................................................................................93.5.1关于URL..........................................................................................................93.5.2URL参数约定规则..........................................................................................93.5.3接收和发送的XML文档格式的约定............................................................93.6数据库的分析与设计.................................................................................................103.6.1注册用户基本信息表user.............................................................................103.6.2商品信息表.................................................
本文标题:基于J2EE的掌上商店的设计与实现
链接地址:https://www.777doc.com/doc-2570374 .html