金里正-企业资产管理系统资产核查模块的设计与实现

上传人:油条 文档编号:5187856 上传时间:2017-08-29 格式:DOC 页数:40 大小:536KB
返回 下载 相关 举报
金里正-企业资产管理系统资产核查模块的设计与实现_第1页
第1页 / 共40页
金里正-企业资产管理系统资产核查模块的设计与实现_第2页
第2页 / 共40页
金里正-企业资产管理系统资产核查模块的设计与实现_第3页
第3页 / 共40页
金里正-企业资产管理系统资产核查模块的设计与实现_第4页
第4页 / 共40页
金里正-企业资产管理系统资产核查模块的设计与实现_第5页
第5页 / 共40页
点击查看更多>>
资源描述

《金里正-企业资产管理系统资产核查模块的设计与实现》由会员分享,可在线阅读,更多相关《金里正-企业资产管理系统资产核查模块的设计与实现(40页珍藏版)》请在金锄头文库上搜索。

1、学号_密级_武汉大学本科毕业论文企业资产管理系统资产核查模块的设计与实现院(系)名 称:国际软件学院专 业 名 称 :软件工程学 生 姓 名 :金里正指 导 教 师 :张目 教授廖广志 项目经理二九年六月BACHELORS DEGREE THESISOF WUHAN UNIVERSITYThe design and implement of asset verification module in Enterprise Asset Management College :International School of Software Subject :Software Engineering

2、 Name : Jin LizhengDirected by :Zhang Mu Professor Liao GuangZhi Project ManagerJune 2009 郑 重 声 明本人呈交的学位论文,是在导师的指导下,独立进行研究工作所取得的成果,所有数据、图片资料真实可靠。尽我所知,除文中已经注明引用的内容外,本学位论文的研究成果不包含他人享有著作权的内容。对本论文所涉及的研究工作做出贡献的其他个人和集体,均已在文中以明确的方式标明。本学位论文的知识产权归属于培养单位。本人签名: 日期: 摘 要企业资产管理系统(Enterprise Asset Management,简称 EA

3、M)是立足企事业单位后勤发展,集数据集成、电子报表、分类汇总、自动生成、网络传递、多极查询于一体的企业资产管理系统,是与现行住房档案管理信息系统和企业资产上报系统相互支持,配套的智能化技术平台,整体上建成运作简便、管理科学、效率很高、最终能实现无纸化办公的品牌服务窗口。资产核查模块是 EAM 系统中核心的部分,也是项目管理的基本单元,不论采用何种的表单,所有的企业资产管理数据,在资产核查模块都能查询到。资产核查结合了所有的企业资产数据,对他们进行综合的分析,并作详细的核查,最后总结出新的资产清单。以达到资产管理者对企业资产的去留了如指掌。EAM 引入资产核查模块作为其业务层开发的平台,为企业资

4、产明细,核算提供流程支持。本文描述的是 EAM 系统的资产核查模块的设计与实现。根据JZEE 的 N 层体系结构, Web 系统大体被分为三层:表现层、业务层、数据持久层 。本文引入了开源的 Struts 实现了表现层的框架,Spring实现了业务层的框架,Hibernate 实现了数据持久层的框架。本文运用Hibernate 查询功能来实现资产核查模块的数据查询。Hibernate 是一个对象/关系数据库映射工具 (O/R Mapping),它协调了对象模型和基于 SQL 的关系模型之间的阻抗不匹配。运用 Hibernate 来搭建企业级web 应用的数据持久层,并针对开发过程中 Hiber

5、nate 的 session 关闭而出现的延迟加载问题,给出系统的分析和合理的解决方案,本文将对此做出详细论述。 关键词:企业资产管理;资产核查;J2EE; Struts;Spring ; Hibernate。 ABSTRACTEnterprise Asset Management System (Enterprise Asset Management, referred to as EAM) is based on the enterprises rear-service development, including data integration, electric report for

6、ms,subtotals, automatic generation, network transmission and multi-polar inquiries in the enterprise asset management system. It is a intelligent technology platform with the existing file tube housing Management information systems and enterprise asset reporting system, and support each other. The

7、aim in a whole Body is to build a software, which has the operation of simple, scientific management and efficiency, and ultimately to achieve paperless office goods Licensing service window. EAM asset verification module is part of the core system as well as the basic unit of project management. No

8、 matter what the form, all the enterprise asset management data could be queried in the asset verification module. The asset Verification module combined with all of the assets of the enterprise data, for their comprehensive analysis and detailed verification, generate a new list of assets at the en

9、d. In this way, the managers will be familiar with the in-and-out of all the industry assets. EAM system gets asset verification module developed as part of its business platform layer in order to detail the corporate assets and account processes to provide support. This paper describes the design a

10、nd implementation of the Asset Verification Module for the EAM system. According to the N-tier J2EE architecture, web application is generally divided into three layers: view layer, business logic layer, persistence layer. We use three frameworks: Struts is framework of view layer, Spring is framewo

11、rk of business logic layer, Hibernate is framework of persistence layer and all of these come from Open-Source. This article features the use of Hibernate query to achieve the data query of the Asset Verification Module. This article will discusses this in detail. Key words: EAM;Asset verification;J

12、2EE;Struts;Spring;Hibernate目 录第 1 章 绪论1.1 EAM 系统的研究背景及意义 .71.1.1 EAM 系统的研究背景 .71.1.2 EAM 系统及资产核查模块的意义 .71.2 本文的研究内容 .81.2.1 本文的课题来源和意义 .81.2.2 本文的主要工作 .8第二章 企业资产管理系统概述2.1 EAM 的定义及范围 .92.1.1 EAM 系统的定义 .92.1.2 EAM 系统的应用范围 .102.2 EAM 系统开发环境与实现技术 .102.2.1 开发环境简介 .102.2.2 开发工具介绍 .102.2.3 核心技术 .11第三章 EAM 系统的 分析与设计3.1 EAM 系统的功能结构 .

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 建筑/环境 > 综合/其它

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