鉴于大家对计算机论文十分关注,我们编辑小组在此为大家搜集整理了“数据共享系统”一文,供大家参考学习!
论文字数:15074,页数:52
摘要
本文介绍了该系统的开发环境,主要需求分析,界面设计,数据库设计,以及主要的框架,配置和功能实现。还介绍了核心技术webservices的技术实现,调用方法。
系统用java开发设计,用SQL Server2000数据库,结合java script,jsp,Ajax等技术,采用了J2EE结构,运用了Struts Spring Hibernate三大框架来开发的。
系统的功能主要是数据共享,不同的部门抽取自己获取的源数据经过配置上传到中心端,然后中心端经过审核发布在服务端,各部门就能申请订阅了,申请通过后,部门就能获得资源的配置信息,接着就能订阅了。数据共享系统适合一个有很多部门的大公司,政府机关,学校等单位使用。
关键词:数据共享,Web Services,J2EE
ABSTRACT
This article describes the development environment of the system including the main Requirements Analysis, User Interface, Database Design, as well as the main framework, configuration and functions.
Also the article introduces the way of realization and call methods of the key technology——webservices.
The system is developed based on java, SQL Server2000 database , java script, jsp, Ajax with structure of J2EE and the Struts Spring Hibernate framework,etc.
The main features of the system is data sharing, people from different departments upload their own sources to the center point after configuration and sources will be sent to the service when checked. If the applications have been allowed, sources configuration informations will be sent to the department,at last subscription can be successfully done.
This system is suit for some large corporations which have a lot of departments or the government agencies, schools,etc.
Keywords:DateShare, Web Services,J2EE
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 研究内容 1
第2章 开发环境介绍 3
2.1 数据库访问技术分析 3
2.1.1 JDBC数据库访问技术 3
2.2 开发环境及框架介绍 4
2.2.1 MyEclipse 4
2.2.2 JSP语言环境 4
2.2.3 java script脚本语言 5
2.2.4 Struts Hibernate Spring三大框架 5
2.2.5 Sql Server 2000 6
2.2.6 AJAX 介绍 8
2.2.7 jboss服务介绍 8
2.3 本章小结 8
第3章 系统需求分析 10
3.1 客户需求和总体设计目标 10
3.1.1 客户性能需求 10
3.1.2 系统功能需求 10
3.2 本章小结 11
第4章 数据库设计 12
4.1 数据库结构分析与创建 12
4.2 概念结构设计 13
4.3 逻辑结构设计 19
4.4 数据库安全性和完整性 24
4.4.1 数据库的安全性 24
4.4.2 数据完整性 24
4.5 本章小结 25
第5章 系统设计与实现 26
5.1 系统总体框架 26
5.1.1 主要业务流程 27
5.2 客户端模块设计与技术实现 30
5.3 中心服务端模块设计与技术实现 38
5.3.1 资源配置 40
5.3.2 资源订阅 41
5.4 本章小结 45
第6章 结论 46
致谢 47
参考文献 48