(java)網(wǎng)上書店的設(shè)計與實現(xiàn).doc
約18頁DOC格式手機打開展開
(java)網(wǎng)上書店的設(shè)計與實現(xiàn),目錄中英文摘要第一章 java的網(wǎng)絡(luò)功能與編程1-1java語言簡介1-2java語言在網(wǎng)絡(luò)上的應(yīng)用1-3 jsp的基礎(chǔ)——servlet 技術(shù)第二章 struts概述2-1 struts的由來和發(fā)展2-1-1 mvc簡介2-2 struts優(yōu)缺點 3-3 struts的工作流程第三章 網(wǎng)上書店詳細設(shè)計3-1 需求分析...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布
目錄
中英文摘要
第一章 JAVA的網(wǎng)絡(luò)功能與編程
1-1 JAVA語言簡介
1-2 JAVA語言在網(wǎng)絡(luò)上的應(yīng)用
1-3 JSP的基礎(chǔ)——Servlet 技術(shù)
第二章 Struts概述
2-1 Struts的由來和發(fā)展
2-1-1 MVC簡介
2-2 Struts優(yōu)缺點
3-3 Struts的工作流程
第三章 網(wǎng)上書店詳細設(shè)計
3-1 需求分析
3-2 總體設(shè)計
3-3 功能設(shè)計
3-4 數(shù)據(jù)庫設(shè)計與實現(xiàn)
3-4-1 數(shù)據(jù)庫的需求分析
3-4-2 創(chuàng)建數(shù)據(jù)表的腳本
3-5 網(wǎng)上書店基本流程
3-6 網(wǎng)上書店各頁面功能
3-7 業(yè)務(wù)邏輯層各bean功能
3-8 控制處理層
總結(jié)
參考文獻
摘要
JAVA語言是目前Internet上大型的WEB應(yīng)用程序開發(fā)時使用得最熱門的編程語言,本文描述了JAVA和JSP技術(shù)的特點以及在互聯(lián)網(wǎng)上的使用情況,介紹這兩種技術(shù)的重要編程方法和兩者之關(guān)的聯(lián)系,同時也會應(yīng)用相關(guān)的Struts框架,并完成一個基于這種技術(shù)的新空氣攝影俱樂部論壇。
【關(guān)鍵字】JAVA, Struts, Servlet, JSP, 網(wǎng)絡(luò)編程, 電子商務(wù), 新空氣攝影俱樂部,論壇。
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 fresh air BBS system base on this kind of technology.
Keywords: JAVA, Struts, Servlet, JSP, web program, internet, fress air , bbs.
參考資料:
(1)JSP編程技巧/清宏計算機工作室編著. 北京:機械工業(yè)出版社,2001.1
(2)精通JBuilder 3環(huán)境下的JAVA編程/銳思創(chuàng)作室編著. 北京:人民郵電出版社., 2001.1
(3)深入JAVA Servlet 網(wǎng)絡(luò)編程. 清華大學出版社
(4)Struts開發(fā)入門與項目實踐. 北京:人民郵電出版社, 2005.8
中英文摘要
第一章 JAVA的網(wǎng)絡(luò)功能與編程
1-1 JAVA語言簡介
1-2 JAVA語言在網(wǎng)絡(luò)上的應(yīng)用
1-3 JSP的基礎(chǔ)——Servlet 技術(shù)
第二章 Struts概述
2-1 Struts的由來和發(fā)展
2-1-1 MVC簡介
2-2 Struts優(yōu)缺點
3-3 Struts的工作流程
第三章 網(wǎng)上書店詳細設(shè)計
3-1 需求分析
3-2 總體設(shè)計
3-3 功能設(shè)計
3-4 數(shù)據(jù)庫設(shè)計與實現(xiàn)
3-4-1 數(shù)據(jù)庫的需求分析
3-4-2 創(chuàng)建數(shù)據(jù)表的腳本
3-5 網(wǎng)上書店基本流程
3-6 網(wǎng)上書店各頁面功能
3-7 業(yè)務(wù)邏輯層各bean功能
3-8 控制處理層
總結(jié)
參考文獻
摘要
JAVA語言是目前Internet上大型的WEB應(yīng)用程序開發(fā)時使用得最熱門的編程語言,本文描述了JAVA和JSP技術(shù)的特點以及在互聯(lián)網(wǎng)上的使用情況,介紹這兩種技術(shù)的重要編程方法和兩者之關(guān)的聯(lián)系,同時也會應(yīng)用相關(guān)的Struts框架,并完成一個基于這種技術(shù)的新空氣攝影俱樂部論壇。
【關(guān)鍵字】JAVA, Struts, Servlet, JSP, 網(wǎng)絡(luò)編程, 電子商務(wù), 新空氣攝影俱樂部,論壇。
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 fresh air BBS system base on this kind of technology.
Keywords: JAVA, Struts, Servlet, JSP, web program, internet, fress air , bbs.
參考資料:
(1)JSP編程技巧/清宏計算機工作室編著. 北京:機械工業(yè)出版社,2001.1
(2)精通JBuilder 3環(huán)境下的JAVA編程/銳思創(chuàng)作室編著. 北京:人民郵電出版社., 2001.1
(3)深入JAVA Servlet 網(wǎng)絡(luò)編程. 清華大學出版社
(4)Struts開發(fā)入門與項目實踐. 北京:人民郵電出版社, 2005.8