【正文】
. The system is based on the eclipse as a development tool, MySQL as the database, Tomcat as the Web server. System architecture is divided into the presentation layer, business layer and data persistence layer. The business logic is implemented in the business layer, and data persistence layer is managed by Hibernate framework, using C3P0 connection pool database to connect database to replace the database conveniently. Due to good crossplatform performance of Java technology, the system can function by servers equipped with different operating systems.The deployment and operation of integrated survey system can effectively utilize work resources. Conducting the questionnaire by inter can reduce the input of manpower and material resources, thus solving drawbacks of traditional questionnaire.Keywords: Questionnaire survey。 Java。 Open source framework四川大學(xué)碩士研究生畢業(yè)論文 基于 Java EE 綜合調(diào)查系統(tǒng)的設(shè)計與實現(xiàn)V目 錄1 緒論 ...............................................................................................................................................1 引言 .......................................................................................................................................1 國內(nèi)外研究現(xiàn)狀 ...................................................................................................................2 本文工作 ...............................................................................................................................22 相關(guān)理論介紹 ...............................................................................................................................4 引言 .......................................................................................................................................4 B/S 模式介紹 ........................................................................................................................4 JAVA 技術(shù)概述 .......................................................................................................................6 WEB 服務(wù)器介紹 .....................................................................................................................7 集成開發(fā)環(huán)境介紹 ...............................................................................................................8 WEB 框架介紹 .........................................................................................................................8 SSH 體系框架結(jié)構(gòu) .......................................................................................................9 Struts2 框架介紹 .....................................................................................................10 Spring 框架介紹 .......................................................................................................10 Hibernate 框架介紹 .................................................................................................11 小結(jié) .....................................................................................................................................113 系統(tǒng)需求分析及總體設(shè)計 .........................................................................................................13 引言 .....................................................................................................................................13 系統(tǒng)需求分析 .....................................................................................................................13 系統(tǒng)功能分析 .....................................................................................................................14 系統(tǒng)總體設(shè)計 .....................................................................................................................17 系統(tǒng)總體目標(biāo) ............................................................................................................17 系統(tǒng)整體流程 ............................................................................................................17 系統(tǒng)運行環(huán)境 ............................................................................................................19 小結(jié) .....................................................................................................................................204 系統(tǒng)具體設(shè)計與實現(xiàn) .................................................................................................................21 引言 .....................................................................................................................................21 數(shù)據(jù)庫設(shè)計 .........................................................................................................................21 數(shù)據(jù)模型介紹 ............................................................................................................22 數(shù)據(jù)字典 ....................................................................................................................23四川大學(xué)碩士研究生畢業(yè)論文 基于 Java EE 綜合調(diào)查系統(tǒng)的設(shè)計與實現(xiàn)VI 功能模塊設(shè)計 .....................................................................................................................30 問卷信息管理 ............................................................................................................32 問卷問題編輯 ............................................................................................................41 導(dǎo)入?yún)⑴c者用戶 ........................................................................................................48 匹配問卷和參與者 ....................................................................................................51 參與問卷調(diào)查 ............................................................................................................52 問卷答案統(tǒng)計 ............................................................................................................57 查看答卷信息 ............................................................................................................60 小結(jié) .......................................................................................................