基于JavaEE的电信计费系统设计与开发
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
在近几十年来,中国电信行业在客户群和规模的发展上有了比较大的突破。伴随着电信行业、计算机水平和网络技术的高速发展,电信计费系统也在不断的完善进步。
电信是比较传统的固定网络运营商,要适应市场的转变来进一步提高和改革技术,从而来形成固定网络业务的多样化和综合服务化的转变。在电信的业务中,有一种是实验室出租业务。用户向电信的运营商申请一个账号,就可以远程登录使用实验室。
该电信计费系统是借助先进的现代计算机技术,对访问实验室的用户进行管理和计费,为电信其他各项业务的运营管理提供收费的依据。使用了SSH(Spring+Struts2+Hibernate)、JavaScript、和Ajax异步交互等技术开发实现。按照软件开发的一般流程:需求分析、概要设计、详细设计、测试、发布运行等完成的,最终使该项目达到一个商业项目标准。
关键词:电信计费系统,B/S模式,SSH
ABSTRACT
In recent decades, China's telecom industry in customer base and the scale of development has a big breakthrough. With the telecommunications industry, computer level and the high-speed network technology development, telecom billing system is also in constant perfect progress.
Telecommunications is more traditional fixed network operators, to adapt to market changes to further improve and reform techniques, and to form a fixed network business diversification and comprehensive service transformation. In the telecommunications business, have a kind of is the laboratory rental business. Users of the telecom operators to apply for an account, you can use remote login laboratory.
The telecom billing system is by means of the advanced modern computer technology, the users to access laboratory management and billing, for all other business operation of telecommunications to provide the basis for the management fee. Used SSH (Spring + Struts2 + Hibernate), JavaScript, and Ajax asynchronous interaction technology development realized. According to the software development process of general: demand analysis, general design, detailed design, testing and published by the operation of the complete, finally make the project to a commercial project standards.
Keywords: Telecom billing system,B/S model,SSH
目录
摘要 ................................................................................................................................... I ABSTRACT ..................................................................................................................... I I 第1章引言 .. (1)
1.1背景 (1)
1.2项目技术 (2)
1.3项目环境 (2)
1.4名词解释 (3)
第2章系统功能概要 (5)
2.1后台数据服务 (5)
2.1.1 数据采集 (5)
2.1.2 数据整合 (6)
2.2前台营运管理 (6)
2.2.1 权限管理模块 (6)
2.2.2 管理员管理模块 (6)
2.2.3 用户管理模块 (7)
2.2.4 资费管理模块 (8)
2.2.5 账务查询模块 (8)
2.2.6 账单查询模块 (8)
2.3前台用户服务 (9)
2.3.1 用户自服务模块 (9)
第3章系统详细设计 (10)
3.1数据库设计 (10)
3.1.1 后台数据服务 (10)
3.1.2 前台运营管理 (12)
3.1.3 前台用户服务 (15)
3.2持久层设计 (17)
3.2.1 权限管理 (17)
3.2.2 角色管理 (18)
3.2.3 管理员管理 (18)
3.2.4 资费管理 (19)
3.2.5 用户管理 (19)
3.2.6 业务账户管理 (20)
3.2.7 账务查询 (20)
3.3业务层设计 (21)
3.4访问控制设计 (22)
3.4.1 访问控制流程图 (22)
3.4.2 访问控制流程说明 (23)
第4章结束语 (24)
致谢 (25)
参考文献 (26)
附录 (27)