- 49
- 0
- 约1.11万字
- 约 19页
- 2021-10-24 发布于北京
- 举报
PAGE
PAGE 19
电信计费系统的开发与实现
摘要:电信计费系统是一套专门在各营业厅中使用的系统,它在电信运营系统中占据重要地位。随着互联网行业的发展,传统运营方式逐渐被取代,旧式的计费系统存在管理低效、业务办理缓慢、错误频发、存在安全隐晦等问题,如果不及时解决这些问题,用将在竞争日益加剧的环境下处于劣势。本系统通过联机处理,很好的解决了这些问题。例如通过管理员模块和角色模块,解决了用户的权限管理和角色管理的问题,在这两个模块下可以设置角色和权限的赋予和划分。通过登录模块、资费模块、业务账号模块、账务账号模块对服务器租赁功能进行开发。
本系统在win7环境下使用eclipise工具用java语言进行开发,选择tomcat为应用服务器,数据库为Oracle数据库,系统使用的是开源框架spring和mybitis。
关键词:JAVA ;ORACLE;TOMCAT;SPRING
The design and realization Telecom Billing system
Abstract: Telecom billing system is a set of specially used in the business hall system,It has an important role in the telecom system .With the development of the Internet industry, the traditional mode of operation is gradually being replaced, the old billing system exist management inefficiency, frequent business slow, error handling, safety hidden problems.If not timely solve these problems, use will be under the environment of intensifying competition at a disadvantage .This system through the online processing, good solve these problems .By the administrator module and role module, for example, to solve the user permission management and role management, under the two modules can set of roles and permissions and divided.Through account login module, charges module, business module, billing account module to the server lease function for development. This system used in Windows 7 environment eclipise tools using Java language development, select tomcat as the application server, database to Oracle database, spring and mybitis system is using open source framework.
Keywords: JAVA ;ORACLE;TOMCAT;SPRING
一、引言
1.1 课题背景与开发模式
过去电信计费处理方式多为分散式处理,技术上则多为按月脱机处理的方式,在现如今计算机技术高速发展,用户需求量大幅度上升的环境下,这种落后的处理方式应被淘汰。本系统基于J2EE开发模式[1],使用网站BS架构联机处理电信计费问题。BS架构是指浏览器和服务器架构,它通过将少部分事务在前端浏览器实现,而大部分事务在后端服务器实现,客户端只需安装浏览器,输入网站,便能通过服务端访问数据库等操作,而维护时只需更新服务端代码,从而降低成本。
1.2 框架选择与设计模式
将SPRING和MYBITIS两种框架进行整合来取代传统SPRING+STRUTS+HIBERNATE[2]是发展的趋势。SPRING是基于java的轻量级开源框架[3],用于解决企业级开发的复杂模式,通过IOC(控制反转)和AOP(面向切面编程)简化代码开发。MYBITIS框架是基于apache公司开源框架iBatis框架[4],用于解决持久层操作的框架
原创力文档

文档评论(0)