-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgenerative2014.html
28 lines (16 loc) · 1.42 KB
/
generative2014.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: Repository of teaching material for product line and variability
---
{% capture markdownize %}
# Experiences in Teaching Variability Modeling and Model-driven Generative Techniques
Published in: Proceeding [SPLC '14](http://www.splc2014.net/)
Author: Philippe Collet, Sebastien Mosser, Simon Urli, Mireille Blay-Fornarino, Philippe Lahire (University of Nice Sophia Antipolis, I3S laboratory, France)
Proceedings of the 18th International Software Product Line Conference: Companion Volume for Workshops, Demonstrations and Tools - Volume 2
Pages 26-29 Florence, Italy — September 15 - 19, 2014
```Abstract: Teaching software engineering is an activity that needs toconstantly evolve to cope with new paradigms, principlesand techniques. In this paper, we report on several yearsof experience in teaching both generative techniques in amodel-driven engineering context and variability modelingrelated to software-product line engineering. Our currentpractice relies on making students progress on running projectsthat they evolve with dierent techniques along a semester.We also discuss the obtained benets and some perspec-tives.```
[Experiences in Teaching Variability Modeling and Model-driven Generative Techniques](http://www.i3s.unice.fr/~mosser/_media/research/spltea_14.pdf)
http://dl.acm.org/citation.cfm?id=2655963
http://spltea.irisa.fr/2014/program/
{% endcapture %}
{{ markdownize | markdownify }}