首页 > 最新文献

International Journal of Web and Grid Services最新文献

英文 中文
Association rules mining in parallel conditional tree based on grid computing inspired partition algorithm 基于网格计算启发分区算法的并行条件树关联规则挖掘
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-01-01 DOI: 10.1504/ijwgs.2020.10031654
Chunzhi Wang, Wenshuo Bian, Ruoxi Wang, Hongwe Chen, Z. Ye, Lingyu Yan
{"title":"Association rules mining in parallel conditional tree based on grid computing inspired partition algorithm","authors":"Chunzhi Wang, Wenshuo Bian, Ruoxi Wang, Hongwe Chen, Z. Ye, Lingyu Yan","doi":"10.1504/ijwgs.2020.10031654","DOIUrl":"https://doi.org/10.1504/ijwgs.2020.10031654","url":null,"abstract":"","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"126 1","pages":"321-339"},"PeriodicalIF":1.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79530072","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Distributed data mining in grid computing environment 网格计算环境下的分布式数据挖掘
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-01-01 DOI: 10.1504/ijwgs.2020.10031637
Jianlan Ren, Zhongsheng Chen, Zheng Zhang
{"title":"Distributed data mining in grid computing environment","authors":"Jianlan Ren, Zhongsheng Chen, Zheng Zhang","doi":"10.1504/ijwgs.2020.10031637","DOIUrl":"https://doi.org/10.1504/ijwgs.2020.10031637","url":null,"abstract":"","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"67 1","pages":"305-320"},"PeriodicalIF":1.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86965787","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Green lighting intelligent control system with web services based on back propagation algorithm 基于反向传播算法的web服务绿色照明智能控制系统
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-01-01 DOI: 10.1504/ijwgs.2020.10031647
Xiaokan Wang, Qiong Wang
{"title":"Green lighting intelligent control system with web services based on back propagation algorithm","authors":"Xiaokan Wang, Qiong Wang","doi":"10.1504/ijwgs.2020.10031647","DOIUrl":"https://doi.org/10.1504/ijwgs.2020.10031647","url":null,"abstract":"","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"5 1","pages":"273-286"},"PeriodicalIF":1.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83263291","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Resource scheduling of information platform for general grid computing framework 通用网格计算框架下信息平台的资源调度
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-01-01 DOI: 10.1504/ijwgs.2020.10031644
Mei-Feng You, Wenping Luo, Meizhang He
{"title":"Resource scheduling of information platform for general grid computing framework","authors":"Mei-Feng You, Wenping Luo, Meizhang He","doi":"10.1504/ijwgs.2020.10031644","DOIUrl":"https://doi.org/10.1504/ijwgs.2020.10031644","url":null,"abstract":"","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"26 1","pages":"254-272"},"PeriodicalIF":1.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82619635","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Staccato: shared-memory work-stealing task scheduler with cache-aware memory management Staccato:具有缓存感知内存管理的共享内存工作窃取任务调度器
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-10-21 DOI: 10.1504/ijwgs.2019.103233
R. Kuchumov, Andrey Sokolov, V. Korkhov
Work-stealing is one of the popular ways to schedule near-optimal task distribution across multiple CPU cores with low overheads on time, memory and inter-thread synchronisations. In the work-stealing strategy, workers that run out of tasks for execution start claiming tasks from other workers' queues. Double ended queues (deques) based on circular arrays proved to be an effective solution for such scenario. In this paper we investigate ways to improve performance of work-stealing schedulers based on deques by enhancing internal data handling mechanisms. Traditionally, deques are designed with an assumption that task pointers are stored within these data structures, while task objects reside in the heap memory. By modifying task queues so that they can hold task objects instead of pointers we managed to increase the performance more than 2.5 times on CPU-bound applications and decrease last-level cache misses up to 30% compared to Intel TBB and Intel/MIT Cilk work-stealing schedulers.
窃取工作是一种流行的方法,可以在多个CPU内核之间调度接近最优的任务分配,同时在时间、内存和线程间同步方面的开销较低。在工作窃取策略中,任务执行完的工人开始从其他工人的队列中索取任务。基于循环数组的双端队列(deques)被证明是一种有效的解决方案。本文研究了通过增强内部数据处理机制来提高基于队列的偷工调度器性能的方法。传统上,deque的设计假设任务指针存储在这些数据结构中,而任务对象驻留在堆内存中。通过修改任务队列,使它们可以保存任务对象而不是指针,我们成功地将cpu密集型应用程序的性能提高了2.5倍以上,并且与Intel TBB和Intel/MIT Cilk偷取工作调度器相比,将最后一级缓存丢失减少了30%。
{"title":"Staccato: shared-memory work-stealing task scheduler with cache-aware memory management","authors":"R. Kuchumov, Andrey Sokolov, V. Korkhov","doi":"10.1504/ijwgs.2019.103233","DOIUrl":"https://doi.org/10.1504/ijwgs.2019.103233","url":null,"abstract":"Work-stealing is one of the popular ways to schedule near-optimal task distribution across multiple CPU cores with low overheads on time, memory and inter-thread synchronisations. In the work-stealing strategy, workers that run out of tasks for execution start claiming tasks from other workers' queues. Double ended queues (deques) based on circular arrays proved to be an effective solution for such scenario. In this paper we investigate ways to improve performance of work-stealing schedulers based on deques by enhancing internal data handling mechanisms. Traditionally, deques are designed with an assumption that task pointers are stored within these data structures, while task objects reside in the heap memory. By modifying task queues so that they can hold task objects instead of pointers we managed to increase the performance more than 2.5 times on CPU-bound applications and decrease last-level cache misses up to 30% compared to Intel TBB and Intel/MIT Cilk work-stealing schedulers.","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"18 1","pages":"394-407"},"PeriodicalIF":1.0,"publicationDate":"2019-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82182513","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Natural parallelisation paradigm on accelerator physics example 自然并行化范例在加速器物理中的应用
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-10-21 DOI: 10.1504/ijwgs.2019.103216
N. Kulabukhova
In this paper the problems of using the existing methods and algorithms for applied science with the help of high performance techniques is described. The idea is to provide the scientists with an easy to use tools for constructing the implementation of their research working on heterogeneous systems. Without a doubt the problem-solving environment for these purposes must give the exact solution in a reasonable time. The concept which is described in the article was devised specifically for such kind of tasks. The application of it in terms of high energy physics is given. To illustrate the work of the concept the analysis of the distribution of the particles in the beam under the influence of the space charge is done.
本文阐述了在高性能技术的帮助下,利用现有的应用科学方法和算法所存在的问题。这个想法是为科学家们提供一个易于使用的工具来构建他们在异构系统上工作的研究的实现。毫无疑问,解决这些问题的环境必须在合理的时间内给出确切的解决方案。本文所描述的概念就是专门为这类任务设计的。给出了它在高能物理中的应用。为了说明这一概念的工作,分析了在空间电荷影响下束流中粒子的分布。
{"title":"Natural parallelisation paradigm on accelerator physics example","authors":"N. Kulabukhova","doi":"10.1504/ijwgs.2019.103216","DOIUrl":"https://doi.org/10.1504/ijwgs.2019.103216","url":null,"abstract":"In this paper the problems of using the existing methods and algorithms for applied science with the help of high performance techniques is described. The idea is to provide the scientists with an easy to use tools for constructing the implementation of their research working on heterogeneous systems. Without a doubt the problem-solving environment for these purposes must give the exact solution in a reasonable time. The concept which is described in the article was devised specifically for such kind of tasks. The application of it in terms of high energy physics is given. To illustrate the work of the concept the analysis of the distribution of the particles in the beam under the influence of the space charge is done.","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"240 1","pages":"340-352"},"PeriodicalIF":1.0,"publicationDate":"2019-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73533145","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A service composition approach based on overall QoS and modified graphplan 一种基于整体QoS和改进graphplan的服务组合方法
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-10-21 DOI: 10.1504/ijwgs.2019.10024787
Ming Zhu, Guodong Fan, Jing Li, Fengying Wang
Increasing emphasis on users' preferences and the growth of services on the web make service composition a time consuming and complicated work. In this paper, an approach for web service composition that combines overall QoS and modified graphplan is proposed. Fuzzy logic is applied to handle uncertainty and support decision making. Specifically, values of overall QoS of services are generated by using fuzzy analytical hierarchy process, entropy and user's preferences. The graphplan is modified by pruning services according to the values of overall QoS of services in forward and backward expansions, while producing solutions of compositions. Furthermore, case studies and experiments are performed and show that our approach has better solutions compared with original graphplan and some other approaches.
对用户偏好的日益重视和web上服务的增长使得服务组合成为一项耗时且复杂的工作。本文提出了一种综合QoS和修改graphplan的web服务组合方法。模糊逻辑用于处理不确定性,支持决策。具体而言,利用模糊层次分析法、熵和用户偏好生成服务的总体QoS值。根据服务的整体QoS值在正向和向后展开中对服务进行修剪,同时生成组合的解,从而对graphplan进行修改。此外,案例分析和实验表明,与原有的graphplan方法和其他一些方法相比,我们的方法具有更好的解。
{"title":"A service composition approach based on overall QoS and modified graphplan","authors":"Ming Zhu, Guodong Fan, Jing Li, Fengying Wang","doi":"10.1504/ijwgs.2019.10024787","DOIUrl":"https://doi.org/10.1504/ijwgs.2019.10024787","url":null,"abstract":"Increasing emphasis on users' preferences and the growth of services on the web make service composition a time consuming and complicated work. In this paper, an approach for web service composition that combines overall QoS and modified graphplan is proposed. Fuzzy logic is applied to handle uncertainty and support decision making. Specifically, values of overall QoS of services are generated by using fuzzy analytical hierarchy process, entropy and user's preferences. The graphplan is modified by pruning services according to the values of overall QoS of services in forward and backward expansions, while producing solutions of compositions. Furthermore, case studies and experiments are performed and show that our approach has better solutions compared with original graphplan and some other approaches.","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"30 1","pages":"319-339"},"PeriodicalIF":1.0,"publicationDate":"2019-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72979240","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
WMN-PSOSA: an intelligent hybrid simulation system for WMNs and its performance evaluations WMN-PSOSA:一种用于wmn及其性能评估的智能混合仿真系统
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-10-21 DOI: 10.1504/ijwgs.2019.103221
Shinji Sakamoto, L. Barolli, S. Okamoto
Networks of today are going through a rapid evolution. Recently, many new networks, especially wireless networks, are appearing. The wireless mesh networks (WMNs) are wireless networks having mesh topology. They have many advantages, such as high robustness and easiness for maintenance. However, WMNs have some problems that need to be solved. One important problem for WMNs is the node placement problem, which is an NP-hard problem. In this work, we propose and implement an intelligent hybrid simulation system based on particle swarm optimisation (PSO) and simulated annealing (SA) for node placement problem in WMNs, called WMN-PSOSA. We evaluate the performance of WMN-PSOSA system considering different distributions of mesh clients such as Weibull, chi-square, and uniform distributions. The simulation results show that the WMN-PSOSA performs better for Weibull distribution compared with the case of chi-square and uniform distributions.
今天的网络正在经历快速的演变。近年来,许多新型网络,特别是无线网络不断涌现。无线网状网络(WMNs)是具有网状拓扑结构的无线网络。它们具有鲁棒性高、易于维护等优点。然而,无线网络也存在一些需要解决的问题。WMNs的一个重要问题是节点放置问题,这是一个np困难问题。在这项工作中,我们提出并实现了一个基于粒子群优化(PSO)和模拟退火(SA)的智能混合仿真系统,用于wmn中节点放置问题,称为WMN-PSOSA。我们考虑了不同的网格客户端分布,如威布尔分布、卡方分布和均匀分布,对WMN-PSOSA系统的性能进行了评估。仿真结果表明,与均匀分布和卡方分布相比,WMN-PSOSA在威布尔分布下具有更好的性能。
{"title":"WMN-PSOSA: an intelligent hybrid simulation system for WMNs and its performance evaluations","authors":"Shinji Sakamoto, L. Barolli, S. Okamoto","doi":"10.1504/ijwgs.2019.103221","DOIUrl":"https://doi.org/10.1504/ijwgs.2019.103221","url":null,"abstract":"Networks of today are going through a rapid evolution. Recently, many new networks, especially wireless networks, are appearing. The wireless mesh networks (WMNs) are wireless networks having mesh topology. They have many advantages, such as high robustness and easiness for maintenance. However, WMNs have some problems that need to be solved. One important problem for WMNs is the node placement problem, which is an NP-hard problem. In this work, we propose and implement an intelligent hybrid simulation system based on particle swarm optimisation (PSO) and simulated annealing (SA) for node placement problem in WMNs, called WMN-PSOSA. We evaluate the performance of WMN-PSOSA system considering different distributions of mesh clients such as Weibull, chi-square, and uniform distributions. The simulation results show that the WMN-PSOSA performs better for Weibull distribution compared with the case of chi-square and uniform distributions.","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"16 1","pages":"353-366"},"PeriodicalIF":1.0,"publicationDate":"2019-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81863468","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
A dependability and cost optimisation method for private cloud infrastructures 私有云基础设施的可靠性和成本优化方法
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-10-21 DOI: 10.1504/ijwgs.2019.103222
Danilo Oliveira, J. Dantas, N. Rosa, P. Maciel, Rúbens de Souza Matos Júnior, A. Brinkmann
Creating a cost-effective and highly available private cloud infrastructure from scratch is challenging. In order to improve availability, system administrators commonly employ redundant hardware, which incurs increased acquisition cost. There are plenty of decisions involved in this process. It is necessary to specify how many servers will be employed, and each of them will have a role in the infrastructure either as a worker node or as a management node. One question that arises is: among all possible ways to arrange the servers, and considering a set of requirements (e.g., the minimum number of available workers, minimum availability), which configurations can sustain a minimal availability level (steady state and capacity oriented)? This work proposes an optimisation model for private clouds planning supported by analytical modelling for computing the cost of solutions. By combining the optimisation model with the bisection method, it is possible to minimise the acquisition cost while maintaining the high availability of the cloud. The proposed method can also be applied to other parallel or distributed systems with the same properties as the private clouds used in this study.
从头开始创建一个具有成本效益和高可用性的私有云基础设施是具有挑战性的。为了提高可用性,系统管理员通常使用冗余硬件,这增加了获取成本。在这个过程中有很多决定。有必要指定将使用多少台服务器,并且每台服务器在基础设施中都有一个角色,可以作为工作节点,也可以作为管理节点。出现的一个问题是:在所有可能安排服务器的方法中,并考虑一组需求(例如,可用工作人员的最小数量,最小可用性),哪些配置可以维持最小可用性级别(稳定状态和面向容量)?这项工作提出了一个由计算解决方案成本的分析建模支持的私有云规划优化模型。通过将优化模型与平分方法相结合,可以在保持云的高可用性的同时最大限度地降低获取成本。所提出的方法也可以应用于与本研究中使用的私有云具有相同属性的其他并行或分布式系统。
{"title":"A dependability and cost optimisation method for private cloud infrastructures","authors":"Danilo Oliveira, J. Dantas, N. Rosa, P. Maciel, Rúbens de Souza Matos Júnior, A. Brinkmann","doi":"10.1504/ijwgs.2019.103222","DOIUrl":"https://doi.org/10.1504/ijwgs.2019.103222","url":null,"abstract":"Creating a cost-effective and highly available private cloud infrastructure from scratch is challenging. In order to improve availability, system administrators commonly employ redundant hardware, which incurs increased acquisition cost. There are plenty of decisions involved in this process. It is necessary to specify how many servers will be employed, and each of them will have a role in the infrastructure either as a worker node or as a management node. One question that arises is: among all possible ways to arrange the servers, and considering a set of requirements (e.g., the minimum number of available workers, minimum availability), which configurations can sustain a minimal availability level (steady state and capacity oriented)? This work proposes an optimisation model for private clouds planning supported by analytical modelling for computing the cost of solutions. By combining the optimisation model with the bisection method, it is possible to minimise the acquisition cost while maintaining the high availability of the cloud. The proposed method can also be applied to other parallel or distributed systems with the same properties as the private clouds used in this study.","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"17 1","pages":"367-393"},"PeriodicalIF":1.0,"publicationDate":"2019-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83016398","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Migrating two legacy systems to SOA: a new approach for service selection based on data flow diagram 将两个遗留系统迁移到SOA:一种基于数据流程图的服务选择新方法
IF 1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-07-04 DOI: 10.1504/IJWGS.2019.10022422
B. Bani-Ismail, Y. Baghdadi
There are many service identification methods (SIMs) to simplify service identification in SOA lifecycle. These SIMs vary in terms of their features (e.g., input artefact, technique). Due to this diversity, few evaluation frameworks have been proposed to guide organisations in selecting a suitable SIM based on their available input artefacts (e.g., source code, business process). This research concerns with SIMs that consider data flow diagram (DFD) as an input artefact, in order to migrate two legacy systems, modelled with DFD, to SOA. Only two SIMs are found in the literature to identify services based on DFD. However, these SIMs do not provide a way to select among the services identified to be implemented as web services. Therefore, this paper aims to bridge this gap by proposing a new approach for service selection based on DFD to assist organisations in speeding up the process of migrating their legacy systems to SOA.
有许多服务标识方法(sim)可以简化SOA生命周期中的服务标识。这些模拟游戏的特征各不相同(例如,输入人工制品、技术)。由于这种多样性,很少有人提出评估框架来指导组织根据其可用的输入工件(例如,源代码、业务流程)选择合适的SIM。本研究关注将数据流图(DFD)作为输入工件的SIMs,以便将使用DFD建模的两个遗留系统迁移到SOA。在文献中只发现了两个sim来识别基于DFD的服务。然而,这些SIMs并没有提供一种方法来选择标识为web服务实现的服务。因此,本文旨在通过提出一种基于DFD的服务选择的新方法来弥合这一差距,以帮助组织加快将其遗留系统迁移到SOA的过程。
{"title":"Migrating two legacy systems to SOA: a new approach for service selection based on data flow diagram","authors":"B. Bani-Ismail, Y. Baghdadi","doi":"10.1504/IJWGS.2019.10022422","DOIUrl":"https://doi.org/10.1504/IJWGS.2019.10022422","url":null,"abstract":"There are many service identification methods (SIMs) to simplify service identification in SOA lifecycle. These SIMs vary in terms of their features (e.g., input artefact, technique). Due to this diversity, few evaluation frameworks have been proposed to guide organisations in selecting a suitable SIM based on their available input artefacts (e.g., source code, business process). This research concerns with SIMs that consider data flow diagram (DFD) as an input artefact, in order to migrate two legacy systems, modelled with DFD, to SOA. Only two SIMs are found in the literature to identify services based on DFD. However, these SIMs do not provide a way to select among the services identified to be implemented as web services. Therefore, this paper aims to bridge this gap by proposing a new approach for service selection based on DFD to assist organisations in speeding up the process of migrating their legacy systems to SOA.","PeriodicalId":54935,"journal":{"name":"International Journal of Web and Grid Services","volume":"93 1","pages":"251-281"},"PeriodicalIF":1.0,"publicationDate":"2019-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82772741","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
International Journal of Web and Grid Services
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1