In addition to the 8th DSM workshop -- the longest running and biggest OOPSLA workshop last year -- there's also a DSM tutorial this year. If you want to share your Domain-Specific Modeling experiences, submit a position paper to the workshop (deadline this Monday, 4th August!). If you want to learn from others' experience, sign up for the tutorial. Either way, we'd be delighted to see you!
Domain-Specific Modeling Tutorial at OOPSLA 2008
Juha-Pekka Tolvanen & Steven Kelly
Tuesday October 21, 13:30 - 17:00, Nashville, TN
Abstract: Domain-Specific Languages and Model-Driven Development have moved from scattered successes, through industry hype, to increasingly widespread practical use. Well-attested benefits include raising the level of abstraction, improving productivity, and improving quality. The main questions are no longer what or why, but where and how.
This tutorial will teach participants about Domain-Specific Modeling and code generation, where they can best be used (and where not), and how to apply them effectively to improve your software development. This tutorial introduces DSM and looks at how it differs from modelling languages like UML that focus more on the level of the code world. This is followed by real-life examples of DSM from various fields of software development.
The main part of the tutorial addresses the guidelines for implementing DSM: how to choose where to use it, how to identify the domain concepts and formalize them into a metamodel, different ways of building code generation, and how to integrate generated code with legacy or manually-written code. Participants will have the chance to learn practical skills in language creation and modification exercises.
Objectives: Participants will learn how to define modeling languages that enable full code generation from models