資源描述:
《網(wǎng)絡(luò)銷售系統(tǒng)的設(shè)計與實(shí)現(xiàn)畢業(yè)論文》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、摘要過去對網(wǎng)絡(luò)銷售系統(tǒng)的研究主要集中在Windows平臺下使用.NET架構(gòu)技術(shù)、HTTP/TCP協(xié)議和MTS(MicrosoftTransactionServer,事務(wù)處理服務(wù))技術(shù)來實(shí)現(xiàn),這樣數(shù)據(jù)安全性不是很好。本網(wǎng)絡(luò)營銷系統(tǒng)采用SOA(面向服務(wù))的架構(gòu),運(yùn)用WCF和MSMQ技術(shù),為商家提供安全可靠、高效、可交互、可異步管理的網(wǎng)上銷售系統(tǒng)。本論文針對商家和買家這一大群體,分析了系統(tǒng)開發(fā)的目標(biāo)和要求,并重點(diǎn)介紹了系統(tǒng)分析、系統(tǒng)設(shè)計和系統(tǒng)實(shí)現(xiàn)。系統(tǒng)分析包括系統(tǒng)功能需求分析、主要用例圖、順序圖和活動圖。系統(tǒng)設(shè)計包括系統(tǒng)模塊設(shè)計、數(shù)據(jù)庫設(shè)計。系統(tǒng)實(shí)現(xiàn)了買家用戶管理、下訂單、商家商品管理、用戶管理
2、、訂單處理和交易管理等模塊,并對這些模塊作了介紹。并對本系統(tǒng)核心的功能買家提交訂單給商家,商家處理訂單做了非常詳細(xì)的介紹。此系統(tǒng)采用微軟最新的編程軟件VisualStudio2008作為編程工具,使用C#語言和SQl-Server2000數(shù)據(jù)庫。使用了面向服務(wù)架構(gòu)WCF和微軟消息隊列。用戶界面簡潔清新,系統(tǒng)功能完善,非常實(shí)用。【關(guān)鍵詞】銷售WCFMSMQ處理訂單AbstractOverthepastthenetworkmarketingsystemonthenetworkfocusedonWindowsplatform.Itwasalwaysachievedby.NETframeworkt
3、echnology,HTTP/TCPprotocolandMTS(MicrosoftTransactionServer,TransactionProcessingServices),sothatthedatasecuritywasnotgood.ThisnetworkmarketingsystemadoptsSOA(service-oriented)architecture,WCFandMSMQtechnology.Itaffordsforbusinessesasafe,reliable,efficient,interactiveandweb-basedsalesmanagementsys
4、tem,whichismanagementbyasynchronous.Thispaperaimsatmerchantsandbuyersthelargegroups,introducestheanalysisofsystemdevelopmentobjectivesandrequirements,andfocusesonsystemanalysis,systemdesignandsystemrealization.Thesystemanalysismainlyincludessystemrequirementsanalysis,themainusecasediagram,sequence
5、diagramandactivitydiagram.SystemdesignincludesModelBlockdesignandDatabasedesign.Thesystemachievesusermanagement,submitorder,commoditymanagement,orderprocessingandtransactionmanagementmodule,andintroducesthem;Italsointroducesthesystemfunctionsofthecorewhichbuyerssubmitorderstothemerchantandthemerch
6、antprocessestheorder.ThissystemusesthelatestMicrosoftVisualStudio2008programmingsoftwareasaprogrammingtool,usestheC#languageandSQl-Server2000database.Service-OrientedArchitectureusingWCFandMicrosoftMessageQueue.UserinterfaceisveryFreshandsimple,thesystemfunctionsisverypractical.【KeyWords】sale;WCF;
7、MSMQ;processorders目錄1緒論1.1研究目的及意義11.2研究現(xiàn)狀11.3本文研究內(nèi)容21.4論文結(jié)構(gòu)安排32相關(guān)開發(fā)技術(shù)2.1開發(fā)工具選型42.1.1visualstudio2008介紹42.2系統(tǒng)開發(fā)模式42.2.1SOA的建模方法42.2.1基本原則52.2.2WCF框架62.3MSMQ技術(shù)與MSMQ在網(wǎng)絡(luò)銷售系統(tǒng)中的應(yīng)用62.3.1MSMQ技術(shù)概述62.3.2MSMQ在網(wǎng)絡(luò)銷售系統(tǒng)中的應(yīng)用73需求