{$cfg_webname}
主页 > 计算机 > JAVA >

基于JSP问卷调查系统的设计与实现(SQL)(含录像)

来源:wenku163.com  资料编号:WK16312271 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312271
资料介绍

基于JSP问卷调查系统的设计与实现(SQL)(含录像)(开题报告,毕业论文9600字,程序代码,SQLserver数据库,答辩PPT) 

摘要 在校园、机关或企业里,由于各种调查研究的需要,经常会有各种各样的调查问卷,在传统模式下,人们不但要花费不少的费用印刷问卷,而且还要消耗大量时间和精力发放问卷,回收问卷,统计问卷,并且问卷可控性差,容易产生漏卷,废卷等问题。本系统建立在信息技术基础上,构建一个在线的问卷设计、分发、调查、回收、统计的系统,基本解决传统问卷的上诉老大难问题。 本文首先对J2EE体系架构作了简要介绍;然后讨论了设计模式在面向对象软件开发过程中的重要作用,阐述了在J2EE平台下开发应用程序的一些常用的设计模式,以及如何使用这些设计模式来对一个问卷调查系统项目进行设计;接着讨论了应用程序框架的概念以及使用应用程序框架开发业务应用程序所带来的优势,最后研究和设计了一个建立在J2EE平台上的通用框架。从而建立了一个能够快速开发业务应用程序的开发环境。 关键词:J2EE体系结构,问卷调查,设计模式,通用框架    Abstract On campus, authorities or enterprises in China, due to a variety of research needs, often have a variety of questionnaires, the traditional model, people not only have to spend a lot of the cost of printing the questionnaires, but also spend a lot of time and Issued on the questionnaire, the recovery of the questionnaire, statistical survey, questionnaires and control poor, prone to leakage volume, the volume of waste. The system built on the basis of information technology, to build an online questionnaire design, distribution, investigation, recovery, statistical systems, the traditional solution to the basic appeal of the questionnaire chronic problem. The paper introduces J2EE architecture firstly,and then,the importance of design patterns and the advantage of developing object-oriented application using design patterns are discussed.With following,some important design patterns used on J2EE architecture are described,and the way how to use these design patterns to design an enterprise management information system is introduced. Finally,the paper make a research and a design of a common framework established on J2EE platform.  Keywords:J2EE,questionnaire,common framework,survey   基于JSP问卷调查系统的设计与实现(SQL)
基于JSP问卷调查系统的设计与实现(SQL)
基于JSP问卷调查系统的设计与实现(SQL) 目  录 一、  绪论 7 (一)、引言 7 (二)、项目介绍 7 二、J2EE简介 7 (一)、J2EE概述 7 (二)、J2EE的优势 8 三、  系统的设计与实现 10 (一)、使用设计模式进行系统设计 10 (二)、系统总体设计 10 1、 MVC模式 10 2、系统总体结构 11 (三)、持久层设计与实现 12 (四)、 业务逻辑层的设计与实现 20 (五)、 前端WEB层设计与实现 21 四、重难点问题解决方案研究 25 (一)、如何实现用户答卷时题目动态截断和跳转 25 (二)、如何实现存取单张答卷 29 五、 通用框架设计 32 (一)、 用于获取数据库连接的实用工具 32 (二)、用于快速执行SQL的工具SQLCommand 33 结束语 35 附录 37 参考文献 42 致谢 43  
推荐资料