报表设计器开发毕业设计论文.doc

约86页DOC格式手机打开展开

报表设计器开发毕业设计论文,48235字摘要现在是信息社会,各种信息都需要处理并直观展现,如股票,物价等信息都需要通过数据报表来展现、分析,因此高质量报表软件系统具有重要的实际意义。 本论文课题研究探索了报表系统的开发方法与技术,综合应用eclipse、 java 、jdbc、swt/jface、 rcp、xml、 css、dom4j,itext...
编号:45-108091大小:1.45M
分类: 论文>计算机论文

内容介绍

此文档由会员 emplate 发布

48235字
摘 要

现在是信息社会,各种信息都需要处理并直观展现,如股票,物价等信息都需要通过数据报表来展现、分析,因此高质量报表软件系统具有重要的实际意义。
本论文课题研究探索了报表系统的开发方法与技术,综合应用Eclipse、 JAVA 、JDBC、SWT/Jface、 RCP、XML、 CSS、DOM4J,IText,POI等先进技术,开发了基于WEB环境运行的报表设计器,实现了报表设计、模板生成、报表编辑,报表发布等基本功能,为进一步开发实用的报表系统奠定了基础。
关键词:报表,SWT/Jface,Eclipse,XML,B/S,RCP

Abstract
Now is the information society, all kinds of information need to be addressed and visual display, such as stock ,prices and other information needed to demonstrate through data reports, analysis, the statements of high-quality software system has important practical significance.
This paper statements subject to study and explore the system development methods and technology, comprehensive application of Eclipse, JAVA, JDBC, SWT / Jface, RCP, XML, CSS, DOM4J, IText, POI, and other advanced technology, the development of the operating environment based on the statements WEB design , Achieved a report design, template generation, editing statements, issued statements of such basic functions, for the further development of practical system laid the foundation for statements.

KEY WORDS: Report,SWT/JFace、Eclipse、XML、B/S、RCP

目 录

第一章 概述 1
1.1 课题背景与意义 1
1.2 报表系统发展概况 2
第二章 开发技术及环境 4
2.1软件环境 4
2.2 主要开发技术 4
第三章 系统设计 6
3.1系统体系结构 6
3.2 软件模块结构 7
3.3数据源与系统文件结构 8
3.3.1 系统数据源 8
3.3.2 系统文件结构 9
3.3.3 报表显示部分文件 13
第四章 系统实现 14
4.1主要实现算法 14
4.1.1新建报表流程图 14
4.1.2 新建数据源流程图 15
4.1.3编辑单元格流程图 16
4.1.4 保存报表流程图 17
4.1.5 生成电子表格流程图 18
4.1.6 发布报表流程图 20
4.1.7 编辑CSS流程图 21
4.1.8 生成模板流程图 22
4.1.9 配置服务器流程图 23
4.2 系统编码实现 23
4.2.1 系统的主界面实现 23
4.2.2 新建数据源 32
4.2.3 新建报表 34
4.2.4 编辑单元格 35
4.2.5 生成电子表格 36
4.2.6 发布报表 40
4.2.7 编辑CSS 42
4.2.8 生成模板 44
4.2.9 报表保存 45
4.2.10 配置服务器 48
第五章 系统典型界面 51
5.1系统主界面 51
5.1.1 编辑视图界面 52
5.1.2 属性视图界面 52
5.1.3 服务器视图界面 53
5.1.4 数据源视图界面 53
5.2部分功能界面 54
5.2.1 新建报表界面 54
5.2.2 新建数据源界面 55
5.2.3 设置CSS界面 56
5.2.4 设置服务器参数界面 57
5.2.5 设置报表参数界面 58
5.2.6生成模板界面 58
第六章 课题总结 60
致谢 62
参考文献 63
附录 65

参考书目
RCP Tutorial Part 2
RCP Tutorial Part 3
Eclipse Rich Client Platform
RCP Browser example (project org.eclipse.ui.examples.rcp.browser)
PDE Does Plug-ins
How to Internationalize your Eclipse Plug-in
Notes on the Eclipse Plug-in Architecture
Plug-in Migration Guide: Migrating to 3.1 from 3.0
Plug-in Migration Guide: Migrating to 3.0 from 2.1