Decreasing your Coffee Consumption by Incremental Code (Re)generation

Subscribers:
24,000
Published on ● Video Link: https://www.youtube.com/watch?v=cbiExj0vSO4



Duration: 41:06
235 views
4


Nowadays, model sizes (in UML, AUTOSAR, etc.) are easily getting into the range of millions of EObjects in an embedded system development process as reported by many partners of the PolarSys open source initiative. As a result, executing simple tasks like source code regeneration after small user changes may consume significant time. Scaling up code generation to such an extent requires to divert from traditional batch execution strategies to incremental processing.

Incrementality means that model processing reacts to changes in the model and executes actions only on the “dirty” target model elements using explicit traceability links between the target and the source models. As a result, code generation could be completed in seconds instead of hours or minutes after user edits. Unfortunately, incremental support varies significantly in existing open source model processing technologies like Xtend, ATL, QVT or EMF-IncQuery.

Our talk is built around a live demo on a sample transformation scenario taken from an ongoing project with Ericsson aiming to support code generation for executable UML. The highlights of the talk are the following:

Incremental regeneration. We demonstrate how different levels of incrementality can be supported for defining model translation starting from a traditional batch transformation (e.g., in Xtend) to a fine-grained model-to-model (one-way) synchronization (e.g., on top of EMF-IncQuery).
Fine-grained traceability. We highlight how fine-grained traceability can be easily defined between the source and target languages to drive the specification of the transformation rules.
Impact analysis. We show how change impact analysis can be provided on the target language to support activities like incremental regression/unit testing or incremental validation.
Pros/Cons of different implementations. We evaluate several model query and transformation technologies such as Xtend, EMF-IncQuery, etc. and discuss how their advantages can be combined to support incremental code generation. We also compare runtime performance and memory consumption characteristics of different incremental model transformation variants from an end-user’s viewpoint.
The technology presented in this talk is the result of a collaboration between IncQuery Labs Ltd., Ericsson and the Fault Tolerant Systems Research Group of the Budapest University of Technology and Economics.




Other Videos By Eclipse Foundation


2015-11-06Scenarios@run.time – Modeling, Analyzing, and Executing Specifications of Distributed Systems
2015-11-06From EMF to UIs: how to use EMF Parsley to get desktop, web and mobile UIs from the model
2015-11-06openMDM5: From a fat client to a scalable, omni-channel architecture
2015-11-04Keynote Michael Würtenberger: The Car – Just Another Thing in the Internet of Things?
2015-10-30Better Software, Better Research
2015-10-30Scale your efforts with Scala
2015-10-30Live! Building a mobile app with Eclipse Thym and a Java EE backend 2
2015-10-30Integrating Python and Java in Eclipse2
2015-10-30Developing smart loT applications using Eclipse Kura
2015-10-29Virtual IoT | Create Your IoT Services & Applications with COMPOSE Platform
2015-10-29Decreasing your Coffee Consumption by Incremental Code (Re)generation
2015-10-29Because you can't fix what you don't know is broken
2015-10-29Using RCP Eclipse Platform for producing newspapers
2015-10-29Sirius 3.0 : Faster, Stronger and Smarter Diagram Editors
2015-10-29Ruling the experiment how openHAB really empowers Living Lab platforms
2015-10-28Live editing and pair programming with Eclipse Cloud Development top projects
2015-10-28Eclipse & Gradle - The best of both worlds
2015-10-27Closing Session EclipseCon France 2015
2015-10-27Transformations, Patterns, Version Control
2015-10-27Synchronizing architecture and requirements for better specifications Sponsored by Obeo
2015-10-26Orion on the road to Continuous Delivery Sponsored by IBM



Tags:
Xtend
EMF-IncQuery
PolarSys
Eclipse (Software)