当前位置:文档之家› 为进一步落实中国电信战略转型目标

为进一步落实中国电信战略转型目标

为进一步落实中国电信战略转型目标,优化中国电信渠道体系和架构,强化电子渠道的销售服务功能,电信公司就2008年电子渠道销售服务能力提升提出了一系列的具体要求. 重庆电信网上客户服务中心是中国电信系统的重要组成部分, 应此重庆电信网上客户服务中心也面临一系列新的需求。

本文对网上客服中心系统的设计思想、系统架构等做了详细的介绍,主要完成了网上客户服务中心系统新增的发票寄送和充值记录查询两大模块的设计与实现,主要工作包括这两个模块的需求分析、系统功能设计、数据库设计及这两个模块的实现。

发票寄送模块分为前台和后台两个子模块。

用户通过前台进行发票寄送业务的申请及查询操作,而电信工作人员通过后台可进行发票寄送信息的查询、发票寄送总量的查询、发票收费设置等操作。

充值记录查询模块则是一个综合查询模块,用户通过它可以查询11888、11819及银行卡/支付宝三个业务的充值记录。

本文设计开发的系统是基于B/S(浏览器/服务器)模式下,利用JSP作为编程技术,实现用户和系统的交互。

在数据库方面则采用了Informix作为基础数据操作的后台。

在本系统中,我们把JSP、Java、JavaScript等充分融合在各种功能模块的编程中,并采用了Spring框架的IOC (控制反转)、Spring对JDBC的支持、Spring的远程调用等关键技术实现了上述的功能。

关键词:B/S,远程调用,Spring
ABSTRACT
To further implement the strategic restructuring goals of China Telecom, optimize i ts system and structure, enhance the abilities of online sale service, China Teleco m put forwards a series of requests. As one important part of the China Telecom Sys tem, the CQ Telecom Integer Customer Service System also faces a series of new requ irements.
This paper first gives a detailed introduction about the design and structure of th e CQ Telecom Integer Customer Service System, then moves to the design and implemen tation of two new modules of the system—check Sending module and charge querying m odule. The main work includes requirements analysis, system function design, databa se design and realization of the two modules. The check Sending module can divide i nto two parts: foreground and background. The customers can apply check sending ser vice or query the check sending records in the foreground and in background; the em ployee of China Telecom can query the detail of the check sending information, the total amount of the checks which have already been sent to the customers and so on. Besides, they also can set the price of the check sending service. The charge quer ying module is an integrative module, through which the customers can query their c harge records of 11888, 11819 and bank services in a specified date.
This system is based on the B/S (browser/server) mode, using JSP as a programming l anguage, realizes the interaction of the users and the system. The system adopts In formix database to store data. Based on the IOC, supporting to JDBC and remote invo
ke technologies of SPRING, I implement the two modules successfully using asp, java and JavaScript.
Keywords: B/S,remote invoke,spring
目录
摘要I
ABSTRACT II
1绪论 1
1.1 课题研究背景及意义 1
1.2 国内发展现状 1
1.3 研究内容 1
1.4 术语解释 2
2相关技术分析 3
2.1 JSP技术 3
2.2 Spring 4
2.3 服务器技术 6
3网上客服中心系统简介7
3.1 设计思想7
3.2 系统架构8
3.3 系统体系结构9
3.4 开发平台11
3.5 总体技术要求11
3.5.1系统设计要求11
3.5.2应用部署要求12
3.5.3网站建设要求12
3.5.4系统扩展性要求12
3.5.5系统可用性要求13
3.6 网络拓扑结构13
3.6.1系统所在网络13
3.6.2连线原则14
3.6.3访问原则14
4支票寄送模块分析与设计15
4.1 模块划分15
4.2 功能需求15
4.2.1发票寄送前台功能要求15
4.2.2发票寄送后台功能要求18
4.3 用例图19
4.4 流程图20。

相关主题