Middleware 2013

Middleware 2013
Title Middleware 2013 PDF eBook
Author David Eyers
Publisher Springer
Pages 512
Release 2013-12-04
Genre Computers
ISBN 3642450652

Download Middleware 2013 Book in PDF, Epub and Kindle

This book constitutes the refereed proceedings of the ACM/IFIP/USENIX 14th International Middleware Conference, held in Beijing, China, in December 2013. The 24 revised full papers presented were carefully reviewed and selected from 189 submissions. The papers cover a wide range of topics including design, implementation, deployment and evaluation of middleware for next-generation platforms such as cloud computing, social networks and large-scale storage and distributed systems. The middleware solutions introduced provide features such as availability, efficiency, scalability, fault-tolerance, trustworthy operation and support security and privacy needs.

Agile Processes in Software Engineering and Extreme Programming

Agile Processes in Software Engineering and Extreme Programming
Title Agile Processes in Software Engineering and Extreme Programming PDF eBook
Author Casper Lassenius
Publisher Springer
Pages 382
Release 2015-05-15
Genre Computers
ISBN 3319186124

Download Agile Processes in Software Engineering and Extreme Programming Book in PDF, Epub and Kindle

This book contains the refereed proceedings of the 16th International Conference on Agile Software Development, XP 2015, held in Helsinki, Finland, in May 2015. While agile development has already become mainstream in industry, this field is still constantly evolving and continues to spur an enormous interest both in industry and academia. The XP conference series has always played, and continues to play, an important role in connecting the academic and practitioner communities, providing a forum for both formal and informal sharing and development of ideas, experiences, and opinions. The theme of XP 2015 "Delivering Value: Moving from Cyclic to Continuous Value Delivery" reflects the modern trend towards organizations that are simultaneously very efficient and flexible in software development and delivery. The 15 full and 7 short papers accepted for XP 2015 were selected from 44 submissions. All of the submitted papers went through a rigorous peer-review process. Additionally, 11 experience reports were selected from 45 proposals, and in each case the authors were shepherded by an experienced researcher.

Software Engineering Trends and Techniques in Intelligent Systems

Software Engineering Trends and Techniques in Intelligent Systems
Title Software Engineering Trends and Techniques in Intelligent Systems PDF eBook
Author Radek Silhavy
Publisher Springer
Pages 513
Release 2017-04-07
Genre Technology & Engineering
ISBN 3319571419

Download Software Engineering Trends and Techniques in Intelligent Systems Book in PDF, Epub and Kindle

This book presents new approaches and methods to solve real-world problems as well as exploratory research describing novel approaches in the field of software engineering and intelligent systems. It particularly focuses on modern trends in selected fields of interest, introducing new algorithms, methods and application of intelligent systems in software engineering. The book constitutes the refereed proceedings of the Software Engineering Trends and Techniques in Intelligent Systems Section of the 6th Computer Science On-line Conference 2017 (CSOC 2017), held in April 2017.

Middleware Solutions for Wireless Internet of Things

Middleware Solutions for Wireless Internet of Things
Title Middleware Solutions for Wireless Internet of Things PDF eBook
Author Paolo Bellavista
Publisher MDPI
Pages 262
Release 2019-07-15
Genre Technology & Engineering
ISBN 303921036X

Download Middleware Solutions for Wireless Internet of Things Book in PDF, Epub and Kindle

The proliferation of powerful but cheap devices, together with the availability of a plethora of wireless technologies, has pushed for the spread of the Wireless Internet of Things (WIoT), which is typically much more heterogeneous, dynamic, and general-purpose if compared with the traditional IoT. The WIoT is characterized by the dynamic interaction of traditional infrastructure-side devices, e.g., sensors and actuators, provided by municipalities in Smart City infrastructures, and other portable and more opportunistic ones, such as mobile smartphones, opportunistically integrated to dynamically extend and enhance the WIoT environment. A key enabler of this vision is the advancement of software and middleware technologies in various mobile-related sectors, ranging from the effective synergic management of wireless communications to mobility/adaptivity support in operating systems and differentiated integration and management of devices with heterogeneous capabilities in middleware, from horizontal support to crowdsourcing in different application domains to dynamic offloading to cloud resources, only to mention a few. The book presents state-of-the-art contributions in the articulated WIoT area by providing novel insights about the development and adoption of middleware solutions to enable the WIoT vision in a wide spectrum of heterogeneous scenarios, ranging from industrial environments to educational devices. The presented solutions provide readers with differentiated point of views, by demonstrating how the WIoT vision can be applied to several aspects of our daily life in a pervasive manner.

Machine Learning-Based Bug Handling in Large-Scale Software Development

Machine Learning-Based Bug Handling in Large-Scale Software Development
Title Machine Learning-Based Bug Handling in Large-Scale Software Development PDF eBook
Author Leif Jonsson
Publisher Linköping University Electronic Press
Pages 149
Release 2018-05-17
Genre
ISBN 9176853063

Download Machine Learning-Based Bug Handling in Large-Scale Software Development Book in PDF, Epub and Kindle

This thesis investigates the possibilities of automating parts of the bug handling process in large-scale software development organizations. The bug handling process is a large part of the mostly manual, and very costly, maintenance of software systems. Automating parts of this time consuming and very laborious process could save large amounts of time and effort wasted on dealing with bug reports. In this thesis we focus on two aspects of the bug handling process, bug assignment and fault localization. Bug assignment is the process of assigning a newly registered bug report to a design team or developer. Fault localization is the process of finding where in a software architecture the fault causing the bug report should be solved. The main reason these tasks are not automated is that they are considered hard to automate, requiring human expertise and creativity. This thesis examines the possi- bility of using machine learning techniques for automating at least parts of these processes. We call these automated techniques Automated Bug Assignment (ABA) and Automatic Fault Localization (AFL), respectively. We treat both of these problems as classification problems. In ABA, the classes are the design teams in the development organization. In AFL, the classes consist of the software components in the software architecture. We focus on a high level fault localization that it is suitable to integrate into the initial support flow of large software development organizations. The thesis consists of six papers that investigate different aspects of the AFL and ABA problems. The first two papers are empirical and exploratory in nature, examining the ABA problem using existing machine learning techniques but introducing ensembles into the ABA context. In the first paper we show that, like in many other contexts, ensembles such as the stacked generalizer (or stacking) improves classification accuracy compared to individual classifiers when evaluated using cross fold validation. The second paper thor- oughly explore many aspects such as training set size, age of bug reports and different types of evaluation of the ABA problem in the context of stacking. The second paper also expands upon the first paper in that the number of industry bug reports, roughly 50,000, from two large-scale industry software development contexts. It is still as far as we are aware, the largest study on real industry data on this topic to this date. The third and sixth papers, are theoretical, improving inference in a now classic machine learning tech- nique for topic modeling called Latent Dirichlet Allocation (LDA). We show that, unlike the currently dominating approximate approaches, we can do parallel inference in the LDA model with a mathematically correct algorithm, without sacrificing efficiency or speed. The approaches are evaluated on standard research datasets, measuring various aspects such as sampling efficiency and execution time. Paper four, also theoretical, then builds upon the LDA model and introduces a novel supervised Bayesian classification model that we call DOLDA. The DOLDA model deals with both textual content and, structured numeric, and nominal inputs in the same model. The approach is evaluated on a new data set extracted from IMDb which have the structure of containing both nominal and textual data. The model is evaluated using two approaches. First, by accuracy, using cross fold validation. Second, by comparing the simplicity of the final model with that of other approaches. In paper five we empirically study the performance, in terms of prediction accuracy, of the DOLDA model applied to the AFL problem. The DOLDA model was designed with the AFL problem in mind, since it has the exact structure of a mix of nominal and numeric inputs in combination with unstructured text. We show that our DOLDA model exhibits many nice properties, among others, interpretability, that the research community has iden- tified as missing in current models for AFL.

Management of Software Engineering Innovation in Japan

Management of Software Engineering Innovation in Japan
Title Management of Software Engineering Innovation in Japan PDF eBook
Author Yasuo Kadono
Publisher Springer
Pages 177
Release 2015-10-14
Genre Business & Economics
ISBN 4431556125

Download Management of Software Engineering Innovation in Japan Book in PDF, Epub and Kindle

This book assesses the achievements of the software engineering discipline as represented by IT vendors in Japan in order to deepen understanding of the mechanisms of how software engineering capabilities relate to IT vendors’ business performance and business environment from the perspective of innovation and engineering management. Based on the concepts of service science and science for society, the volume suggests how to improve the sophistication of services between the demand side, i.e., IT user companies, and the supply side, i.e., IT vendors, simultaneously. The author and his colleagues developed a structural model including innovational paths, such as service innovation, product innovation and process innovation, and a measurement model including the seven software engineering capabilities: deliverables, project management, quality assurance, process improvement, research and development, human resource development and customer contact. Then they designed research on software engineering excellence and administered it with the Japanese Ministry of Economy, Trade and Industry and Information-Technology Promotion Agency. Through statistical analyses of the results, they found that human resource development and R&D are significant fundamental conditions to improve the quality of the deliverables and that IT firms with high levels of deliverables, derived from high levels of human resource development, quality assurance, project management and process improvement, tend to sustain high profitability. In addition, they developed a measurement model based on Porter’s five forces and Barney’s resource-based view. A regression tree analysis suggested that manufacturer spin-off vendors tend to expand business with well-resourced R&D, whereas user spin-off vendors tend to depend heavily on parent company demand.

Model-Driven Online Capacity Management for Component-Based Software Systems

Model-Driven Online Capacity Management for Component-Based Software Systems
Title Model-Driven Online Capacity Management for Component-Based Software Systems PDF eBook
Author André van Hoorn
Publisher BoD – Books on Demand
Pages 362
Release 2014-10-15
Genre Computers
ISBN 3735751180

Download Model-Driven Online Capacity Management for Component-Based Software Systems Book in PDF, Epub and Kindle

Capacity management is a core activity when designing and operating distributed software systems. Particularly, enterprise application systems are exposed to highly varying workloads. Employing static capacity management, this leads to unnecessarily high total cost of ownership due to poor resource usage efficiency. This thesis introduces a model-driven online capacity management approach for distributed component-based software systems, called SLAstic. The core contributions of this approach are a) modeling languages to capture relevant architectural information about a controlled software system, b) an architecture-based online capacity management framework based on the common MAPE-K control loop architecture, c) model-driven techniques supporting the automation of the approach, d) architectural runtime reconfiguration operations for controlling a system’s capacity, as well as e) an integration of the Palladio Component Model. A qualitative and quantitative evaluation of the approach is performed by case studies, lab experiments, and simulation.