基于J2EEEJB架构的企业关怀系统-毕业论文

上传人:wo7****35 文档编号:54658392 上传时间:2018-09-16 格式:DOC 页数:68 大小:3.05MB
返回 下载 相关 举报
基于J2EEEJB架构的企业关怀系统-毕业论文_第1页
第1页 / 共68页
基于J2EEEJB架构的企业关怀系统-毕业论文_第2页
第2页 / 共68页
基于J2EEEJB架构的企业关怀系统-毕业论文_第3页
第3页 / 共68页
基于J2EEEJB架构的企业关怀系统-毕业论文_第4页
第4页 / 共68页
基于J2EEEJB架构的企业关怀系统-毕业论文_第5页
第5页 / 共68页
亲,该文档总共68页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《基于J2EEEJB架构的企业关怀系统-毕业论文》由会员分享,可在线阅读,更多相关《基于J2EEEJB架构的企业关怀系统-毕业论文(68页珍藏版)》请在金锄头文库上搜索。

1、本科毕业论文本科毕业论文 (科研训练、毕业设计) 题题 目:基于目:基于 J2EE/EJB 架构的企业关怀系统架构的企业关怀系统 姓 名: 学 院:软件学院 系: 专 业:软件工程 年 级: 学 号: 指导教师(校内): 职称:讲师 指导教师(校外): 年 月 基于 J2EE/EJB 架构的企业关怀系统 I 摘摘 要要 企业关怀系统是一个公共的平台,由中国移动提供平台服务。企业可以通过这个平台随 时关心自己的员工,尤其是在节假日的时候,可以通过发送祝福短信或者派发员工喜爱的礼 品来体现企业对员工的关怀。而员工在这个平台中也可以挑选企业为自己准备的礼品。这些 礼品的来源是第三方供应商。因此企业关

2、怀系统是一个有多种角色共同使用的系统,而且预 计有较大的访问量。这对系统的性能和安全性等方面有较多的要求。因此开发平台的选择是 十分重要的。 目前在国内外软件行业内,许多应用软件尤其对于管理信息系统方面的软件,都普遍采 用了 B/S 的架构。相对与传统的 C/S 架构,B/S 更加灵活,更加方便用户的使用。B/S 架构 也有很多开发平台,其中 J2EE 平台就是一种优秀的并且被广泛采用开发平台。EJB 是 J2EE 平台的核心组件,它主要用于分布式系统的开发。Oracle 数据库是业内广泛使用的数据库之 一,它不仅功能强大,而且它的性能和稳定性很高,在大型系统中的应用较多。 本文主要结合企业关

3、怀系统设计和开发,对系统所涉及到的技术(J2EE、EJB 等)进行 探讨和研究,重点是介绍该系统的设计、开发和测试流程。本课题的研究和开发对于软件工 程的研究和实践有一定的意义。 关键词:关键词:J2EE;EJB;企业关怀;软件工程 基于 J2EE/EJB 架构的企业关怀系统 II Abstract Enterprises Care System is a public platform provided by China Mobile, through which enterprises care about their employees by sending greeting short

4、 messages and widely-loved gifts to them, especially during holidays. Meanwhile, employees can select their own gifts in it. The source of the gifts is the suppliers, the third parties. Therefore, EC system is of multi- character use and is supposed to have a huge visit amount. All these have high r

5、equirements in performance and security of the system. That is why it is important to properly select a develop platform. Currently, applicable software, especially in information management system in both domestic and oversea software industries, has widely adopted B/S structure. Compared with trad

6、itional C/S one, B/S is more flexible and convenient for users. B/S structure has many develop platforms, one of which is J2EE platform, excellent and widely used. EJB is the core component of J2EE, mainly used in the develop of Distributed System. Oracle is one of the widely-used databases within t

7、he industry, with great power, as well as high performance and stability. It is mostly adopted in large systems. This article discusses and researches on related technologies (J2EE, EJB etc.) combining with the design and development of EC system, with the key point of introducing the designation, d

8、evelopment and testing procedure of it. It is of certain significance to the research and practice of software engineering to do researches and development on this subject. Key words: J2EE;EJB;Enterprise Care;Software Engineering 基于 J2EE/EJB 架构的企业关怀系统 III 目录目录 第一章 引言1 1.1.项目背景.1 1.2.研究内容及意义.1 1.3.本文

9、组织.2 第二章 系统开发相关技术研究3 2.1.J2EE 技术3 2.1.1.J2EE 简介.3 2.1.2.J2EE 的四层模型.3 2.1.3.J2EE 应用程序组件.4 2.1.4.J2EE 的结构.4 2.2.EJB 技术6 2.3.ORACLE 绑定变量( Bind Variable ).6 2.3.1.问题6 2.3.2.解决方法7 第三章 企业关怀系统总体设计9 3.1.功能框架图.9 3.2.系统角色划分.9 3.3.用例分析.10 3.3.1.用例总图10 3.3.2.用例分析11 3.4.功能模块划分.13 3.4.1.系统管理13 3.4.2.通讯录管理14 3.4.3

10、.资源管理15 3.4.4.任务管理15 3.4.5.礼品管理16 3.4.6.建议管理17 3.4.7.统计报表18 基于 J2EE/EJB 架构的企业关怀系统 IV 第四章企业关怀系统详细设计19 4.1.系统底层业务架构设计.19 4.1.1.概述19 4.1.2.业务层整体结构图20 4.1.3.业务层设计要素说明20 4.1.4.在架构方面具有重要意义的包21 4.1.5.软件接口描述22 4.2.企业关怀系统框架设计.25 4.2.1.概述25 4.2.2.框架 Session 说明25 4.2.3.框架菜单说明25 4.2.4.权限控制26 4.3.任务管理模块设计.29 4.3

11、.1.概述29 4.3.2.任务管理总流程30 4.3.3.祝福任务状态变迁图32 4.3.4.子模块划分32 4.3.5.界面设计34 4.3.6.逻辑视图(子模块说明)36 4.3.7.数据视图40 第五章企业关怀系统测试用例44 5.1.系统权限控制.44 5.1.1.根据角色分配权限44 5.2.任务管理.44 5.2.1.任务定制44 5.2.2.任务审核50 5.2.3.任务跟踪50 第六章结束语51 致谢语52 参考文献53 基于 J2EE/EJB 架构的企业关怀系统 V 附录54 附件一:数据库配置 dbpool.xml54 附件二:内部服务资源配置 service_pool.

12、xml56 附件三:外部服务资源配置 extern_pool.xml58 基于 J2EE/EJB 架构的企业关怀系统 VI Content Part One Introduction.1 1.1.Background .1 1.2.Research and significance.1 1.3.Organization2 Part Two Research on the related technology of system development3 2.1.Technology of J2EE3 2.1.1.Introduction of J2EE .3 2.1.2.Four level

13、models of J2EE 3 2.1.3.Components of application program of J2EE .4 2.1.4.Structure of J2EE.4 2.2.Technology of EJB6 2.3.ORACLE Bind Variable .6 2.3.1.Problems6 2.3.2.Solutions7 Part Three General design of EC System.9 3.1.Struture diagram of funtions9 3.2.System role contribution .9 3.3.Analysis of

14、 application10 3.3.1.General diagram of application.10 3.3.2. Analysis of application.11 3.4.Funtion module contribution.13 3.4.1.System management13 3.4.2.Contacts management14 3.4.3.Resource management.15 3.4.4.Task management15 3.4.5.Gift management.16 3.4.6.Advice management17 3.4.7.Statistic st

15、atement18 基于 J2EE/EJB 架构的企业关怀系统 VII Part Four Designs in detail of EC System19 4.1.Business structure design of the bottom level of the system.19 4.1.1.Overview.19 4.1.2.General structure diagram of the business levels20 4.1.3.Introduction of the design factorsof the business levels20 4.1.4.Signific

16、ant packages in the aspect of structure .21 4.1.5.Description of software interface22 4.2.Frame design of EC System25 4.2.1.Overview.25 4.2.2.Introduction of frame session25 4.2.3.Introduction of frame menu.25 4.2.4.Access control .26 4.3.Module design of task management29 4.3.1.Overview.29 4.3.2.General procedure of task management30 4.3.3.Changing diagram of the condition of greeting task.32 4.3.4.Sub-module contribution.32 4.3.5.Interface design .34 4.3.6.Logical view (sub-module

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号