首页 > 最新文献

2008 34th Euromicro Conference Software Engineering and Advanced Applications最新文献

英文 中文
Component Design based on Model Executability 基于模型可执行性的组件设计
F. Barbier, Eric Cariou
Model-driven development (MDD) corresponds to the building of models and their transformation into intermediate models and code. Modeling components and compositions is a natural consequence of MDD. We show in this paper the advantages of using an executable modeling language associated with a Java library which pre-implements the execution semantics of this language. The proposed executable language is based on UML state machine diagrams. The semantic variation points linked to these diagrams lead us to manage equivalent variations in the Java implementation of components. The paper offers a comprehensive component design method based on a tailor-made UML profile whose role is the control of the semantic variation points in models.
模型驱动的开发(MDD)对应于模型的构建以及它们到中间模型和代码的转换。对组件和组合进行建模是MDD的自然结果。我们在本文中展示了使用与Java库相关联的可执行建模语言的优势,Java库预先实现了该语言的执行语义。建议的可执行语言是基于UML状态机图的。链接到这些图的语义变化点引导我们在组件的Java实现中管理等价的变化。本文提出了一种基于定制UML概要文件的综合组件设计方法,该概要文件的作用是控制模型中的语义变化点。
{"title":"Component Design based on Model Executability","authors":"F. Barbier, Eric Cariou","doi":"10.1109/SEAA.2008.16","DOIUrl":"https://doi.org/10.1109/SEAA.2008.16","url":null,"abstract":"Model-driven development (MDD) corresponds to the building of models and their transformation into intermediate models and code. Modeling components and compositions is a natural consequence of MDD. We show in this paper the advantages of using an executable modeling language associated with a Java library which pre-implements the execution semantics of this language. The proposed executable language is based on UML state machine diagrams. The semantic variation points linked to these diagrams lead us to manage equivalent variations in the Java implementation of components. The paper offers a comprehensive component design method based on a tailor-made UML profile whose role is the control of the semantic variation points in models.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130520925","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
A Framework for Simulation of Requirements Engineering Processes 需求工程过程模拟的框架
Martin Höst, B. Regnell, Christofer Tingström
The objective of the work presented in this paper is to design and develop a framework for simulation of requirements engineering processes. The framework is intended to be a support when simulation models are built by guiding the modeler in which components to use in this type of models and to speed up the process of developing simulation models. The framework was developed through an iterative process where it was used to model two processes that previously have been represented in simulation models. The resulting framework consists of three layers; one representing general process modeling concepts, one representing software process concepts, and one representing requirements engineering concepts.
本文提出的工作目标是设计和开发一个需求工程过程仿真的框架。该框架旨在通过指导建模者在这种类型的模型中使用哪些组件,并加快开发仿真模型的过程,从而在构建仿真模型时提供支持。该框架是通过一个迭代过程开发的,在这个过程中,它被用来对两个过程进行建模,而这两个过程以前已经在仿真模型中表示过了。最终的框架由三层组成;一个表示一般过程建模概念,一个表示软件过程概念,一个表示需求工程概念。
{"title":"A Framework for Simulation of Requirements Engineering Processes","authors":"Martin Höst, B. Regnell, Christofer Tingström","doi":"10.1109/SEAA.2008.26","DOIUrl":"https://doi.org/10.1109/SEAA.2008.26","url":null,"abstract":"The objective of the work presented in this paper is to design and develop a framework for simulation of requirements engineering processes. The framework is intended to be a support when simulation models are built by guiding the modeler in which components to use in this type of models and to speed up the process of developing simulation models. The framework was developed through an iterative process where it was used to model two processes that previously have been represented in simulation models. The resulting framework consists of three layers; one representing general process modeling concepts, one representing software process concepts, and one representing requirements engineering concepts.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115643285","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
A Metamodeling Approach to Estimate Software Size from Requirements Specifications 从需求规范中估计软件规模的元建模方法
S. Abrahão, E. Insfrán
Early software size estimation is essential for good project management. Although several proposals to estimate software size from requirement specifications exist, most of them have not been properly defined or automated. This paper presents the design and automation of a measurement procedure (ReqPoints) to estimate the size of object-oriented software projects from a requirements specification. The procedure is based on a requirements engineering approach that provides a MDA framework for requirements specification and model transformations to obtain the architecture of UML models. Specifically, a set of measurement rules is defined as a mapping between the concepts of the Requirements Metamodel onto the concepts of the Function Point Analysis (FPA) Metamodel. A Requirements Estimation Tool (REST) was built to automate the measurement process. We demonstrate the feasibility of applying the estimation tool to a case study.
早期的软件大小评估对于良好的项目管理是必不可少的。尽管存在一些根据需求规格来估计软件大小的建议,但它们中的大多数都没有被适当地定义或自动化。本文介绍了一个测量过程(ReqPoints)的设计和自动化,以根据需求规范估计面向对象软件项目的大小。该过程基于需求工程方法,该方法为需求规范和模型转换提供MDA框架,以获得UML模型的体系结构。具体地说,一组度量规则被定义为需求元模型的概念到功能点分析元模型的概念之间的映射。一个需求评估工具(REST)被构建来自动化度量过程。我们演示了将评估工具应用于案例研究的可行性。
{"title":"A Metamodeling Approach to Estimate Software Size from Requirements Specifications","authors":"S. Abrahão, E. Insfrán","doi":"10.1109/SEAA.2008.53","DOIUrl":"https://doi.org/10.1109/SEAA.2008.53","url":null,"abstract":"Early software size estimation is essential for good project management. Although several proposals to estimate software size from requirement specifications exist, most of them have not been properly defined or automated. This paper presents the design and automation of a measurement procedure (ReqPoints) to estimate the size of object-oriented software projects from a requirements specification. The procedure is based on a requirements engineering approach that provides a MDA framework for requirements specification and model transformations to obtain the architecture of UML models. Specifically, a set of measurement rules is defined as a mapping between the concepts of the Requirements Metamodel onto the concepts of the Function Point Analysis (FPA) Metamodel. A Requirements Estimation Tool (REST) was built to automate the measurement process. We demonstrate the feasibility of applying the estimation tool to a case study.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115537884","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}
引用次数: 14
Comparing Software Cost Prediction Models by a Visualization Tool 用可视化工具比较软件成本预测模型
N. Mittas, L. Angelis
A crucial issue in the software cost estimation area that has attracted the interest of software project managers is the selection of the best prediction method for estimating the cost of a project. Most of the prediction techniques estimate the cost from historical data. The selection of the best model is based on accuracy measures that are functions of the predictive error, whereas the significance of the differences can be evaluated through statistical procedures. However, statistical tests cannot be applied easily by non-experts while there are difficulties in the interpretation of their results. The purpose of this paper is to introduce the utilization of a visualization tool, the regression error characteristic curves in order to compare different prediction models easily, by a simple inspection of a graph. Moreover, these curves are adjusted to accuracy measures appeared in software cost estimation literature and the experimentation is based on two well-known datasets.
软件成本估算领域的一个关键问题是选择最佳的预测方法来估算项目成本,这引起了软件项目经理的兴趣。大多数预测技术是根据历史数据来估算成本的。最佳模型的选择是基于作为预测误差函数的精度度量,而差异的显著性可以通过统计程序进行评估。然而,非专家不容易应用统计检验,而对其结果的解释也有困难。本文的目的是介绍利用一种可视化工具,即回归误差特征曲线,通过对图的简单检查,方便地比较不同的预测模型。此外,这些曲线被调整为软件成本估算文献中出现的精度度量,实验是基于两个知名的数据集。
{"title":"Comparing Software Cost Prediction Models by a Visualization Tool","authors":"N. Mittas, L. Angelis","doi":"10.1109/SEAA.2008.23","DOIUrl":"https://doi.org/10.1109/SEAA.2008.23","url":null,"abstract":"A crucial issue in the software cost estimation area that has attracted the interest of software project managers is the selection of the best prediction method for estimating the cost of a project. Most of the prediction techniques estimate the cost from historical data. The selection of the best model is based on accuracy measures that are functions of the predictive error, whereas the significance of the differences can be evaluated through statistical procedures. However, statistical tests cannot be applied easily by non-experts while there are difficulties in the interpretation of their results. The purpose of this paper is to introduce the utilization of a visualization tool, the regression error characteristic curves in order to compare different prediction models easily, by a simple inspection of a graph. Moreover, these curves are adjusted to accuracy measures appeared in software cost estimation literature and the experimentation is based on two well-known datasets.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114785734","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
Distributed Embedded Real-Time Systems and Beyond: A Vision of Future Road Vehicle Management 分布式嵌入式实时系统及其以后:未来道路车辆管理的愿景
H. Wedde, S. Lehnhoff, C. Rehtanz, O. Krause
This paper presents a technical vision for future individual traffic. It deals with two different objectives: passenger cars or motorcycles as battery-driven electric vehicles (EVs) and traffic congestion avoidance. On the technical background of our own work we will explain how power supply for recharging the batteries will have to be organized in a distributed fashion, in particular under the assumption that the power is provided through renewable sources such as from wind turbines and solar panels (which are widely dispersed themselves). We will argue that while the unpredictability of local or regional customers in traditional power grid management creates already major problems for network stability (thus for providing the reserve energy needed) these will be greatly amplified by introducing EVs on a large scale, and by integrating renewable energy into the existing power management. In our DEZENT project we have defined and broadly pursued a distributed bottom-up approach for negotiating demand and supply under such circumstances, in an adequate architecture where demand and supply will be negotiated by software agents within 0.5 sec intervals while at the same time the grid stability is guaranteed. Since EVs themselves constitute relevant sources of reserve energy when coming up in large numbers they could be a core instrument for minimizing the stability problem.- Under this innovative perspective we will also discuss a novel distributed algorithm (BeeJamA) based on Swarm Intelligence where the EVs receive directions in due time, in a highly dynamic way before reaching each road intersection. In the absence of global information congestions are avoided and at the same time the travel times of all drivers are "homogenized". Combined with the transition into EV traffic we also could expect a very substantial reduction of pollution thus altogether an enormous ecological and economic progress.
本文提出了未来个人交通的技术愿景。它涉及两个不同的目标:乘用车或摩托车作为电池驱动的电动汽车(ev)和避免交通拥堵。在我们自己工作的技术背景下,我们将解释如何以分布式方式组织为电池充电的电源,特别是在假设电力是通过可再生能源提供的情况下,如风力涡轮机和太阳能电池板(它们本身广泛分散)。我们认为,虽然传统电网管理中本地或区域客户的不可预测性已经给网络稳定性(从而为提供所需的备用能源)带来了重大问题,但通过大规模引入电动汽车,以及将可再生能源整合到现有的电力管理中,这些问题将被大大放大。在我们的DEZENT项目中,我们定义并广泛地追求一种分布式的自下而上的方法,用于在这种情况下协商需求和供应,在适当的架构中,需求和供应将由软件代理在0.5秒的间隔内进行协商,同时保证电网的稳定性。由于电动汽车本身在大量出现时就构成了相关的储备能源,因此它们可以成为最小化稳定性问题的核心工具。-在这种创新的视角下,我们还将讨论一种基于群体智能的新型分布式算法(BeeJamA),其中电动汽车在到达每个路口之前以高度动态的方式及时接收方向。在没有全球信息的情况下,避免了拥堵,同时所有司机的旅行时间都是“同质化”的。再加上向电动汽车的过渡,我们还可以期待污染的大幅减少,从而取得巨大的生态和经济进步。
{"title":"Distributed Embedded Real-Time Systems and Beyond: A Vision of Future Road Vehicle Management","authors":"H. Wedde, S. Lehnhoff, C. Rehtanz, O. Krause","doi":"10.1109/SEAA.2008.56","DOIUrl":"https://doi.org/10.1109/SEAA.2008.56","url":null,"abstract":"This paper presents a technical vision for future individual traffic. It deals with two different objectives: passenger cars or motorcycles as battery-driven electric vehicles (EVs) and traffic congestion avoidance. On the technical background of our own work we will explain how power supply for recharging the batteries will have to be organized in a distributed fashion, in particular under the assumption that the power is provided through renewable sources such as from wind turbines and solar panels (which are widely dispersed themselves). We will argue that while the unpredictability of local or regional customers in traditional power grid management creates already major problems for network stability (thus for providing the reserve energy needed) these will be greatly amplified by introducing EVs on a large scale, and by integrating renewable energy into the existing power management. In our DEZENT project we have defined and broadly pursued a distributed bottom-up approach for negotiating demand and supply under such circumstances, in an adequate architecture where demand and supply will be negotiated by software agents within 0.5 sec intervals while at the same time the grid stability is guaranteed. Since EVs themselves constitute relevant sources of reserve energy when coming up in large numbers they could be a core instrument for minimizing the stability problem.- Under this innovative perspective we will also discuss a novel distributed algorithm (BeeJamA) based on Swarm Intelligence where the EVs receive directions in due time, in a highly dynamic way before reaching each road intersection. In the absence of global information congestions are avoided and at the same time the travel times of all drivers are \"homogenized\". Combined with the transition into EV traffic we also could expect a very substantial reduction of pollution thus altogether an enormous ecological and economic progress.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126733651","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
Let The Puppets Move! Automated Testbed Generation for Service-oriented Mobile Applications 让木偶动起来!面向服务的移动应用的自动化测试平台生成
A. Bertolino, G. D. Angelis, F. Lonetti, A. Sabetta
There is a growing interest for techniques and tools facilitating the testing of mobile systems. The movement of nodes is one of the relevant factors of context change in ubiquitous systems and a key challenge in the validation of context-aware applications. An approach is proposed to generate a testbed for service-oriented systems that takes into account a mobility model of the nodes of the network in which the accessed services are deployed. This testbed allows a tester to assess off-line the QoS properties of a service under test, by considering possible variations in the response of the interacting services due to node mobility.
人们对促进移动系统测试的技术和工具越来越感兴趣。节点的移动是泛在系统中上下文变化的相关因素之一,也是上下文感知应用验证的关键挑战。提出了一种为面向服务系统生成测试平台的方法,该方法考虑了部署被访问服务的网络节点的移动性模型。该测试平台允许测试人员通过考虑由于节点移动而导致的交互服务响应中的可能变化,来离线评估被测服务的QoS属性。
{"title":"Let The Puppets Move! Automated Testbed Generation for Service-oriented Mobile Applications","authors":"A. Bertolino, G. D. Angelis, F. Lonetti, A. Sabetta","doi":"10.1109/SEAA.2008.33","DOIUrl":"https://doi.org/10.1109/SEAA.2008.33","url":null,"abstract":"There is a growing interest for techniques and tools facilitating the testing of mobile systems. The movement of nodes is one of the relevant factors of context change in ubiquitous systems and a key challenge in the validation of context-aware applications. An approach is proposed to generate a testbed for service-oriented systems that takes into account a mobility model of the nodes of the network in which the accessed services are deployed. This testbed allows a tester to assess off-line the QoS properties of a service under test, by considering possible variations in the response of the interacting services due to node mobility.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"655 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123050370","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}
引用次数: 15
VieCAR - Enabling Self-adaptive Collaboration Services VieCAR——启用自适应协作服务
D. Schall, C. Dorn, S. Dustdar, Ignazio Dadduzio
Novel forms of collaboration increasingly distribute control among e-workers, thereby allowing agile and autonomous collaboration. However, this requires a novel blend of infrastructure and algorithms for self-adaptation of collaboration services. We present VieCAR (Vienna Collaborative Activity and Resource Management Framework), a framework that addresses the requirements of new collaborative service-oriented environments. Self-adaptive collaboration services depend on the user¿s context. VieCAR combines service-oriented architectures with activity-centric computing enabling people to interact and collaborate regardless of their location and across organizational boundaries. Based on VieCAR¿s activity model, we present a ranking algorithm determining the relevant input for service adaptation.
新颖的协作形式越来越多地在电子工作者之间分配控制,从而允许灵活和自主的协作。然而,这需要一种新的基础设施和算法的混合,以实现协作服务的自适应。我们提出了VieCAR(维也纳协作活动和资源管理框架),这是一个解决新的面向服务的协作环境需求的框架。自适应协作服务依赖于用户的上下文。VieCAR将面向服务的体系结构与以活动为中心的计算相结合,使人们能够进行交互和协作,而不受其位置和跨组织边界的限制。基于VieCAR的活动模型,提出了一种排序算法,确定服务适应的相关输入。
{"title":"VieCAR - Enabling Self-adaptive Collaboration Services","authors":"D. Schall, C. Dorn, S. Dustdar, Ignazio Dadduzio","doi":"10.1109/SEAA.2008.25","DOIUrl":"https://doi.org/10.1109/SEAA.2008.25","url":null,"abstract":"Novel forms of collaboration increasingly distribute control among e-workers, thereby allowing agile and autonomous collaboration. However, this requires a novel blend of infrastructure and algorithms for self-adaptation of collaboration services. We present VieCAR (Vienna Collaborative Activity and Resource Management Framework), a framework that addresses the requirements of new collaborative service-oriented environments. Self-adaptive collaboration services depend on the user¿s context. VieCAR combines service-oriented architectures with activity-centric computing enabling people to interact and collaborate regardless of their location and across organizational boundaries. Based on VieCAR¿s activity model, we present a ranking algorithm determining the relevant input for service adaptation.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130584784","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}
引用次数: 10
An Empirical Study into the State of Practice and Challenges in IT Project Portfolio Management IT项目组合管理实践现状与挑战的实证研究
Egon Gleisberg, Hendrik Zondag, M. Chaudron
Optimizing IT investments in alignment with key business drivers is a challenge for all organizations. Organizations need to prioritize and select a portfolio of IT projects that provides optimal benefit and balances utility, risk, and resources. This paper reports on an exploratory empirical study into the processes and project-selection criteria used by several large companies. The objective of this research is to identify successful practices as well as some common challenges that companies have in performing IT portfolio management. These empirical findings provide insight into the current state of practice and common challenges. These form the basis for guidelines for implementing and improving IT portfolio processes.
根据关键业务驱动因素优化IT投资是所有组织面临的挑战。组织需要确定优先级,并选择一个IT项目组合,以提供最优的收益,并平衡效用、风险和资源。本文对几家大公司采用的流程和项目选择标准进行了探索性实证研究。本研究的目标是确定成功的实践以及公司在执行IT投资组合管理时遇到的一些常见挑战。这些实证研究结果提供了对实践现状和共同挑战的见解。这些构成了实现和改进IT投资组合过程的指导方针的基础。
{"title":"An Empirical Study into the State of Practice and Challenges in IT Project Portfolio Management","authors":"Egon Gleisberg, Hendrik Zondag, M. Chaudron","doi":"10.1109/SEAA.2008.45","DOIUrl":"https://doi.org/10.1109/SEAA.2008.45","url":null,"abstract":"Optimizing IT investments in alignment with key business drivers is a challenge for all organizations. Organizations need to prioritize and select a portfolio of IT projects that provides optimal benefit and balances utility, risk, and resources. This paper reports on an exploratory empirical study into the processes and project-selection criteria used by several large companies. The objective of this research is to identify successful practices as well as some common challenges that companies have in performing IT portfolio management. These empirical findings provide insight into the current state of practice and common challenges. These form the basis for guidelines for implementing and improving IT portfolio processes.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132937234","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
Towards a Defect Prevention Based Process Improvement Approach 基于缺陷预防的过程改进方法
Marcos Kalinowski, G. Travassos, D. Card
Defect causal analysis (DCA) is a means of product focused software process improvement. A systematic literature review to identify the DCA state of the art has been undertaken. The systematic review gathered unbiased knowledge and evidence and identified opportunities for further investigation. Moreover, some guidance on how to efficiently implement DCA in software organizations could be elaborated. This paper describes the initial concept of the DBPI (Defect Based Process Improvement) approach. It represents a DCA based approach for process improvement, designed considering the results of the systematic review and the obtained guidance. Its main contributions are tailoring support for DCA based process improvement and addressing an identified opportunity for further investigation by integrating organizational learning mechanisms regarding cause-effect relations into the conduct of DCA.
缺陷原因分析(DCA)是一种以产品为中心的软件过程改进方法。进行了系统的文献综述,以确定DCA技术的现状。系统评价收集了公正的知识和证据,并确定了进一步调查的机会。此外,还可以对如何在软件组织中有效地实现DCA提供一些指导。本文描述了DBPI(基于缺陷的过程改进)方法的初始概念。它代表了一种基于DCA的过程改进方法,设计时考虑了系统评审的结果和获得的指导。它的主要贡献是裁剪对基于DCA的过程改进的支持,并通过将有关因果关系的组织学习机制集成到DCA的实施中,为进一步的调查提供确定的机会。
{"title":"Towards a Defect Prevention Based Process Improvement Approach","authors":"Marcos Kalinowski, G. Travassos, D. Card","doi":"10.1109/SEAA.2008.47","DOIUrl":"https://doi.org/10.1109/SEAA.2008.47","url":null,"abstract":"Defect causal analysis (DCA) is a means of product focused software process improvement. A systematic literature review to identify the DCA state of the art has been undertaken. The systematic review gathered unbiased knowledge and evidence and identified opportunities for further investigation. Moreover, some guidance on how to efficiently implement DCA in software organizations could be elaborated. This paper describes the initial concept of the DBPI (Defect Based Process Improvement) approach. It represents a DCA based approach for process improvement, designed considering the results of the systematic review and the obtained guidance. Its main contributions are tailoring support for DCA based process improvement and addressing an identified opportunity for further investigation by integrating organizational learning mechanisms regarding cause-effect relations into the conduct of DCA.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130709434","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}
引用次数: 47
SAIL: A Sensor Abstraction and Integration Layer for Context Awareness SAIL:用于上下文感知的传感器抽象和集成层
M. Girolami, Stefano Lenzi, Francesco Furfari, S. Chessa
Wireless Sensor Networks (WSN) are an important technological support for ambient assisted applications. Up to now most WSN applications are based on ad hoc solutions, and attempts to provide reusable applications are still in their youth. Under this trend of research we propose a layered architecture called SAIL (Sensor Abstraction and Integration Layers) to be used in context aware architectures, and aimed at integrating WSN as context information sources. In the proposed approach, the applications running on WSN can be exposed using either a node centric or a data centric paradigm, and they are interfaced with different access technologies. SAIL is currently encapsulated within the OSGi framework and has been tested on MICAz motes.
无线传感器网络(WSN)是环境辅助应用的重要技术支撑。到目前为止,大多数WSN应用程序都是基于临时解决方案的,而提供可重用应用程序的尝试仍处于起步阶段。在这一研究趋势下,我们提出了一种分层架构SAIL (Sensor Abstraction and Integration Layers,传感器抽象与集成层)用于上下文感知架构,旨在将WSN集成为上下文信息源。在提出的方法中,运行在WSN上的应用程序可以使用以节点为中心或以数据为中心的范式进行公开,并且它们使用不同的访问技术进行接口。SAIL目前封装在OSGi框架中,并已在MICAz上进行了测试。
{"title":"SAIL: A Sensor Abstraction and Integration Layer for Context Awareness","authors":"M. Girolami, Stefano Lenzi, Francesco Furfari, S. Chessa","doi":"10.1109/SEAA.2008.30","DOIUrl":"https://doi.org/10.1109/SEAA.2008.30","url":null,"abstract":"Wireless Sensor Networks (WSN) are an important technological support for ambient assisted applications. Up to now most WSN applications are based on ad hoc solutions, and attempts to provide reusable applications are still in their youth. Under this trend of research we propose a layered architecture called SAIL (Sensor Abstraction and Integration Layers) to be used in context aware architectures, and aimed at integrating WSN as context information sources. In the proposed approach, the applications running on WSN can be exposed using either a node centric or a data centric paradigm, and they are interfaced with different access technologies. SAIL is currently encapsulated within the OSGi framework and has been tested on MICAz motes.","PeriodicalId":127633,"journal":{"name":"2008 34th Euromicro Conference Software Engineering and Advanced Applications","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2008-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125264018","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}
引用次数: 29
期刊
2008 34th Euromicro Conference Software Engineering and Advanced Applications
全部 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