1、 本科毕业论文 (科研训练、毕业设计 ) 题 目: 灵活 J2EE AJAX 方案 银行证控管理系统 姓 名: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 学 号: 指导教师(校内): 职称: 二 XX年 X月 灵活 J2EE AJAX 方案 银行证控管理系统 摘要 随着中国加入 WTO 第五个年头的到来,中国市场将完全允许外资银行进入。提高金 融服务质量,加强金融产品创新成为国内银行面对的重要挑战之一。成熟的金融信息产品成为银行业务发展的重要基础,金融软件需求成倍扩展,发展速度持续加快,已经成为最有生命力的 IT 增长点。与此相伴的是大容量的数据处理与不断更新的业务需求,如何
2、适应这种变化成为软件行业重要的课题。 银行凭证控制管理系统基于银行业普遍使用的 J2EE 架构。在传统的 Browser/Server 架构之上应用 Ajax 技术增强客户端功能,通过预定义接口与银行 AIX 业务系统无缝集成,结合轻量级 J2EE 框架, IoC 依赖注入与 AOP 技术,无伤织入了安全控制与事务管理。最终形成了一个具有业务自动处理控制,帐务管理,分析汇总的综合凭证管理平台。 本文从项目管理、系统设计、软件过程与质量保证等多个角度论述了证控管理系统的开发过程,总结此类系统的具体实践,为今后的开发提供参考。 关键字 轻量级 J2EE 框架 Ajax 技术 银行服务 - 2 -
3、灵活 J2EE Ajax 方案 银行证控管理系统 Abstract: This is the 5th year since China has joined the World Trade Organization with a promise to gain permission to qualified overseas banks providing financial services on an equal ground with domestic banks. Financial services quality and invocation ability have become
4、 the major challenge to domestic banks. Mature financial IT products are the most important foundation of banking system. With growing requirements and rapidly developing, financial software has become the most highlight field of IT industry. As fast increasing huge data processing requirements and
5、frequently changed business logic, how to enhance banking system capability and functionality is the most critical issue in software industry. The Voucher Management System of XIB is based on Java 2 Enterprise Edition Architecture, which is wildly popular amount banking and other enterprise IT syste
6、m. Introducing the Ajax technologies to the traditional Browser/ Server architecture to enhance rich client programs, flawless integration with the back-end AIX System via predefined communication protocol, using AOP Technologies and IoC dependencies fill, none injured weaved in faultless Security/A
7、CL and Transaction Management solution into lightweight J2EE framework. Finally build a collaboration voucher management system including automatic dispose control, multiple propose accounting and analyzing system. This thesis will discuss system development process from project management, design a
8、nd implementation, software process and quality assurance aspects with a conclusion of enterprise software strategy for further system reference. Key Words: Lightweight J2EE architecture; (Ajax)Asychronized Javascript and XML; Banking Service 灵活 J2EE Ajax 方案 银行证控管理系统 - 1 - 目录 第一章 需求分析 . 5 1.1 系统概述 .
9、 5 1.2 系统环境 . . 5 1.2.1 开发环境 . 5 1.2.2 生产环境 . 6 1.3 外部系统 . 6 1.4 功能点概览 . 6 1.5 系统范围界定 . 7 1.5.1 部门说明 . 7 1.5.2 角色说明 . 8 1.6 成功因素 . . 10 第二章 软件过程方案 . 10 2.1 迭代开发 (Iterative Development) . 10 2.2 极限编程与测试驱动开发 (XP & TDD). 12 2.2.1XP 的十二种方法 . 13 2.2.2 基本过程 . 14 2.3 为何要使用 XP 与 TDD. 14 2.3.1 充满吸引力的优点 . 14
10、2.3.2 不显而易见的优点 . 15 2.3.3 其他的一些偏见 . 15 2.4 软件配置管理 . 15 2.4.1 配置管理系统应该具备的主要功能 . 16 2.4.2 源码版本控制 . 16 2.4.3 每日构建与自动测试 . 17 第三章 概要设计 . 19 3.1 业务领域分析 . 19 3.1.1 业务流程活动图 . 20 3.1.2 业务流程状态图 . 23 3.1.3 ER Model . 24 3.2 系统架构 . . 25 3.2.1 概览 . . 25 3.2.2 WEB2.0 时代的 4 层架构 . 25 3.2.3 Ajax 表示扩展 . . 26 3.2.4 AI
11、X 小型机接口 . 29 第四章 增量详细设计 . 34 4.1 版本 1 . . 34 厦门大学本科毕业论文 - 2 - 灵活 J2EE Ajax 方案 银行证控管理系统 4.1.1 时间安排及里程碑 . 34 4.1.2 小型机接口 . 34 4.1.3 日志管理 . 37 4.2 版本 2 . . 40 4.2.1 时间安排及里程碑 . 40 4.2.2 凭证库存 . 41 4.2.3 凭证查询 . 43 4.2.4 业务报表 . 47 4.3 版本 3 . . 49 4.3.1 时间安排及里程碑 . 49 4.3.2 实时通知系统 . 50 第五章 测试 . 51 5.1 静态代码分析
12、与 BUG 模式 . 52 5.1.1 代码审查 . 52 5.1.2 BUG 模式 . 52 5.1.3 使用 Eclipse TPT 进行代码分析 . 53 5.2 单元测试 . . 54 5.2.1 单元测试用例设计考虑 . 55 5.2.2 使用 JUnit 3.8.1 进行单元测试 . 55 5.3 功能测试 . 57 5.3.1 常用的测试方法 . 57 5.3.2 功能测试用例 . 59 5.4 集成测试 . 69 5.5 性能测试 . . 70 5.5.1 测试环境 . 70 5.5.2 测试用例 . 70 5.5.3 结果分析 . 71 5.6 客户确认测试 . 74 第六章
13、 总结 . 75 灵活 J2EE Ajax 方案 银行证控管理系统 - 3 - Content Chapter One Requirements .5 1.1 System Overview .5 1.2 System Environment .5 1.2.1 Development Environment.5 1.2.2 Production Environment .6 1.3 Externel System .6 1.4 Functionalities Overview.6 1.5 System Scoping.7 1.5.1 Departments Structure .7 1.5.2
14、 Role Responsibility .8 1.6 Key Success Factors.10 Chapter Two Software Process . 10 2.1 Iterative Development.10 2.2 XP & TDD .12 2.2.1 12 Methods of XP .13 2.2.2 Basic Process .14 2.3 Why Using XP and TDD .14 2.3.1 Attractive Benifits .14 2.3.2 Invisiable Benifits .15 2.3.3 Some misunderstanding .
15、15 2.4 Software Configuration Management .15 2.4.1 Main Functions of SCM .16 2.4.2 Version Control of Source File.16 2.4.3 Nightly Build and Automatic Testing .17 Chapter Three Sketch Design . 19 3.1 Domain Analysis.19 3.1.1 Activity Diagram of Business Process .20 3.1.2 State Diagram of Business Process .23 3.1.3 ER Model.24 3.2 System Architecture .25 3.2.1Over View .
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。