IT-Universitetet i København
 
  Tilbage Kursusoversigt
Kursusbeskrivelse
Kursusnavn (dansk):Domain Specific Languages, SEN 
Kursusnavn (engelsk):Domain Specific Languages, SEN 
Semester:Efterår 2016 
Udbydes under:Master i it, Software Engineering (sen) 
Omfang i ECTS:7,50 
Kursussprog:Engelsk 
Kursushjemmeside:https://learnit.itu.dk 
Min. antal deltagere:
Forventet antal deltagere:
Maks. antal deltagere:15 
Formelle forudsætninger:This course assumes that you are a confident software developer, knowledgeable in programming language paradigms and concepts, and that you are able to work with (moderately) complex development projects yourself. These abilities can normally be obtained by following a bachelor programme in software development.

Concretely:
- You efficiently use object oriented programming constructs and concepts such as classes, encapsulation, inheritance, polymorphism, interfaces, exceptions. You can independently use existing libraries and code implemented by others, following available documentation. You can program in Scala and in Java.
- You use functional programming, in particular anonymous functions, higher order functions, generic types and higher kinded types.
- You can manipulate standard data structures such as lists, trees and graphs. You have basic working knowledge of complexity and algorithms, including dynamic programming
- You know basic programming language concepts, and implementation techniques (grammars, abstract and concrete syntax, parsing, interpretation and compilation). This can be gained following a compiler course, for instance "Programming Language Concepts and Implementation"
- You know the basic of software engineering processes and quality assurance, for instance having followed an introductory software engineering course (this can be gained following the course "Software Engineering and Software Quality"); This includes implementing and executing unit test and property tests.
- You know basic UML class diagrams notation, basics of XML technology, the relational data model and the SQL query language
- You are comfortable using Eclipse as your development environment (or a similarly mature tool, for instance IntelliJ)

Moreover the student must always meet the admission requirements of the IT University. 
Læringsmål:The goal of this course is to give you a mindset of working with software in an abstract and semi automated fashion, as in a production process (as opposed to a hand crafting process).

After this course you should be able to:
- Create object-oriented domain models and meta-models (this is a reinforcement of your object-oriented modeling skills in languages like class diagrams)
- Use modeling as a tool to comprehend legacy code
- Design and implement internal and external domain specific languages
- Describe the main techniques used for domain modeling and implementation (domain specific languages, modelling frameworks, transformation languages, code generators, concrete syntax and models)
- Perform domain analysis of a problem domain, obtaining a meta-model expressed as a class diagram.
- Use object diagrams to present early stage examples of models, and used abstract syntax representations to manipulate models programatically
- Design and improve concrete textual syntax for modeling languages.This includes writing and refactoring context free grammars, eliminating left-recursion, etc.
- Implement declarative constraints and type rules for domain specific languages.
- Implement declarative and imperative model transformations, code generators and interpreters, in various scenarios such as from text to models, from models to text, involving XML, database, etc.
- Implement modeling languages efficiently using mode-driven development tools (Xtext framework).
- Test implementations of modeling languages
- Use complex industrial strength frameworks (by having experienced work with, for example, OSGi, EMF, GMF, XText and other components of the Eclipse platform)
- Compare and contrast related data representation technologies: meta-modeling stack of OMG, XML technologies of W3C, Database modeling and representation technologies, grammar based language representation technologies.
- Characterize, classify and compare programming and modeling languages along a host of properties. 
Fagligt indhold:The goals of this course are achieved by introducing modeling languages and models as first class artifacts that are designed, manipulated, transformed and translated to code in an automatic fashion.

Subjects will include:
- Domain-modeling, feature modeling, meta-modelling and design of domain specific languages
- Concrete Syntax, and concrete syntax editors
- Architecture modelling, product line architectures, variability modeling
- Structural constraints
- Model Transformation and code generation
- Implementation of domain specific languages using generic tools

All programing is performed in Scala, to enable common discussion, supervision and shared learning process, however the ideas can be realized in many programming languages. 
Læringsaktiviteter:14 ugers undervisning bestående af forelæsninger og øvelser

14 weeks of teaching consisting of lectures and exercises
14 weeks semester containing approximately 24 hours of lectures, 20 hours of exercises and project supervision.
The exercises aim at mastering the basics of domain modeling, syntax definition and language implementations in small tasks. You will use Scala and several language design tools from the Eclipse ecosystem in this phase. Most of the learning happens in a project implemented in a 4-person team. In the project you are training (almost) all intended skills in a process of designing and implementing a modeling language of your choice. You decide which tools and design are appropriate for the task and you account for the design decisions in the project report.
You are expected to meet for the supervision meetings during the project.
The project part of the course accounts for about 40% of the workload.
All the tools used in the course are free for you to use, so we expect you to work on your own computer. 

Obligatoriske aktivititer:Der er ingen obligatoriske aktiviteter. Vær venlig KUN at ændre denne tekst når der er obligatoriske aktiviteter // There are no mandatory activities. Please, change this text ONLY when there are mandatory activities. 
Eksamensform og -beskrivelse:D22: Aflevering med mundtlig eksamen suppleret af aflevering., (7-scale, external exam)

The exam submission contains the project source code and a simple document highlighting the key project components (the format of this document will be announced in learnIT). There is no regular report in this course.

The exam lasts 30 minutes (including grading and feedback, but excluding preparation). In the preparation time (30 minutes) it is permitted to access notes, books and on-line resources, but not to communicate with others.  

Litteratur udover forskningsartikler: