首页 > 最新文献

2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference最新文献

英文 中文
Web Services and Java Middleware Functional and Performance Analysis for SOA 面向SOA的Web服务和Java中间件功能和性能分析
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371973
M. B. Juric, M. Heričko, T. Welzer, I. Rozman, A. Sasa, M. Krisper
This article focuses on analysis of key middleware technologies for realization of SOA on Java platform. It compares Web services, native Java distributed technology RMI (remote method invocation), and various alternatives which allow communication through firewalls and proxies, including HTTP-to-port, HTTP-to-CGI, and HTTP-to-servlet tunneling. In addition to functional comparison the article presents a detailed performance analysis with overhead analysis and identification of optimizations. The paper contributes to the understanding of functional and performance aspects of distributed middleware technologies for realization of SOA.
本文重点分析了在Java平台上实现SOA的关键中间件技术。它比较了Web服务、本地Java分布式技术RMI(远程方法调用)和各种允许通过防火墙和代理进行通信的替代方案,包括http到端口、http到cgi和http到servlet隧道。除了功能比较之外,本文还提供了详细的性能分析,包括开销分析和优化识别。本文有助于理解用于实现SOA的分布式中间件技术的功能和性能方面。
{"title":"Web Services and Java Middleware Functional and Performance Analysis for SOA","authors":"M. B. Juric, M. Heričko, T. Welzer, I. Rozman, A. Sasa, M. Krisper","doi":"10.1109/DEST.2007.371973","DOIUrl":"https://doi.org/10.1109/DEST.2007.371973","url":null,"abstract":"This article focuses on analysis of key middleware technologies for realization of SOA on Java platform. It compares Web services, native Java distributed technology RMI (remote method invocation), and various alternatives which allow communication through firewalls and proxies, including HTTP-to-port, HTTP-to-CGI, and HTTP-to-servlet tunneling. In addition to functional comparison the article presents a detailed performance analysis with overhead analysis and identification of optimizations. The paper contributes to the understanding of functional and performance aspects of distributed middleware technologies for realization of SOA.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124025678","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}
引用次数: 4
Lessons learned from implementing the Devices Profile for Web Services 从实现Web服务的设备配置文件中学到的经验教训
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371975
E. Zeeb, A. Bobek, H. Bohn, F. Golatowski
In recent years a movement from distributed systems controlled by users to automatic, autonomous and self-configuring distributed systems is noticeable. Web services is one approach but lacking the secure integration of resource-constrained devices. This paper describes the devices profile for web services (DPWS), underlying protocols and a DPWS toolkit implementation based on C and gSOAP and discusses its current state. It has enormous relevance for embedded systems and industrial automation since DPWS targets resource-constraint devices explicitly, and has the potential to shift the industrial landscape which is characterized of heterogeneous devices.
近年来,由用户控制的分布式系统向自动化、自治和自配置的分布式系统的转变是引人注目的。Web服务是一种方法,但缺乏对资源受限设备的安全集成。本文描述了web服务(DPWS)的设备配置文件、底层协议和基于C语言和gSOAP的DPWS工具箱实现,并讨论了其当前状态。它与嵌入式系统和工业自动化有着巨大的相关性,因为DPWS明确地针对资源约束设备,并且有可能改变以异构设备为特征的工业景观。
{"title":"Lessons learned from implementing the Devices Profile for Web Services","authors":"E. Zeeb, A. Bobek, H. Bohn, F. Golatowski","doi":"10.1109/DEST.2007.371975","DOIUrl":"https://doi.org/10.1109/DEST.2007.371975","url":null,"abstract":"In recent years a movement from distributed systems controlled by users to automatic, autonomous and self-configuring distributed systems is noticeable. Web services is one approach but lacking the secure integration of resource-constrained devices. This paper describes the devices profile for web services (DPWS), underlying protocols and a DPWS toolkit implementation based on C and gSOAP and discusses its current state. It has enormous relevance for embedded systems and industrial automation since DPWS targets resource-constraint devices explicitly, and has the potential to shift the industrial landscape which is characterized of heterogeneous devices.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127274888","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}
引用次数: 37
Querying MOF Repositories: The Design and Implementation of the Query Metamodel Language (QML) 查询MOF存储库:查询元模型语言(QML)的设计和实现
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.372001
G. Kotopoulos, F. Kazasis, S. Christodoulakis
In a digital business ecosystem (DBE) information on the businesses and the services they provide may be described in terms of models and data which are used to se-mantically discover partners and services. The object management group (OMG) defines a four layered modelling architecture, the model driven architecture (MDA), which provides mechanisms for rapid development of modelling languages addressing domain problems using the meta object facility (MOF). MOF incorporates object oriented concepts and is a subset of UML. Furthermore, as users typically don't know how to make requests, the system has to be tolerant. The Query Metamodel Language (QML) is a language that exploits the Object Constraint Language (OCL) (which is very closely associated with UML and therefore MOF) to provide powerful query support on model repositories. This paper presents the motivation for QML along with its abstract syntax. It also introduces the framework for QML processing that incorporates information retrieval functionality and is used to formulate fuzzy queries using the extended boolean model. It describes how QML is integrated in the MOF architecture and how semantic expansion of queries and evaluation can be done in an effective way.
在数字业务生态系统(DBE)中,有关业务及其提供的服务的信息可以用模型和数据来描述,这些模型和数据用于语义地发现合作伙伴和服务。对象管理组(OMG)定义了一个四层的建模体系结构,即模型驱动的体系结构(MDA),它为使用元对象工具(MOF)处理领域问题的建模语言的快速开发提供了机制。MOF结合了面向对象的概念,是UML的一个子集。此外,由于用户通常不知道如何发出请求,因此系统必须具有容忍度。查询元模型语言(Query metadata Language, QML)是一种利用对象约束语言(Object Constraint Language, OCL)(它与UML密切相关,因此与MOF密切相关)在模型存储库上提供强大查询支持的语言。本文介绍了QML的动机及其抽象语法。它还介绍了QML处理的框架,该框架包含信息检索功能,并用于使用扩展布尔模型制定模糊查询。它描述了如何将QML集成到MOF体系结构中,以及如何以有效的方式进行查询和求值的语义扩展。
{"title":"Querying MOF Repositories: The Design and Implementation of the Query Metamodel Language (QML)","authors":"G. Kotopoulos, F. Kazasis, S. Christodoulakis","doi":"10.1109/DEST.2007.372001","DOIUrl":"https://doi.org/10.1109/DEST.2007.372001","url":null,"abstract":"In a digital business ecosystem (DBE) information on the businesses and the services they provide may be described in terms of models and data which are used to se-mantically discover partners and services. The object management group (OMG) defines a four layered modelling architecture, the model driven architecture (MDA), which provides mechanisms for rapid development of modelling languages addressing domain problems using the meta object facility (MOF). MOF incorporates object oriented concepts and is a subset of UML. Furthermore, as users typically don't know how to make requests, the system has to be tolerant. The Query Metamodel Language (QML) is a language that exploits the Object Constraint Language (OCL) (which is very closely associated with UML and therefore MOF) to provide powerful query support on model repositories. This paper presents the motivation for QML along with its abstract syntax. It also introduces the framework for QML processing that incorporates information retrieval functionality and is used to formulate fuzzy queries using the extended boolean model. It describes how QML is integrated in the MOF architecture and how semantic expansion of queries and evaluation can be done in an effective way.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"8 5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127510992","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}
引用次数: 5
Activity Theory for OSS Ecosystems 开源软件生态系统的活动理论
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371974
L. Uden, Ernesto Damiani, G. Gianini, P. Ceravolo
The digital business ecosystem is an innovative approach to support the adoption and development of information and communication technologies (ICT). A natural life ecosystem is a biological community of interacting organisms and their physical environments. Conversely, a business ecosystem is a network of buyers, suppliers and makers of related products or services, plus the socio-economic environment that includes the institutional and regulatory framework. The development process of an OSS environment can be modelled as an information ecosystem. This paper describes how activity theory can be used to inform the development of OSS projects.
数字商业生态系统是支持信息通信技术采用和发展的创新方法。一个自然的生命生态系统是一个生物群落相互作用的生物和他们的物理环境。相反,商业生态系统是一个由相关产品或服务的买家、供应商和制造商组成的网络,加上包括制度和监管框架在内的社会经济环境。OSS环境的开发过程可以建模为一个信息生态系统。本文描述了如何使用活动理论来指导OSS项目的开发。
{"title":"Activity Theory for OSS Ecosystems","authors":"L. Uden, Ernesto Damiani, G. Gianini, P. Ceravolo","doi":"10.1109/DEST.2007.371974","DOIUrl":"https://doi.org/10.1109/DEST.2007.371974","url":null,"abstract":"The digital business ecosystem is an innovative approach to support the adoption and development of information and communication technologies (ICT). A natural life ecosystem is a biological community of interacting organisms and their physical environments. Conversely, a business ecosystem is a network of buyers, suppliers and makers of related products or services, plus the socio-economic environment that includes the institutional and regulatory framework. The development process of an OSS environment can be modelled as an information ecosystem. This paper describes how activity theory can be used to inform the development of OSS projects.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121447398","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
A Distributed Transaction and Accounting Model for Digital Ecosystem Composed Services 数字生态系统组合服务的分布式交易与记账模型
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371947
A. Razavi, P. Malone, S. Moschoyiannis, B. Jennings, P. Krause
This paper addresses two known issues for dynamically composed services in digital ecosystems. The first issue is that of efficient distributed transaction management. The conventional view of transactions is unsuitable as the local autonomy of the participants is vital for the involvement of SMEs. The second issue is that of charging for such distributed transactions, where there will often be dynamically created services whose composition is not known in advance and might involve parts of different transactions. The paper provides solutions for both of these issues, which can be combined to provide for a unified approach to transaction management and accounting of dynamically composed services in digital ecosystems.
本文解决了数字生态系统中动态组合服务的两个已知问题。第一个问题是高效的分布式事务管理。传统的交易观是不合适的,因为参与者的地方自治对中小企业的参与至关重要。第二个问题是对这种分布式事务收费的问题,在这种情况下,通常会有动态创建的服务,其组成事先不知道,并且可能涉及不同事务的部分。本文为这两个问题提供了解决方案,这些解决方案可以结合起来,为数字生态系统中动态组合服务的事务管理和会计提供统一的方法。
{"title":"A Distributed Transaction and Accounting Model for Digital Ecosystem Composed Services","authors":"A. Razavi, P. Malone, S. Moschoyiannis, B. Jennings, P. Krause","doi":"10.1109/DEST.2007.371947","DOIUrl":"https://doi.org/10.1109/DEST.2007.371947","url":null,"abstract":"This paper addresses two known issues for dynamically composed services in digital ecosystems. The first issue is that of efficient distributed transaction management. The conventional view of transactions is unsuitable as the local autonomy of the participants is vital for the involvement of SMEs. The second issue is that of charging for such distributed transactions, where there will often be dynamically created services whose composition is not known in advance and might involve parts of different transactions. The paper provides solutions for both of these issues, which can be combined to provide for a unified approach to transaction management and accounting of dynamically composed services in digital ecosystems.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130004552","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}
引用次数: 7
Service Communities: A Structuring Mechanism for Service-Oriented Business Ecosystems 服务社区:面向服务的业务生态系统的结构机制
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371957
N. Desai, P. Mazzoleni, S. Tai
As service-oriented computing technologies mature and gain acceptance, the focus of the research community shifts toward applications, business concerns, and business value creation. Service-oriented business ecosystems are one such emerging research area. In our previous work, we argued for a structuring mechanism enabling service communities in business ecosystems - dynamic, customizable groups of services provided and used by membership-based social or business networks of varying scale and lifetime. This paper develops the idea of service communities further in three ways. First, we study a variety of motivating business scenarios and articulate the business value of applying the community concept to services. Second, we provide technical details of our middleware platform that supports the runtime creation and management of service communities. Third, we discuss extensions of the general service community idea for further value creation and research.
随着面向服务的计算技术的成熟和获得认可,研究社区的焦点转向了应用程序、业务关注点和业务价值创造。面向服务的业务生态系统就是这样一个新兴的研究领域。在我们之前的工作中,我们提出了一种结构化机制,支持商业生态系统中的服务社区——由不同规模和寿命的基于会员的社会或商业网络提供和使用的动态、可定制的服务组。本文从三个方面进一步发展了服务社区的理念。首先,我们研究了各种激励业务场景,并阐明了将社区概念应用于服务的业务价值。其次,我们提供了中间件平台的技术细节,该平台支持服务社区的运行时创建和管理。第三,探讨了综合服务社区理念的延伸,为进一步的价值创造和研究做准备。
{"title":"Service Communities: A Structuring Mechanism for Service-Oriented Business Ecosystems","authors":"N. Desai, P. Mazzoleni, S. Tai","doi":"10.1109/DEST.2007.371957","DOIUrl":"https://doi.org/10.1109/DEST.2007.371957","url":null,"abstract":"As service-oriented computing technologies mature and gain acceptance, the focus of the research community shifts toward applications, business concerns, and business value creation. Service-oriented business ecosystems are one such emerging research area. In our previous work, we argued for a structuring mechanism enabling service communities in business ecosystems - dynamic, customizable groups of services provided and used by membership-based social or business networks of varying scale and lifetime. This paper develops the idea of service communities further in three ways. First, we study a variety of motivating business scenarios and articulate the business value of applying the community concept to services. Second, we provide technical details of our middleware platform that supports the runtime creation and management of service communities. Third, we discuss extensions of the general service community idea for further value creation and research.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130359569","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}
引用次数: 13
E-Learning Ecosystem (ELES) - A Holistic Approach for the Development of more Effective Learning Environment for Small-and-Medium Sized Enterprises (SMEs) 电子学习生态系统(ELES) -为中小企业(SMEs)开发更有效的学习环境的整体方法
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.372010
Vanessa Chang, Christian Guetl
As e-learning and technologies advanced significantly, practitioners and academics must find new ways to make the most of this rapid development. In the past, research development in this area was mainly focused solely on technological aspects and more recently, on e-learning and technologies for individualized learning. Much work has been done in this area to enhance e-learning systems. In this research, we proposed that an ecological and holistic approach is required for an improved learning environment. To do this, the concept of ecosystem will be explained, followed by a rationalization of this application to learning and e-learning. A definition to learning ecosystem (LES) is provided and this generalized definition is further applied to the e-learning ecosystem (ELES). Hereafter an identification and examination of the e-learning ecosystem will be presented in detail. Finally, an application of the e-learning ecosystem in small-and-medium sized organisations (SMEs) will be discussed. Prior to this, an overview on the usage of e-learning in SMEs will also be given. We conclude by highlighting the need to emphasize on the ecological and holistic approach for the development of more effective learning environments.
随着电子学习和技术的显著进步,从业者和学者必须找到新的方法来充分利用这种快速发展。过去,这一领域的研究发展主要集中在技术方面,最近则集中在电子学习和个性化学习技术上。为了加强电子学习系统,在这方面已经做了很多工作。在这项研究中,我们提出了一个生态和整体的方法来改善学习环境。为此,将解释生态系统的概念,然后将其应用于学习和电子学习的合理化。给出了学习生态系统的定义,并将此广义定义进一步应用于电子学习生态系统。此后,将详细介绍电子学习生态系统的识别和检查。最后,本文将讨论电子学习生态系统在中小企业中的应用。在此之前,还将概述电子学习在中小企业中的使用情况。最后,我们强调需要强调生态和整体方法,以发展更有效的学习环境。
{"title":"E-Learning Ecosystem (ELES) - A Holistic Approach for the Development of more Effective Learning Environment for Small-and-Medium Sized Enterprises (SMEs)","authors":"Vanessa Chang, Christian Guetl","doi":"10.1109/DEST.2007.372010","DOIUrl":"https://doi.org/10.1109/DEST.2007.372010","url":null,"abstract":"As e-learning and technologies advanced significantly, practitioners and academics must find new ways to make the most of this rapid development. In the past, research development in this area was mainly focused solely on technological aspects and more recently, on e-learning and technologies for individualized learning. Much work has been done in this area to enhance e-learning systems. In this research, we proposed that an ecological and holistic approach is required for an improved learning environment. To do this, the concept of ecosystem will be explained, followed by a rationalization of this application to learning and e-learning. A definition to learning ecosystem (LES) is provided and this generalized definition is further applied to the e-learning ecosystem (ELES). Hereafter an identification and examination of the e-learning ecosystem will be presented in detail. Finally, an application of the e-learning ecosystem in small-and-medium sized organisations (SMEs) will be discussed. Prior to this, an overview on the usage of e-learning in SMEs will also be given. We conclude by highlighting the need to emphasize on the ecological and holistic approach for the development of more effective learning environments.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130408396","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}
引用次数: 90
Dynamic Replanning of Web Service Workflows Web服务工作流的动态重新规划
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371972
R. Berbner, M. Spahn, N. Repp, O. Heckmann, R. Steinmetz
The composition of Web Services to workflows is one of the major challenges in the area of service-oriented computing. To meet the business and user requirements, it is crucial to manage the quality of service (QoS) of Web Service workflows. In our approach, we calculate the execution plan of workflows on the QoS attributes ex ante based on predictions. However, due to the volatile nature of the Internet and the web servers, the runtime behavior of Web Services is likely to differ from the predictions. Therefore, we propose replanning as a mechanism to adapt the execution plan to the actual behavior of already executed services by a dynamic service selection at runtime, ensuring that the QoS and cost requirements will still be met. In this paper, we discuss replanning strategies, show how replanning leads to cost-savings in most cases, and evaluate the additional overhead caused by the adaptation of the execution plan at runtime.
将Web服务组合到工作流是面向服务计算领域的主要挑战之一。为了满足业务和用户需求,对Web服务工作流的服务质量(QoS)进行管理是至关重要的。在我们的方法中,我们基于预测预先计算工作流在QoS属性上的执行计划。然而,由于Internet和web服务器的不稳定性,web服务的运行时行为很可能与预测不同。因此,我们建议将重新规划作为一种机制,通过运行时的动态服务选择,使执行计划适应已经执行的服务的实际行为,确保QoS和成本需求仍然得到满足。在本文中,我们讨论了重新规划策略,展示了在大多数情况下重新规划如何节省成本,并评估了在运行时调整执行计划所导致的额外开销。
{"title":"Dynamic Replanning of Web Service Workflows","authors":"R. Berbner, M. Spahn, N. Repp, O. Heckmann, R. Steinmetz","doi":"10.1109/DEST.2007.371972","DOIUrl":"https://doi.org/10.1109/DEST.2007.371972","url":null,"abstract":"The composition of Web Services to workflows is one of the major challenges in the area of service-oriented computing. To meet the business and user requirements, it is crucial to manage the quality of service (QoS) of Web Service workflows. In our approach, we calculate the execution plan of workflows on the QoS attributes ex ante based on predictions. However, due to the volatile nature of the Internet and the web servers, the runtime behavior of Web Services is likely to differ from the predictions. Therefore, we propose replanning as a mechanism to adapt the execution plan to the actual behavior of already executed services by a dynamic service selection at runtime, ensuring that the QoS and cost requirements will still be met. In this paper, we discuss replanning strategies, show how replanning leads to cost-savings in most cases, and evaluate the additional overhead caused by the adaptation of the execution plan at runtime.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130832316","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}
引用次数: 37
Smart Agent Based on Rules for Web Knowledge Mining 基于规则的Web知识挖掘智能代理
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.372014
Emilian Pascalau
The present paper presents the idea of building a smart agent based on rules for Web knowledge mining. In other words an agent that is able to use rules, based on new data, environment, in the process of Web knowledge mining.
本文提出了一种基于规则的Web知识挖掘智能代理的思想。换句话说,在Web知识挖掘过程中,能够基于新数据、新环境使用规则的代理。
{"title":"Smart Agent Based on Rules for Web Knowledge Mining","authors":"Emilian Pascalau","doi":"10.1109/DEST.2007.372014","DOIUrl":"https://doi.org/10.1109/DEST.2007.372014","url":null,"abstract":"The present paper presents the idea of building a smart agent based on rules for Web knowledge mining. In other words an agent that is able to use rules, based on new data, environment, in the process of Web knowledge mining.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117336458","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
Project Track and Trace Methodology in the Environment of Digital Ecosystem 数字生态系统环境下的项目跟踪与跟踪方法
Pub Date : 2007-06-18 DOI: 10.1109/DEST.2007.371998
Hai Dong, F. Hussain, E. Chang
Digital ecosystems (DE) is an open-source network environment for small and medium enterprises (SMEs). By means of DE, project organisations are able to realize the distribution of organisational structure, to reduce internal cost and to achieve the biggest benefit. However, some issues exist in the process of project track and trace processes. In this paper, we analyze the daily project track and trace activities, including the organisational structure, the procedure of project planning and the scenarios of project distribution, by a case study in City of Melville Council - a typical project organisation, to discover the issues in these activities. To solve the issues, we extend the theory of CCCI Metrics to the field of project management. By means of the extended theory, a Project Track and Trace Card is designed to assist the senior management to timely administrate the project completion status in organisations, and then to promote the knowledge sharing in project organisations.
数字生态系统(DE)是面向中小企业的开源网络环境。通过DE,项目组织可以实现组织结构的分布,降低内部成本,实现最大效益。然而,在项目跟踪和跟踪过程中存在一些问题。本文以典型的项目组织——梅尔维尔市议会为例,分析了日常的项目跟踪和跟踪活动,包括组织结构、项目规划程序和项目分配场景,以发现这些活动中存在的问题。为了解决这些问题,我们将CCCI度量理论扩展到项目管理领域。运用扩展理论,设计项目跟踪卡,帮助高层管理人员及时管理组织内的项目完成情况,从而促进项目组织内的知识共享。
{"title":"Project Track and Trace Methodology in the Environment of Digital Ecosystem","authors":"Hai Dong, F. Hussain, E. Chang","doi":"10.1109/DEST.2007.371998","DOIUrl":"https://doi.org/10.1109/DEST.2007.371998","url":null,"abstract":"Digital ecosystems (DE) is an open-source network environment for small and medium enterprises (SMEs). By means of DE, project organisations are able to realize the distribution of organisational structure, to reduce internal cost and to achieve the biggest benefit. However, some issues exist in the process of project track and trace processes. In this paper, we analyze the daily project track and trace activities, including the organisational structure, the procedure of project planning and the scenarios of project distribution, by a case study in City of Melville Council - a typical project organisation, to discover the issues in these activities. To solve the issues, we extend the theory of CCCI Metrics to the field of project management. By means of the extended theory, a Project Track and Trace Card is designed to assist the senior management to timely administrate the project completion status in organisations, and then to promote the knowledge sharing in project organisations.","PeriodicalId":448012,"journal":{"name":"2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference","volume":"67 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127082587","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}
引用次数: 1
期刊
2007 Inaugural IEEE-IES Digital EcoSystems and Technologies Conference
全部 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