摘要
本论文的研究思想指导为,开发一个具有实用价值的“会议管理系统”.该系统以网络浏览器为客户端,主要任务是为会议组织机构提供会议的组织管理、会议信息的发布、参会人员网上报名等一系列服务.该系统的实现为会议的召开单位提供了一个良好的以Internet为平台的数字化会议信息管理系统
本文首先介绍了项目的开发背景和采用的关键技术,然后详细阐述了“会议管理系统”的开发过程,包括业务框架设计、软件体系结构的构建和一些关键技术的实现方法等,最后在系统成功运行的基础上作了系统的评价,提出该系统的不足和对将来的展望. 关键字:会议管理系统;Internet;Web;JSP
Abstract
The research thought of this thesis guides for, develop a has practical worth a" meeting management system". This system uses the Internet web browser as client. The main purpose of the system is to provide services for conference organizations. This services include conference management, conference publicize, users sign up through Internet, etc. The accomplishment of this will provide the conference undertakers with a fine digital conference management information system based on Internet.
The article first introduces the background of the system developing and the key techniques. Then expatiates the developing process of the Conference Management Information System, include the design of the business architecture, the constructing of software structure, and other developing methods of key techniques. After the system has worked successfully, at last evaluate the system, point out the defect and expect the future.
Key Words: Conference Management Information System; Internet; Web; JSP
目录
摘要 1
Abstract 1
第一章 绪论.........................................................3
1.1 开发背景 3
1.2 本课题主要研究工作 4
第二章 开发工具介绍 6
2.1 Java语言 6
2.2 JSP介绍 7
2.3 SQL Server数据库介绍 12
第三章 会议管理系统需求分析及数据库设计 14
3.1会议管理系统的业务需求 14
3.2 JSP中的数据库访问接口 15
3.3与数据库建立链接 16
第四章 会议管理系统的设计 19
第五章 软件安装与调试 22
5.1 JSP运行环境所需软件的安装配置 22
5.2调试与测试 22
第六章 系统测试 24
6.1所遇问题 24
6.2 系统测试 24
设计总结 26
致谢 27
参考文献 28
附 录 29