[论文笔记] A Practical Architecture of Cloudification of Legacy Applications (2011, SERVICES)
Dunhui Yu, Jian Wang, Bo Hu, Jianxiao Liu, Xiuwei Zhang, Keqing He, and Liang-Jie Zhang. 2011. A Practical Architecture of Cloudification of Legacy Applications. In Proceedings of the 2011 IEEE World Congress on Services (SERVICES '11). IEEE Computer Society, Washington, DC, USA, 17-24. (gs:9)
这篇论文以一个开源遗留系统(SugarCRM)为例,介绍了将遗留系统cloudify的过程。文中提出了一个CloudCRM的框架,本质上就是SOA里Web服务service consumer, provider, registry的模型。服务的抽取封装是人工实现的。
SugarCRM是基于PHP开发的,使用的数据库是MySQL,部署在Apache或IIS Web服务器上。(S2)