zoukankan      html  css  js  c++  java
  • [资料整理] Decentralized Services Orchestration, Choreography相关的几篇论文

        昨天讨论了一下论文笔记管理的方法, 我以前用过各种做论文笔记的方法. 打算逐步整理一下以前的论文笔记, 标题里注明为"[资料整理]".

    M. G. Nanda, S. Chandra, and V. Sarkar, "Decentralizing execution of composite web services," , OOPSLA'04, Oct 24-28 2004, Vancouver, BC, Canada, 2004.

        讨论了一种将single BPEL process 划分成一组等价的decentralized processes的技术, 划分的目标是要实现minimum commnication cost & maximized throughtput
    本文的贡献是"the first proposed solution to the decentralization problem for BPEL programs".

    Chafle, G. and S. Chandra, et al. (2005). Orchestrating composite web services under data flow constraints. 2005 IEEE International Conference on Web Services, ICWS 2005, Jul 11-15 2005, Orlando, FL, United States, IEEE, Piscataway, NJ 08855-1331, United States.

    划分BPEL时考虑data flow constraints的限制(商业限制). 
    本文首次提出使用decentralized orchestration来解决这个问题.

    本文的解决方案包括以下几部分:
    a Decentralizer tool to generate all possible topologies,
    a language to specify data flow constraints,
    a filtering mechanism to select a topology,
    a deployment mechanism to ensure that a partition hosted by a component web service does not violate any constraints specified by that service.

    另外还有其他几篇这方面的论文:

    Yildiz, U. and C. Godart (2007). Information Flow Control with Decentralized Service Compositions. Web Services, 2007. ICWS 2007. IEEE International Conference on.
    Chris Peltz, "Web Services Orchestration and Choreography," Computer, vol. 36, no. 10, pp. 46-52, Oct. 2003, doi:10.1109/MC.2003.1236471
    G. Chafle, S. Chandra, V. Mann, and M. G. Nanda, "Decentralized orchestration of composite web services," presented at Thirteenth International World Wide Web Conference Proceedings, WWW2004, May 17-22 2004, New York, NY, United States, 2004.

  • 相关阅读:
    CSS cursor 属性笔记
    sql 不等于 <>
    去掉时间中的时分秒
    ref 和 out区别
    关于闭包(未完待续)
    面向对象——多态(摘)
    SQL Service 数据库 基本操作 视图 触发器 游标 存储过程
    遍历winform 页面上所有的textbox控价并赋值string.Empty
    关于Html 和Xml 区别(备忘)
    python之面向对象进阶
  • 原文地址:https://www.cnblogs.com/yuquanlaobo/p/1614798.html
Copyright © 2011-2022 走看看