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

          當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
          畢業(yè)論文標(biāo)題:

          基于Web的課件信息管理系統(tǒng)

           本文ID:LWGSW13662 價(jià)格:收費(fèi)積分/100
          掃一掃 掃一掃
          本站會(huì)員可自行下載:下載地址 基于Web的課件信息管理系統(tǒng) (收費(fèi):2000 積分)  

          論文字?jǐn)?shù):14745,頁(yè)數(shù):42  附程序

           摘   要
           目前,Java 2平臺(tái)有3個(gè)版本,它們是適用于小型設(shè)備和智能卡的Java 2平臺(tái)Micro版(Java 2 Platform Micro Edition,J2ME)、適用于桌面系統(tǒng)的Java 2平臺(tái)標(biāo)準(zhǔn)版(Java 2 Platform Standard Edition,J2SE)、適用于創(chuàng)建服務(wù)器應(yīng)用程序和服務(wù)的Java 2平臺(tái)企業(yè)版(Java 2 Platform Enterprise Edition,J2EE)。
            J2EE是一種利用Java 2平臺(tái)來(lái)簡(jiǎn)化企業(yè)解決方案中的與開發(fā)、部署和管理相關(guān)的復(fù)雜問題的體系結(jié)構(gòu)。J2EE技術(shù)是一套面向企業(yè)應(yīng)用的體系結(jié)構(gòu),我們可以將J2EE理解為J2SE(Java 2 平臺(tái)的標(biāo)準(zhǔn)版)的擴(kuò)展和延伸,J2EE的基礎(chǔ)就是J2SE,J2EE不僅鞏固了標(biāo)準(zhǔn)版中的許多優(yōu)點(diǎn),例如"編寫一次、到處運(yùn)行"的特性、方便存取數(shù)據(jù)庫(kù)的JDBC API、CORBA技術(shù)以及能夠在Internet應(yīng)用中保護(hù)數(shù)據(jù)的安全模式等等,同時(shí)還提供了對(duì) EJB(Enterprise JavaBeans)、Java Servlet API、JSP(Java Server Pages)以及XML技術(shù)的全面支持。其最終目的就是成為一個(gè)能夠使企業(yè)開發(fā)者大幅縮短投放市場(chǎng)時(shí)間的體系結(jié)構(gòu)。
            J2EE體系結(jié)構(gòu)提供了中間層集成框架,它是用來(lái)滿足那些無(wú)需太多費(fèi)用而又需要高可用性、高可靠性以及可擴(kuò)展性的應(yīng)用的需求。通過提供統(tǒng)一的開發(fā)平臺(tái),可以使開發(fā)者在使用J2EE開發(fā)多層應(yīng)用時(shí)降低開發(fā)費(fèi)用和復(fù)雜性,同時(shí)提供對(duì)現(xiàn)有應(yīng)用程序集成強(qiáng)有力支持,完全支持Enterprise JavaBeans,有良好的向?qū)еС执虬筒渴饝?yīng)用,添加目錄支持,增強(qiáng)了安全機(jī)制,提高了性能。
           Struts框架是一種非常優(yōu)秀的框架,是基于J2EE的MVC應(yīng)用框架,雖然從正式發(fā)布到現(xiàn)在已經(jīng)有五年多的時(shí)間,隨著該技術(shù)的逐步成熟,它已經(jīng)越來(lái)越多地運(yùn)用于企業(yè)平臺(tái)之上,許多大型網(wǎng)站已成功地應(yīng)用了Struts框架。本文在總結(jié)了Struts框架技術(shù)及其工作原理的基礎(chǔ)上,結(jié)合“基于web的課件信息管理系統(tǒng)”這個(gè)項(xiàng)目,實(shí)現(xiàn)了系統(tǒng)各個(gè)模塊的基本功能,這為今后更好的應(yīng)用Struts框架提供了參考。
          本文結(jié)合實(shí)際項(xiàng)目的設(shè)計(jì)與開發(fā)對(duì)Struts框架進(jìn)行研究,對(duì)Struts框架及其工作原理進(jìn)行了介紹。同時(shí),對(duì)開發(fā)過程中所應(yīng)用到的SERVLET,JSP,JAVA等技術(shù)作了相應(yīng)的介紹,規(guī)范的軟件開發(fā)流程介紹,以及軟件工程基本思想及各階段實(shí)現(xiàn)。
          本文共分五個(gè)部分闡述了基于WEB的課件信息管理系統(tǒng)的結(jié)構(gòu)和設(shè)計(jì)實(shí)現(xiàn)過程。
           第一部分:介紹了J2EE發(fā)展過程中的兩大階段:Model 1 與Model 2,并分析兩者的優(yōu)缺點(diǎn),對(duì)兩者進(jìn)行比較,指出Model2的優(yōu)越性。從而說(shuō)明使用基于Model2的Struts框架的優(yōu)勢(shì)。
           第二部分:對(duì)Struts框架進(jìn)行了介紹,闡述了框架的工作原理,并分析了Struts框架的優(yōu)缺點(diǎn)。
           第三部分:經(jīng)過認(rèn)真的調(diào)研,對(duì)系統(tǒng)的開發(fā)進(jìn)行了全面的需求分析,通過對(duì)系統(tǒng)的業(yè)務(wù)流程圖,用例模型,順序圖的描述與定義,確定了系統(tǒng)的總體流程 。
           第四部分:通過“基于WEB的課件信息管理系統(tǒng)”為例,來(lái)說(shuō)明如何設(shè)計(jì)基于Struts框架的Web應(yīng)用,以及在Struts框架中應(yīng)用自定義標(biāo)簽的具體實(shí)現(xiàn)過程。
           第五部分:介紹了在這次項(xiàng)目中用到的一些技術(shù),例如Struts中自定義標(biāo)簽等。
           第六部分:對(duì)本次所做項(xiàng)目的一個(gè)總結(jié)。

          關(guān)鍵詞:J2EE, MVC, Struts
          Abstract
           At present, the platform of Java 2 have three editions,the first  is J2ME-Java 2 Platform Mirco Edition used to the small equiment and integlligent card,the second is J2SE-Java 2 Platform Standard Edition used to desktop system,the third J2EE-Java 2 Platfrom  Enterprise Edition is used to create application of sever and service.
           J2EE is kind of architecturewhich used to simplify the difficult which relevant of development. deployment and manament in enterprise solution. The basement of J2EE is the core of Java platform or the standard edition of Java 2. J2EE not only stabilize lots of excellence in standard edition,for example "write one time ,run everywhere",make the technique of  the saving of database include JDBC API、CORBA and so on,as well as the safe mode of protect data in  the application in Internet.It also provide the  integrated sustainment for EJB(Enterprise JavaBeans)、Java ervlets API、JSP(Java Server Pages)as well as XML.It's ultima thule is become one  architecture which can cut shorten the time to plunge into market for developer.
           J2EE provide the integrated  architecture satisfy the application demand which is high usability、high stability as well as expansibility .Through provide the unify platform of exploit,J2EE make the expenditure of exploit application of multilayer as well as provide strength sustainment to application of already exist, integrated sustainment for  Enterprise JavaBeans,having the better guide to sustain pack and dispose of application,the sustainment of insert category,strenghren the security,heighten the capability .
           The frame of Struts is a kind of real fair according to J2EE the MVC application frame, although from release to have already had time that five years have another till now formally, along with should be technical gradually mature, it has already been make use of in the business enterprise terrace more and more on, many large websites have already applied the frame of Struts successfully. This text combine" conference room book system" item in tallying up the Struts frame technique and it work the foundation of the principle, carrying out the basic function of the system each mold piece, this provided the reference for the better application  Struts frame of aftertime.
           This text passes the design and developments of the actual item to carry on the research to the frame of Struts, working to the frame of Struts and it the principle carried on the introduction. At the same time, in the folio hair process the XML, SERVLET, JSP apply to, JAVA etc. technique made the simple introduction, and the software development process of norm introduction, the software engineering basic thought and each stage realizations.
           Part 1: introduce the two greatest stages within the J2EE development processes respectively: Model 1 with Model 2, and analytical both of merit and shortcoming, carry on the comparison to both, point out Model2 superior sex.Thus explain the usage according to the advantage of the Model2 frame of Struts.
           Part  2: carry on the introduction to the frame of Struts, elaborate the principle of Struts, and analyzed the merit and shortcoming of the frame of Struts.
              Part 3: After serious survey,making a comprehensive assay of requirement for the system.Confirming the whole flow through  describing and defining the flow chart of business,model of case,chart of sequence.
           Part 4:  pass" sourceware managing system based on Web" of the whole project as an example, explain how to design according to the Web application of the frame of Struts,and use user-defined tag-libs.
           Part 5: In this part introduced In ths project used technology, for example  the taglibs and so on.
           Part  6: For this project to a summarize
          Keyword: J2EE , MVC, Struts
          目  錄
          摘   要 I
          Abstract III
          引 言 1
          第1章 J2EE應(yīng)用體系結(jié)構(gòu)系結(jié)構(gòu) 4
          1.1 J2EE應(yīng)用程序體系結(jié)構(gòu)的發(fā)展 4
          1.1.1 JSP Model1 4
          1.1.2 JSP Model2 5
          1.1.3 JSP Model1 與JSP Model2 的比較 6
          1.2 Struts框架的介紹 7
          1.2.1 Struts介紹 7
          1.2.2 Struts工作原理 8
          1.2.3 Struts框架的優(yōu)缺點(diǎn) 10
          第2章 需求分析 11
          2.1開發(fā)背景 11
          2.3  課件信息管理系統(tǒng)需求分析 13
          2.4 數(shù)據(jù)庫(kù)描述 14
          2.4.1對(duì)SQL Server的介紹 14
          2.4.2本系統(tǒng)所設(shè)計(jì)的數(shù)據(jù)結(jié)構(gòu)和數(shù)據(jù)項(xiàng) 18
          2.5 需求規(guī)格 19
          2.5.1 系統(tǒng)特性1 19
          2.5.2系統(tǒng)特性2 20
          2.6 性能需求 21
          第3章 系統(tǒng)詳細(xì)設(shè)計(jì) 22
          3.1系統(tǒng)環(huán)境 22
          3.2模塊劃分 22
          3.3 課件信息管理系統(tǒng)的設(shè)計(jì) 23
          第4章 系統(tǒng)實(shí)現(xiàn) 25
          4.1用戶登錄 25
          4.2功能模塊 28
          第5章 測(cè)試 32
          第6章 項(xiàng)目中應(yīng)用到的技術(shù)介紹 34
          6.1遍歷信息(Struts Logic標(biāo)簽) 34
          6.2修改功能 34
          第7章 總結(jié) 35
          致 謝 36
          參考文獻(xiàn) 37
          外文原文 38
          外文翻譯 46


          相關(guān)論文
          本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請(qǐng)注明來(lái)源www.donglienglish.cn,更多論文,請(qǐng)點(diǎn)論文格式范文查看
          上一篇:N維魔方加密算法的設(shè)計(jì)與實(shí)現(xiàn) 下一篇:基于AJAX的教學(xué)資源平臺(tái)前臺(tái)系統(tǒng)..
          Tags:基于 Web 課件 信息 管理系統(tǒng) 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計(jì)算機(jī)論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文