下载后可任意编辑基于 SOA 的电信 CRM 与 SFS 系统接口的设计与实现李波,刘卫国(中南大学信息科学与工程学院,长沙 410083)E-mail:bester308@163.com摘 要 首先介绍了 SOA 的基本概念和关键性特征,然后针对电信 CRM 和 SFS 系统接口的具体业务要求,提出了一种基于 SOA 的设计与实现,并且给出了相应的算法和流程,讨论了消息 HUB 和消息通讯的算法实现。通过项目实践证明,这种基于 SOA 的电信 CRM 与 SFS 系统接口的设计策略缩短了开发应用的周期,使得代码的可移植性和重用性得到提高,并大大减少了系统维护的工作量,提高了系统的性能。关键词 SOA CRM SFS 松散耦合 消息文章编号 文献标识码 A 中图分类号 TP393Design and Implementation of the Telecom Interface between CRM and SFS System Based on SOALi Bo, Liu Weiguo(School of Information Science and Engineering of Central South University, Changsha 410083)Abstract: At first, this paper introduces basic concept and decisive characteristic of SOA. Then direct against the concrete business of Telecom Interface between CRM and SFS System, we put forward the design and implementation , and give the corresponding algorithms and procedures, and discuss the message hub and information communications algorithm implementation. Practice has proved that, the project which based on SOA design strategy has reduced the development cycle of applications, made code portability and reusable capacity improved, greatly reduced the workload of system maintenance, and improved the system’s performance.Key words: SOA, CRM ,SFS, loose couple, message1 引言在软件开发中,软件应用程序的需求总是动态的,现在的解决方案必须能够灵活地适应未来的需求,而用户的需求是一个不断变化的灵活体。特别是在相关系统之间的数据交互中,由于系统设计人员对其他子系统的数据未知性,导致程序设计陷于无限制的设计演变[7]、代码开发和重新测试中,并导致系统的可读性和可维护性的大幅降低,最终发生不可预见的错误。预料到需求会不断的变化,所以需要软件架构能够被设...