2006 IEEE International Conference on Web Services (ICWS'06)最新文献

筛选
英文 中文
Implementing a Flexible Compensation Mechanism for Business Processes in Web Service Environment Web服务环境下业务流程灵活补偿机制的实现
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.72
Zaihan Yang, Chengfei Liu
{"title":"Implementing a Flexible Compensation Mechanism for Business Processes in Web Service Environment","authors":"Zaihan Yang, Chengfei Liu","doi":"10.1109/ICWS.2006.72","DOIUrl":"https://doi.org/10.1109/ICWS.2006.72","url":null,"abstract":"Web services have been emerging as a promising technology for business process integrations. Due to their long-duration and loosely coupled properties, Web service based applications require transactional support beyond traditional transactions. Some Web service standards have been proposed to deal with the transaction aspect of Web service applications. Compensation is a commonly used mechanism in these standards for backward recovery. However, the compensation mechanism usually adopted is too fixed and cannot satisfy the various requirements of different applications. In this paper, we first analyse the compensation protocol of current standards. Then we enrich the protocol by allowing flexible compensation and extend our proposed multiple-compensation mechanism in Web service environment. The implementation of the extended compensation mechanism is discussed and the incorporation of the mechanism into current standards is also addressed","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"85 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132736979","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 24
Communication Web Services Composition and Integration 通信Web服务组合和集成
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.42
C. Venezia, P. Falcarin
{"title":"Communication Web Services Composition and Integration","authors":"C. Venezia, P. Falcarin","doi":"10.1109/ICWS.2006.42","DOIUrl":"https://doi.org/10.1109/ICWS.2006.42","url":null,"abstract":"Nowadays, the development of services that span over both the Internet and telephony networks is driving significant efforts towards the integration of services offered by IT providers with telecom operators ones. Web services have often been recommended for providing, composing and realizing telecom services but introducing them means facing up with several challenges. This work sharpens benefits and drawbacks of Web service applications within a telecom environment focusing in particular on JAIN SLEE architecture, which defines a standard environment targeted at communication-based applications","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"119 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116110354","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 28
From BPMN Process Models to BPEL Web Services 从BPMN流程模型到BPEL Web服务
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.67
C. Ouyang, M. Dumas, A. T. Hofstede, Wil M.P. van der Aalst
{"title":"From BPMN Process Models to BPEL Web Services","authors":"C. Ouyang, M. Dumas, A. T. Hofstede, Wil M.P. van der Aalst","doi":"10.1109/ICWS.2006.67","DOIUrl":"https://doi.org/10.1109/ICWS.2006.67","url":null,"abstract":"The business process modelling notation (BPMN) is a graph-oriented language in which control and action nodes can be connected almost arbitrarily. It is supported by various modelling tools but so far no systems can directly execute BPMN models. The business process execution language for Web services (BPEL) on the other hand is a mainly block-structured language supported by several execution platforms. In the current setting, mapping BPMN models to BPEL code is a necessary step towards unified and standards-based business process development environments. It turns out that this mapping is challenging from a scientific viewpoint as BPMN and BPEL represent two fundamentally different classes of languages. Existing methods for mapping BPMN to BPEL impose limitations on the structure of the source model. This paper proposes a technique that overcomes these limitations. Beyond its direct relevance in the context of BPMN and BPEL, this technique addresses difficult problems that arise generally when translating between flow-based languages with parallelism","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"230 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121981474","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 242
Analyzing XML Parser Memory Characteristics: Experiments towards ImprovingWeb Services Performance 分析XML解析器内存特性:改进web服务性能的实验
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.31
G. Wang, Cheng Xu, Ying Li, Ying Chen
{"title":"Analyzing XML Parser Memory Characteristics: Experiments towards ImprovingWeb Services Performance","authors":"G. Wang, Cheng Xu, Ying Li, Ying Chen","doi":"10.1109/ICWS.2006.31","DOIUrl":"https://doi.org/10.1109/ICWS.2006.31","url":null,"abstract":"XML plays an important role in building enterprise applications. However, most of the XML-based applications, particularly the emerging Web services, suffer from low performance caused by XML processing and thus bring negative user experience in terms of response time. We argue that by reducing the considerable overhead in garbage collection the XML processing performance can be improved. We begin by conducting a set of experiments to understand the XML parser's memory characteristics, such as heap composition, object size and type distributions, object lifetime, and so on. Then, we get the valuable findings for improving performance that XML processing, which violates the weak generational hypothesis, is a memory allocation intensive workload in which most objects are small and long-lived. The findings can benefit the design of XML parsing specific GC and related tools designed to improve XML processing performance for Web services","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125477108","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Toward UML Profiles for Web Services and their Extra-Functional Properties 面向Web服务的UML概要文件及其额外功能属性
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.130
Guadalupe Ortiz, J. Núñez
{"title":"Toward UML Profiles for Web Services and their Extra-Functional Properties","authors":"Guadalupe Ortiz, J. Núñez","doi":"10.1109/ICWS.2006.130","DOIUrl":"https://doi.org/10.1109/ICWS.2006.130","url":null,"abstract":"Web service technologies offer a successful way for interoperability among applications. Now it is important to face how to model systems based on service functionality and also how to add extra-functional properties to them. This is the reason why we propose first of all a versatile and simple UML profile based on the service component architecture specification for modeling services and, secondly, a new UML profile is proposed in order to model and reuse extra-functional properties in the named models. Besides, the property profile provides enough information to enable property code and description generation at a later stage","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128867190","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 33
Web Services versus Distributed Objects: A Case Study of Performance and Interface Design Web服务与分布式对象:性能和接口设计的案例研究
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.4018/jwsr.2007070103
W. Cook, Janel Barfield
{"title":"Web Services versus Distributed Objects: A Case Study of Performance and Interface Design","authors":"W. Cook, Janel Barfield","doi":"10.4018/jwsr.2007070103","DOIUrl":"https://doi.org/10.4018/jwsr.2007070103","url":null,"abstract":"Web services are promoted as a new model for distributed systems, yet many skeptics see them as simply a poor implementation of traditional remote procedure calls (RPC) or distributed objects. Previous comparisons support the skeptics: Web services are shown to be significantly slower than RPC, and they lack features like automatic proxies. However, these studies are biased because they are based on an RPC communication style. Web services support a document-oriented style of communication that performs well even in the face of the high latency found in Internet or business transactions. We investigate these issues by comparing the design and implementation of a small file server application implemented using RMI and Web services. For this application, using the most straightforward implementation in both technologies, Web services outperform RMI when accessing multiple/deeply nested files, especially over high-latency channels. However, the default Web services interfaces are awkward to use, so we develop a technique for wrapping the Web service to make it as easy to use as the distributed object implementation. The same wrappers are then used to implement the document-oriented communication style in RMI, which improves performance but significantly complicates the design. This case study provides a more detailed comparison of the relationship between Web services and distributed objects","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130027964","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 36
Towards Aspect-based Modeling of Self-Healing Web Services 面向自修复Web服务的基于方面的建模
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.132
G. K. Mostéfaoui, Z. Maamar, N. Narendra, Philippe Thiran
{"title":"Towards Aspect-based Modeling of Self-Healing Web Services","authors":"G. K. Mostéfaoui, Z. Maamar, N. Narendra, Philippe Thiran","doi":"10.1109/ICWS.2006.132","DOIUrl":"https://doi.org/10.1109/ICWS.2006.132","url":null,"abstract":"In this paper, we overviewed self-healing issues of Web services using AOP. This type of programming supports separation of self-healing concerns from Web services code and promotes maintenance and reusability. Similar to any computing application, Web services are subject to failure and unavailability due to multiple reasons, such as Web service faulty-code and unreliable communication-infrastructure","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129818016","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A Two-Layered Software Architecture for Distributed Workflow Coordination over Web Services 基于Web服务的分布式工作流协调的两层软件体系结构
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.18
Janaka Balasooriya, Jaimini Joshi, S. Prasad, S. Navathe
{"title":"A Two-Layered Software Architecture for Distributed Workflow Coordination over Web Services","authors":"Janaka Balasooriya, Jaimini Joshi, S. Prasad, S. Navathe","doi":"10.1109/ICWS.2006.18","DOIUrl":"https://doi.org/10.1109/ICWS.2006.18","url":null,"abstract":"The current state of the art of workflows over Web services employs a centralized composite process to coordinate the constituent Web services. Therefore, the coordinator process is complex, less scalable, and bulky. This paper introduces an architecture and a technique for distributing the centralized coordination logic of traditional workflows by (i) extending the stateless Web services into self-coordinating entities using coordinator proxy objects, and (ii) creating a workflow over these entities by interconnecting them into a distributed network of objects using Web bond primitives. Previously, we have developed Web bond primitives to enforce interdependencies among autonomous entities. We have designed and prototyped our BondFlow system, which provides a platform to configure such distributed workflows, producing coordination components with footprint small enough (around 150 KB) to be executed on a handheld","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"144 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121417814","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Expressing and Reasoning about Service Contracts in Service-Oriented Computing 面向服务计算中服务契约的表达与推理
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.62
Dean Kuo, A. Fekete, P. Greenfield, S. Nepal, J. Zic, Savas Parastatidis, J. Webber
{"title":"Expressing and Reasoning about Service Contracts in Service-Oriented Computing","authors":"Dean Kuo, A. Fekete, P. Greenfield, S. Nepal, J. Zic, Savas Parastatidis, J. Webber","doi":"10.1109/ICWS.2006.62","DOIUrl":"https://doi.org/10.1109/ICWS.2006.62","url":null,"abstract":"The Web services and service-oriented architectures (SOA) vision by Helland, P. (2005) is about building large-scale distributed applications by composing coarse-grained autonomous services in a flexible architecture that can adapt to changing business requirements. These services interact by exchanging one-way messages through standardized message processing and transport protocols. This vision is being driven by economic imperatives for integration and automation across administrative and organizational boundaries. This paper presents a concise yet expressive model for service contracts to describe messaging behavior. The idea is simple: we use Boolean conditions to specify when a message can be sent and received, where the conditions refer only to other messages in the service contract - that is, conditions only refer to a service's externalized messaging state and not to internal state","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114666838","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 20
Service Congestion: The Problem, and an Optimized Service Composition Architecture as a Solution 服务拥塞:问题,以及一个优化的服务组合架构作为解决方案
2006 IEEE International Conference on Web Services (ICWS'06) Pub Date : 2006-09-18 DOI: 10.1109/ICWS.2006.120
H. Schmid
{"title":"Service Congestion: The Problem, and an Optimized Service Composition Architecture as a Solution","authors":"H. Schmid","doi":"10.1109/ICWS.2006.120","DOIUrl":"https://doi.org/10.1109/ICWS.2006.120","url":null,"abstract":"Web services have many important advantages. But their great drawback, the invocation overhead, has not been a research focus. So far, only invocations of simple Web services were considered. But Web service composition may create additional performance problems. Our measurements demonstrate that Web service composition may reduce the maximal load of a system drastically. The reduction quotient increases quasi-exponentially with the number of service compositions. We call that phenomenon \"service congestion\" since it is not due to the combined payload of the composed services. Such detrimental performance effects can not be tolerated in many areas. For that reason, we propose an optimized service composition architecture as a solution. This service component architecture uses service connectors on top of standard Web service middleware. It optimizes automatically the local invocation of services with a Lookup&Service bus. The result is that no service congestion occurs since local service invocations have the cost of local calls","PeriodicalId":408032,"journal":{"name":"2006 IEEE International Conference on Web Services (ICWS'06)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114247851","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信