Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 3.09 KB

README.md

File metadata and controls

56 lines (41 loc) · 3.09 KB

Teaching resources for MDE (aka IDM) course at University of Rennes 1 (IL/ILa/CCN)

Short description

This course introduces model-driven engineering (MDE) foundations and techniques within the context of software development. At the end, students can elaborate metamodels, develop specialized tools, create their own languages, transform models, and build variants of artefacts out of textual or graphical specifications. They are also able to understand and recognize classes of software systems, engineering scenarios, or contemporary frameworks for which the MDE concepts apply. In a sense, students are ready to apply state-of-the-art techniques for engineering software -- now and in the upcoming years!

Tools and languages like Xtext, Xtend, EMF, FAMILIAR are used to make it practical. We illustrate the course with a running project, VideoGen, a configurable generator of generators of video variants.

Agenda

  • domain-specific languages (DSL) -- DSLs.pdf
  • external DSLs and Xtext -- DSLXtext.pdf
  • metamodeling and EMF -- ModelManagementXtend1.pdf
  • model transformation-- ModelManagementXtend1.pdf
  • meta-programming, annotations, advanced compositions -- ModelManagementXtend2.pdf
  • Xtend, a modern programming language implemented with MDE principles (Xtext included) -- ModelManagementXtend2.pdf
  • variability modeling -- SPLVariability-light.pdf
  • software product lines and configuration -- SPLVariability-light.pdf

Evaluation

  • 33% (project)
  • 66% (partiel)

Lab sessions

Exercices/Homework

Project: VideoGen (incl. 4 lab sessions)

Resources

Eclipse/Xtext: https://eclipse.org/downloads/eclipse-packages/ (Eclipse IDE for Java and DSL Developers)