• <strike id="yqwsq"><rt id="yqwsq"></rt></strike>
    <strike id="yqwsq"></strike>
      <strike id="yqwsq"><input id="yqwsq"></input></strike>
      論文格式
      電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學 電氣自動化 歷史論文
      機械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業(yè)論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結(jié) |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網(wǎng) |
      搜索 高級搜索

      當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
      畢業(yè)論文標題:

      基于j2me平臺的掌上網(wǎng)絡(luò)商店-服務(wù)器端開發(fā)

       本文ID:LWGSW13814 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于j2me平臺的掌上網(wǎng)絡(luò)商店-服務(wù)器端開發(fā) (收費:1000 積分)  

      論文字數(shù):10050,頁數(shù):29

      摘  要
      過去的幾年,電子商務(wù)的迅猛發(fā)展為企業(yè)創(chuàng)造了極大的價值,使傳統(tǒng)的企業(yè)商務(wù)模式發(fā)生了很大的改變。隨著手機使用的普及和無線技術(shù)的發(fā)展,移動電子商務(wù)將會作為電子商務(wù)領(lǐng)域中的一種新型的電子商務(wù)模式,其發(fā)展前景是十分誘人的。可以預(yù)見的是,移動電子商務(wù)將成為21世紀電子商務(wù)領(lǐng)域的主戰(zhàn)場。J2ME是為嵌入式消費電子設(shè)備提供的JAVA語言開發(fā)平臺,是針對資源受限設(shè)備。因此基于J2ME平臺的無線終端的應(yīng)用程序開發(fā)以及與網(wǎng)絡(luò)服務(wù)器端的信息交互開發(fā)就十分重要。利用客戶端 + Java servlet + SQL Server數(shù)據(jù)庫三層模式實現(xiàn)網(wǎng)上商店系統(tǒng)是通用的方法。所有的業(yè)務(wù)邏輯都封裝在servlet中,數(shù)據(jù)庫的使用提高了數(shù)據(jù)的安全性,而采用可擴展標識語言XML的數(shù)據(jù)格式實現(xiàn)了跨平臺的數(shù)據(jù)交換。詳細闡述了系統(tǒng)的需求分析、系統(tǒng)總體架構(gòu)及詳細設(shè)計,系統(tǒng)實現(xiàn)了以下功能:會員注冊、登錄、瀏覽物品詳細信息和購買物品。

      關(guān)鍵詞:J2ME;可擴展標識語言;SERVLET;網(wǎng)絡(luò)商店

      The Palm Platform of e-Shop Based on the J2ME-Server Development
      Abstract
      Over the years, the fast fierce development of electronic commerce created tremendous value for the enterprise, which greatly changed traditional enterprise commerce pattern. With the preva lence of mobile phone and development of wireless, Mobile e-commerce will be a new e-commerce mode in the electronic commerce realm, and it is very promising. It can be predicted that the mobile e-commerce will become the major industry of e-commerce in the 21st century. J2ME is the platform that provides the JAVA language to develop the embedded electronic equipment of expense, which aims at the equipment that resource is limited. Therefore the interactive information exploitation developing with network server and applications of wireless terminal development based on J2ME platform is very important. It is a general method to implement the system of e-shop using three layers of pattern: client side + Java servlet + database of SQL Server. All the business logic encapsulated in the servlet, using of the database improved the security, and using the XML data format achieved cross-platform data exchange. To the system demand analysis, the system requirement analysis, the overall of system construction and the detailed design are elaborated in details in this paper, and the system achieves the following functions: Member registration, login, browse detailed information and purchase goods.

      Key words: J2ME; XML; SERVLET; E-SHOP

      目  錄

      1 引言 1
      1.1 選題背景 1
      1.2 選題意義 1
      2 相關(guān)技術(shù)及開發(fā)平臺簡介 2
      2.1 J2ME簡介 2
      2.2 SQL SERVER數(shù)據(jù)庫和JDBC 2
      2.3 JAVA SERVLET技術(shù)介紹 2
      2.4 XML和JDOM 3
      2.4.1 XML簡介 3
      2.4.2 JDOM技術(shù) 3
      2.5 開發(fā)平臺及系統(tǒng)配置 3
      3 系統(tǒng)需求分析和設(shè)計方案 4
      3.1 需求分析 4
      3.2 系統(tǒng)總體框架 4
      3.3 系統(tǒng)設(shè)計關(guān)鍵技術(shù) 5
      3.3.1 網(wǎng)絡(luò)的連接 5
      3.3.2 數(shù)據(jù)存儲方式和數(shù)據(jù)的交換 5
      3.4 業(yè)務(wù)數(shù)據(jù)流分析 5
      3.4.1 聯(lián)網(wǎng)的流程 5
      3.4.2 訪問數(shù)據(jù)庫的流程 6
      3.4.3 輸入XML數(shù)據(jù)解析流程 6
      3.4.4 輸出XML文檔建立流程 6
      3.5 和客戶端交互接口的約定 7
      3.5.1 關(guān)于URL 7
      3.5.2 URL參數(shù)約定規(guī)則 7
      3.5.3 接收和發(fā)送的XML文檔格式的約定 7
      3.6 數(shù)據(jù)庫的分析與設(shè)計 8
      3.6.1 注冊用戶基本信息表user 8
      3.6.2 商品信息表 8
      4 具體的設(shè)計流程和實現(xiàn)系統(tǒng)構(gòu)架 9
      4.1 系統(tǒng)主要工作流程 9
      4.2 系統(tǒng)功能模塊設(shè)計 9
      4.2.1 數(shù)據(jù)庫聯(lián)網(wǎng)模塊的設(shè)計 9
      4.2.2 注冊模塊的設(shè)計 10
      4.2.3 登陸模塊的設(shè)計 13
      4.2.4 查詢模塊的實現(xiàn) 15
      4.2.5 購買功能模塊的實現(xiàn) 18
      5 測試分析與問題處理 21
      5.1 數(shù)據(jù)庫連接 21
      5.2 與客戶端的連接 21
      結(jié)    論 22
      參考文獻 22
      致    謝 23
      聲    明 24


      相關(guān)論文
      本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:EIMS系統(tǒng)-OA子系統(tǒng)的設(shè)計與開發(fā) 下一篇:某百貨店P(guān)OS積分管理系統(tǒng)--積分點..
      Tags:基于 j2me 平臺 掌上 網(wǎng)絡(luò) 商店 服務(wù)器 開發(fā) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
      <strike id="802uq"><menu id="802uq"></menu></strike>