基于java和jsp的網(wǎng)上書店系統(tǒng)的構(gòu)建.rar
基于java和jsp的網(wǎng)上書店系統(tǒng)的構(gòu)建,1.3萬(wàn)字 19頁(yè) 另有完整程序代碼摘要 java是一種簡(jiǎn)單易用、完全面向?qū)ο?、具有平臺(tái)無(wú)關(guān)性且安全可靠的主要面向internet的開(kāi)發(fā)工具。本文描述了java和jsp技術(shù)的特點(diǎn)以及在互聯(lián)網(wǎng)上的使用情況,介紹這兩種技術(shù)的重要編程方法和兩者之關(guān)的聯(lián)系,同時(shí)也會(huì)應(yīng)用相關(guān)的struts框架,并完成一個(gè)基于這種技術(shù)的網(wǎng)上書店系...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 劉麗 發(fā)布
1.3萬(wàn)字 19頁(yè) 另有完整程序代碼
摘要
Java是一種簡(jiǎn)單易用、完全面向?qū)ο?、具有平臺(tái)無(wú)關(guān)性且安全可靠的主要面向Internet的開(kāi)發(fā)工具。本文描述了JAVA和JSP技術(shù)的特點(diǎn)以及在互聯(lián)網(wǎng)上的使用情況,介紹這兩種技術(shù)的重要編程方法和兩者之關(guān)的聯(lián)系,同時(shí)也會(huì)應(yīng)用相關(guān)的Struts框架,并完成一個(gè)基于這種技術(shù)的網(wǎng)上書店系統(tǒng)。
【關(guān)鍵字】JAVA, Struts, Servlet, JSP, 網(wǎng)絡(luò)編程, 電子商務(wù), 網(wǎng)上書店
Abstract
At present JAVA is the hottest programming language for WEB development, This text described the characteristics of JAVA and JSP technology and the state of operating on Internet, It introduced the relationship between them and the important programming method of the double technology, And also show the Struts technology, And work out an online bookstore system base on this kind of technology.
Keywords: JAVA, Struts, Servlet, JSP, web program, internet, bookshop
目錄
中英文摘要
第一章 JAVA的網(wǎng)絡(luò)功能與編程
1-1 JAVA語(yǔ)言簡(jiǎn)介
1-2 JAVA語(yǔ)言在網(wǎng)絡(luò)上的應(yīng)用
1-3 JSP的基礎(chǔ)——Servlet 技術(shù)
第二章 Struts概述
2-1 Struts的由來(lái)和發(fā)展
2-1-1 MVC簡(jiǎn)介
2-2 Struts優(yōu)缺點(diǎn)
3-3 Struts的工作流程
第三章 網(wǎng)上書店詳細(xì)設(shè)計(jì)
3-1 需求分析
3-2 總體設(shè)計(jì)
3-3 功能設(shè)計(jì)
3-4 數(shù)據(jù)庫(kù)設(shè)計(jì)與實(shí)現(xiàn)
3-4-1 數(shù)據(jù)庫(kù)的需求分析
3-4-2 創(chuàng)建數(shù)據(jù)表的腳本
3-5 網(wǎng)上書店基本流程
3-6 網(wǎng)上書店各頁(yè)面功能
3-7 業(yè)務(wù)邏輯層各bean功能
3-8 控制處理層
總結(jié)
參考文獻(xiàn)
摘要
Java是一種簡(jiǎn)單易用、完全面向?qū)ο?、具有平臺(tái)無(wú)關(guān)性且安全可靠的主要面向Internet的開(kāi)發(fā)工具。本文描述了JAVA和JSP技術(shù)的特點(diǎn)以及在互聯(lián)網(wǎng)上的使用情況,介紹這兩種技術(shù)的重要編程方法和兩者之關(guān)的聯(lián)系,同時(shí)也會(huì)應(yīng)用相關(guān)的Struts框架,并完成一個(gè)基于這種技術(shù)的網(wǎng)上書店系統(tǒng)。
【關(guān)鍵字】JAVA, Struts, Servlet, JSP, 網(wǎng)絡(luò)編程, 電子商務(wù), 網(wǎng)上書店
Abstract
At present JAVA is the hottest programming language for WEB development, This text described the characteristics of JAVA and JSP technology and the state of operating on Internet, It introduced the relationship between them and the important programming method of the double technology, And also show the Struts technology, And work out an online bookstore system base on this kind of technology.
Keywords: JAVA, Struts, Servlet, JSP, web program, internet, bookshop
目錄
中英文摘要
第一章 JAVA的網(wǎng)絡(luò)功能與編程
1-1 JAVA語(yǔ)言簡(jiǎn)介
1-2 JAVA語(yǔ)言在網(wǎng)絡(luò)上的應(yīng)用
1-3 JSP的基礎(chǔ)——Servlet 技術(shù)
第二章 Struts概述
2-1 Struts的由來(lái)和發(fā)展
2-1-1 MVC簡(jiǎn)介
2-2 Struts優(yōu)缺點(diǎn)
3-3 Struts的工作流程
第三章 網(wǎng)上書店詳細(xì)設(shè)計(jì)
3-1 需求分析
3-2 總體設(shè)計(jì)
3-3 功能設(shè)計(jì)
3-4 數(shù)據(jù)庫(kù)設(shè)計(jì)與實(shí)現(xiàn)
3-4-1 數(shù)據(jù)庫(kù)的需求分析
3-4-2 創(chuàng)建數(shù)據(jù)表的腳本
3-5 網(wǎng)上書店基本流程
3-6 網(wǎng)上書店各頁(yè)面功能
3-7 業(yè)務(wù)邏輯層各bean功能
3-8 控制處理層
總結(jié)
參考文獻(xiàn)
TA們正在看...
- 必修四三角函數(shù)知識(shí)點(diǎn)經(jīng)典總結(jié).doc
- 必修四向量復(fù)習(xí)題附答案.doc
- 必修四平面向量綜合測(cè)試題.doc
- 必修四第一章三角函數(shù)知識(shí)點(diǎn)及練習(xí)講義.doc
- 必修四第二章平面向量經(jīng)典練習(xí)題.doc
- 必修資料信息技術(shù)基礎(chǔ)教案粵教版資料.doc
- 必省網(wǎng)關(guān)愛(ài)建筑工人——免費(fèi)理發(fā)活動(dòng)策劃書.doc
- 必看這30項(xiàng)支出不得進(jìn)行個(gè)人所得稅專項(xiàng)附加扣除.doc
- 必看20種打死不能住更不能買的房子.doc
- 必考高中14篇文言文翻譯.doc