Auflistung nach Schlagwort "software integration"
1 - 2 von 2
Treffer pro Seite
Sortieroptionen
- TextdokumentFlexible Software Support for Mobility Services(INFORMATIK 2017, 2017) Akyol, Ali; Halberstadt, Jantje; Hebig, Kimberly; Jelschen, Jan; Winter, Andreas; Sandau, Alexander; Gómez, Jorge MarxDemographic change and growing urbanization are essential reasons for the increasing demand for mobility in rural areas in Germany. Municipalities in sparsely populated counties are confronted with the problem of providing a basic supply of public mobility services. Especially for rural areas, established public transport means have to be complemented by additional, new, and innovative mobility services. NEMo (Sustainable satisfaction of mobility demands in rural regions) pursues the development of sustainable and innovative mobility services based on tailored business models for rural areas. Traveler information systems are enhanced to handle a range of active and passive mobility services in a very flexible way. Within this paper, three flexible cases are demonstrated. The SENSEI framework for software evolution provides improved software support by adding and modifying capabilities of the existing services to re-orchestrate and re-implement mobility services.
- KonferenzbeitragIntention-Based Integration of Software Variants(Software Engineering 2020, 2020) Lillack, Max; Stanciulescu, Stefan; Hedman, Wilhelm; Berger, Thorsten; Wasowski, AndrzejCloning is a simple way to create new variants of a system. While cheap at first, it increases maintenance cost in the long term. Eventually, the cloned variants need to be integrated into a configurable platform. Such an integration is challenging: it involves merging the usual code improvements between the variants, and also integrating the variable code (features) into the platform. As such, variant integration differs from traditional software merging, which does not produce or organize configurable code, but creates a single system that cannot be configured into variants. In practice, variant integration requires fine-grained code edits, performed in an exploratory manner, in multiple iterations. Unfortunately, little tool support exists for integrating cloned variants. In this work, we show that fine-grained code edits needed for integration can be alleviated by a small set of integration intentions—domain-specific actions declared over code snippets controlling the integration. Developers can interactively explore the integration space by declaring (or revoking) intentions on code elements. We contribute the intentions (e.g., 'keep functionality' or 'keep as a configurable feature') and the IDE tool INCLINE, which implements the intentions and five editable views that visualize the integration process and allow declaring intentions producing a configurable integrated platform. In a series of experiments, we evaluated the completeness of the proposed intentions, the correctness and performance of INCLINE, and the benefits of using intentions for variant integration. The experiments show that INCLINE can handle complex integration tasks, that views help to navigate the code, and that it consistently reduces mistakes made by developers during variant integration.