博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Christian Platzer的论文
阅读量:5875 次
发布时间:2019-06-19

本文共 1617 字,大约阅读时间需要 5 分钟。

Christian Platzer:现工作于International Secure Systems Lab(iSelab),an assistant professor with the at the Technical University of Vienna.

有关web service的相关论文如下:

[1/2]Christian Platzer,schahram dustdar:A vector space search engine for web service,ECOWS 2005:62-71

[2/2]Markus w.schranz ,Christian Platzer:intelligent news publishing and distribution through web services ,peer to peer technologies and vector space content relations,ELPUB 2005

[3/5]service qos composition at the level of part names:ws-fm 2006:24-37

  [2/6] web service indexing for efficient retrieval and composition ,CEC/EEE 2006

[2/3] bootstrapping performance and dependability attributes fo web services,ICWS 2006

[3/6] largescale web service discovery and compositon using high performance in memory indexing CEC/EEE 2007:509-512

[3/5]towards recovering the broken soa triangle:a software engineering perspective,IW-SOSWE ,2007,22-28

[4/5]  INTEGRATING QUALITY OF WERVICE ASPECTS IN TOP-DOWN BUSINESS PROCESS DEVELOPMENT   using ws-cdl and ws-bpel,EODC 2007:15-16

[1/3] web service clulstering using multidimensional angles as proximity measures,ACM Trans.intenet techn9(3)(2009)

 

A vector space search engine for web service,ECOWS 2005

比较早的论文,看的比较粗。

大意是:用服务搜索引擎来查找服务,采用的方法是信息检索中的方法。即利用UDDI等处提供的web service描述,提取出关键字,然后每一个关键字为一个term,建立相应的向量,最后采用cos进行和输入比较,相似值高的即为结果。

问题:当服务比较多时,比较的范围过大;某一单独的服务不能满足要求时,如果处理?

 

 

web service clulstering using multidimensional angles as proximity measures,ACM Trans.intenet techn9(3)(2009)

论文笔记:将各种服务建成簇的形式,用到了K-mean方法,得到簇中心,然后重复直至收敛。

             依然延续原来的矩阵形式来表示web service.

 

转载于:https://www.cnblogs.com/hxlf/archive/2013/04/02/2994855.html

你可能感兴趣的文章
Template Method Design Pattern in Java
查看>>
MVC输出字符串常用四个方式
查看>>
LeetCode – LRU Cache (Java)
查看>>
JavaScript高级程序设计--对象,数组(栈方法,队列方法,重排序方法,迭代方法)...
查看>>
【转】 学习ios(必看经典)牛人40天精通iOS开发的学习方法【2015.12.2
查看>>
nginx+php的使用
查看>>
在 ASP.NET MVC 中使用异步控制器
查看>>
SQL语句的执行过程
查看>>
Silverlight开发历程—动画(线性动画)
查看>>
详解Linux中Load average负载
查看>>
HTTP 协议 Cache-Control 头——性能啊~~~
查看>>
丢包补偿技术概述
查看>>
PHP遍历文件夹及子文件夹所有文件
查看>>
WinForm程序中两份mdf文件问题的解决
查看>>
【转】唯快不破:创业公司如何高效的进行产品研发管理
查看>>
Spark RDD、DataFrame原理及操作详解
查看>>
程序计数器、反汇编工具
查看>>
Android N: jack server failed
查看>>
007-Shell test 命令,[],[[]]
查看>>
关于Linux系统使用遇到的问题-1:vi 打开只读(readonly)文件如何退出保存?
查看>>