高爾夫球場預(yù)定會員管理系統(tǒng).rar
高爾夫球場預(yù)定會員管理系統(tǒng),1.6萬字 48頁摘 要隨著生活水平的提高,國內(nèi)不少人開始學(xué)習(xí)高爾夫球,各地也逐漸建立了一些高爾夫球場和練習(xí)場,如何將球場情況和會員資料進行統(tǒng)一管理,成了高爾夫球場企業(yè)亟需解決的問題。而在企業(yè)應(yīng)用解決方案中,spring作為輕量級的j2ee框架,越來越普及。在沒有分布式和復(fù)雜事務(wù)需求的情況下,...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 usactu 發(fā)布
高爾夫球場預(yù)定會員管理系統(tǒng)
1.6萬字 48頁
摘 要
隨著生活水平的提高,國內(nèi)不少人開始學(xué)習(xí)高爾夫球,各地也逐漸建立了一些高爾夫球場和練習(xí)場,如何將球場情況和會員資料進行統(tǒng)一管理,成了高爾夫球場企業(yè)亟需解決的問題。
而在企業(yè)應(yīng)用解決方案中,Spring作為輕量級的J2EE框架,越來越普及。在沒有分布式和復(fù)雜事務(wù)需求的情況下,Spring明顯優(yōu)于EJB。
本文重新設(shè)計、改造了湖南鷹皇高爾夫有限公司的營業(yè)系統(tǒng)(即高爾夫球場預(yù)定會員管理系統(tǒng))。在分析原型、重新規(guī)劃數(shù)據(jù)庫的基礎(chǔ)上,確定采用Spring & Java Server Faces的系統(tǒng)結(jié)構(gòu)來設(shè)計、實現(xiàn)該系統(tǒng),并完成了問卷調(diào)查模塊、多語種支持、球場信息發(fā)布(內(nèi)部發(fā)布)、會員預(yù)存管理、會員電話匹配、TeeTime管理系統(tǒng)、球場特殊返傭功能管理、渠道政策會員變動歸屬、渠道政策變動返傭、產(chǎn)品與行業(yè)設(shè)計方案等內(nèi)容的設(shè)計與實現(xiàn)。
關(guān)鍵字:Spring,IoC,Java Server Faces,F(xiàn)acade模式
Golf Course Reserve& Member Management System
Abstract
As the standard of living shifts, many people in the mainland come to play golf. As a result, many golf courses and clubs come into being. How to manage both the course and customer information becomes an urgent for a company whose business is golf reserving.
In enterprise application solutions, spring as the light-weight J2EE framework is becoming increasing popular. Spring is obvious superior than EJB when it comes to a case without the requirement of distributed computing environment or sophisticated transactions.
This paper has re-designed and re-build the business system (the Golf Course Reserve & Member Management System) of Reagle Golf Co. Ltd. After reanalyzing the model and rescheduling the database architecture, we adopt the combination of spring and java server faces as the structure. Up to now 10 modules have been accomplished.
Key Words: Spring, inversion of control (IoC), Java Server Faces, Façade pattern
目 錄
1. 課題來源及選題依據(jù) 1
1.1課題背景 1
1.2課題的目的以及意義 1
1.3國內(nèi)外輕量級解決方案研究現(xiàn)狀 2
1.4課題研究的內(nèi)容 3
2. 技術(shù)原理 4
2.1 EJB特點 4
2.2 Spring采用了IoC思想 4
2.3 Spring的事務(wù)特性 4
2.3.1聲明式事務(wù)管理 4
2.3.2編程式事務(wù)管理 6
2.4 Struts特點 6
2.5 Java server faces特點 6
3. 實現(xiàn)方案 8
3.1 運行環(huán)境 8
3.1.1 硬件環(huán)境 8
3.1.2 軟件環(huán)境 8
3.2 方案選擇 8
3.2.1采用spring &Java server faces輕量級框架 8
4. 具體實現(xiàn) 9
4.1 DAO操作基類的實現(xiàn) 9
4.1.1若干方法摘要 9
4.2問卷調(diào)查模塊功能實現(xiàn) 9
4.2.1 業(yè)務(wù)描述 10
4.2.2 功能描述 10
4.2.3相關(guān)模塊 10
4.2.4頁面文件 10
4.2.5數(shù)據(jù)庫設(shè)計 11
4.2.6 程序流程 13
4.2.7界面設(shè)計 14
4.3多語種支持 14
4.3.1業(yè)務(wù)描述 15
4.3.2功能描述 15
4.3.3相關(guān)模塊 16
4.3.4數(shù)據(jù)庫設(shè)計 16
4.3.5程序流程 17
4.4球場信息發(fā)布(內(nèi)部發(fā)布) 17
4.4.1業(yè)務(wù)描述 17
4.4.2功能描述 17
4.4.3相關(guān)模塊 18
4.4.4頁面文件 18
4.4.5數(shù)據(jù)庫設(shè)計 18
4.46程序流程 19
4.4.7界面設(shè)計 19
4.5會員預(yù)存管理 20
4.5.1業(yè)務(wù)描述 20
4.5.2功能描述 21
4.5.3相關(guān)模塊 21
4.5.4頁面文件 22
4.5.5數(shù)據(jù)庫設(shè)計 22
4.6會員電話匹配 26
4.6.1業(yè)務(wù)描述 26
4.6.2功能描述 26
4.6.3相關(guān)模塊 26
4.6.4頁面文件 26
4.6.5數(shù)據(jù)庫設(shè)計 27
4.6.6程序流程 29
4.6.7接口設(shè)計 31
4.7 TeeTime管理 32
4.7.1業(yè)務(wù)描述 32
4.7.2功能描述 32
4.7.3相關(guān)模塊 33
4.7.4數(shù)據(jù)庫設(shè)計 33
4.8球場特殊返傭功能管理 33
4.8.1業(yè)務(wù)描述 33
4.8.2功能描述 33
4.8.3相關(guān)模塊 34
4.8.4頁面文件 34
4.8.5 數(shù)據(jù)庫設(shè)計 35
4.8.6 程序流程 37
4.9渠道政策會員變動歸屬 37
4.9.1業(yè)務(wù)描述 37
4.9.2功能描述 38
4.9.3 相關(guān)模塊 41
4.10 渠道政策變動返傭 41
4.10.1業(yè)務(wù)描述 41
4.10.2功能描述 43
4.10.3相關(guān)模塊 43
4.11產(chǎn)品與行業(yè)設(shè)計方案 43
4.11.1功能需求 43
4.11.2 數(shù)據(jù)庫更改 49
4.11.3存儲過程處理 51
總結(jié) 55
致謝 55
參考文獻 56
附錄 56
參考文獻
[2] Craig McClanahan, Ed Burns, Roger Kitain. Java Server Faces Specification[DB/OL]. www.jcp.org. 2004
[3]Justin Gehtland, Ben Balbraith, Dion Almaer著. 徐峰, 胡冰譯. AJAX修煉之道[M]. 北京電子工業(yè)出版社. 2006
[4]Jason Brittian, Ian F. Darwin著, 朱恩從改編. Tomcat權(quán)威指南[M]. 北京:中國電力出版社. 2004
[5]段鋼. 加密與解密(第二版)[M]. 北京:電子工業(yè)出版社. 2003
[6]Wenhao Mao.Modern Cryptography: Theory and Practice [M]. Prentice Hall PTR. July 2003.
附 錄
Procedure類的實現(xiàn):
public class Procedure extends StoredProcedure {
private HashMap input;
/*
* 存儲過程構(gòu)造函數(shù)
*
* @dataSource 數(shù)據(jù)源
* @procName 存儲過程名稱
*/
public Procedure(DataSource dataSource, String procName){
super(dataSource,procName);
......
1.6萬字 48頁
摘 要
隨著生活水平的提高,國內(nèi)不少人開始學(xué)習(xí)高爾夫球,各地也逐漸建立了一些高爾夫球場和練習(xí)場,如何將球場情況和會員資料進行統(tǒng)一管理,成了高爾夫球場企業(yè)亟需解決的問題。
而在企業(yè)應(yīng)用解決方案中,Spring作為輕量級的J2EE框架,越來越普及。在沒有分布式和復(fù)雜事務(wù)需求的情況下,Spring明顯優(yōu)于EJB。
本文重新設(shè)計、改造了湖南鷹皇高爾夫有限公司的營業(yè)系統(tǒng)(即高爾夫球場預(yù)定會員管理系統(tǒng))。在分析原型、重新規(guī)劃數(shù)據(jù)庫的基礎(chǔ)上,確定采用Spring & Java Server Faces的系統(tǒng)結(jié)構(gòu)來設(shè)計、實現(xiàn)該系統(tǒng),并完成了問卷調(diào)查模塊、多語種支持、球場信息發(fā)布(內(nèi)部發(fā)布)、會員預(yù)存管理、會員電話匹配、TeeTime管理系統(tǒng)、球場特殊返傭功能管理、渠道政策會員變動歸屬、渠道政策變動返傭、產(chǎn)品與行業(yè)設(shè)計方案等內(nèi)容的設(shè)計與實現(xiàn)。
關(guān)鍵字:Spring,IoC,Java Server Faces,F(xiàn)acade模式
Golf Course Reserve& Member Management System
Abstract
As the standard of living shifts, many people in the mainland come to play golf. As a result, many golf courses and clubs come into being. How to manage both the course and customer information becomes an urgent for a company whose business is golf reserving.
In enterprise application solutions, spring as the light-weight J2EE framework is becoming increasing popular. Spring is obvious superior than EJB when it comes to a case without the requirement of distributed computing environment or sophisticated transactions.
This paper has re-designed and re-build the business system (the Golf Course Reserve & Member Management System) of Reagle Golf Co. Ltd. After reanalyzing the model and rescheduling the database architecture, we adopt the combination of spring and java server faces as the structure. Up to now 10 modules have been accomplished.
Key Words: Spring, inversion of control (IoC), Java Server Faces, Façade pattern
目 錄
1. 課題來源及選題依據(jù) 1
1.1課題背景 1
1.2課題的目的以及意義 1
1.3國內(nèi)外輕量級解決方案研究現(xiàn)狀 2
1.4課題研究的內(nèi)容 3
2. 技術(shù)原理 4
2.1 EJB特點 4
2.2 Spring采用了IoC思想 4
2.3 Spring的事務(wù)特性 4
2.3.1聲明式事務(wù)管理 4
2.3.2編程式事務(wù)管理 6
2.4 Struts特點 6
2.5 Java server faces特點 6
3. 實現(xiàn)方案 8
3.1 運行環(huán)境 8
3.1.1 硬件環(huán)境 8
3.1.2 軟件環(huán)境 8
3.2 方案選擇 8
3.2.1采用spring &Java server faces輕量級框架 8
4. 具體實現(xiàn) 9
4.1 DAO操作基類的實現(xiàn) 9
4.1.1若干方法摘要 9
4.2問卷調(diào)查模塊功能實現(xiàn) 9
4.2.1 業(yè)務(wù)描述 10
4.2.2 功能描述 10
4.2.3相關(guān)模塊 10
4.2.4頁面文件 10
4.2.5數(shù)據(jù)庫設(shè)計 11
4.2.6 程序流程 13
4.2.7界面設(shè)計 14
4.3多語種支持 14
4.3.1業(yè)務(wù)描述 15
4.3.2功能描述 15
4.3.3相關(guān)模塊 16
4.3.4數(shù)據(jù)庫設(shè)計 16
4.3.5程序流程 17
4.4球場信息發(fā)布(內(nèi)部發(fā)布) 17
4.4.1業(yè)務(wù)描述 17
4.4.2功能描述 17
4.4.3相關(guān)模塊 18
4.4.4頁面文件 18
4.4.5數(shù)據(jù)庫設(shè)計 18
4.46程序流程 19
4.4.7界面設(shè)計 19
4.5會員預(yù)存管理 20
4.5.1業(yè)務(wù)描述 20
4.5.2功能描述 21
4.5.3相關(guān)模塊 21
4.5.4頁面文件 22
4.5.5數(shù)據(jù)庫設(shè)計 22
4.6會員電話匹配 26
4.6.1業(yè)務(wù)描述 26
4.6.2功能描述 26
4.6.3相關(guān)模塊 26
4.6.4頁面文件 26
4.6.5數(shù)據(jù)庫設(shè)計 27
4.6.6程序流程 29
4.6.7接口設(shè)計 31
4.7 TeeTime管理 32
4.7.1業(yè)務(wù)描述 32
4.7.2功能描述 32
4.7.3相關(guān)模塊 33
4.7.4數(shù)據(jù)庫設(shè)計 33
4.8球場特殊返傭功能管理 33
4.8.1業(yè)務(wù)描述 33
4.8.2功能描述 33
4.8.3相關(guān)模塊 34
4.8.4頁面文件 34
4.8.5 數(shù)據(jù)庫設(shè)計 35
4.8.6 程序流程 37
4.9渠道政策會員變動歸屬 37
4.9.1業(yè)務(wù)描述 37
4.9.2功能描述 38
4.9.3 相關(guān)模塊 41
4.10 渠道政策變動返傭 41
4.10.1業(yè)務(wù)描述 41
4.10.2功能描述 43
4.10.3相關(guān)模塊 43
4.11產(chǎn)品與行業(yè)設(shè)計方案 43
4.11.1功能需求 43
4.11.2 數(shù)據(jù)庫更改 49
4.11.3存儲過程處理 51
總結(jié) 55
致謝 55
參考文獻 56
附錄 56
參考文獻
[2] Craig McClanahan, Ed Burns, Roger Kitain. Java Server Faces Specification[DB/OL]. www.jcp.org. 2004
[3]Justin Gehtland, Ben Balbraith, Dion Almaer著. 徐峰, 胡冰譯. AJAX修煉之道[M]. 北京電子工業(yè)出版社. 2006
[4]Jason Brittian, Ian F. Darwin著, 朱恩從改編. Tomcat權(quán)威指南[M]. 北京:中國電力出版社. 2004
[5]段鋼. 加密與解密(第二版)[M]. 北京:電子工業(yè)出版社. 2003
[6]Wenhao Mao.Modern Cryptography: Theory and Practice [M]. Prentice Hall PTR. July 2003.
附 錄
Procedure類的實現(xiàn):
public class Procedure extends StoredProcedure {
private HashMap
/*
* 存儲過程構(gòu)造函數(shù)
*
* @dataSource 數(shù)據(jù)源
* @procName 存儲過程名稱
*/
public Procedure(DataSource dataSource, String procName){
super(dataSource,procName);
......
TA們正在看...
- 2011吉林考研政治真題及答案.doc
- 2011吉林考研數(shù)學(xué)一真題及答案.doc
- 2011吉林考研數(shù)學(xué)三真題及答案.doc
- 2011吉林考研數(shù)學(xué)二真題及答案.doc
- 2011吉林考研英語一真題及答案.doc
- 2011吉林考研英語二真題及答案.doc
- 2011年江蘇東南大學(xué)現(xiàn)代管理學(xué)考研真題.doc
- 2011年江蘇東南大學(xué)管理學(xué)考研真題.doc
- 2011年江蘇南京大學(xué)國際關(guān)系考研真題.doc
- 2011年江蘇南京大學(xué)政府管理學(xué)院政治學(xué)原理考研真題.doc