Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

Generative and Transformational Techniques in Software Engineering


Participant's Workshop

The participants workshop had many excellent presentations. I present here a succinct overview:

  • Many in the audience knew that SystemC was used to specify chip systems, Patrizia Scandurra showed us how it could be generated from a UML model producing a low cost, system on chip, design environment.
  • Regirio Paula presented modeling solutions to manage the system-level software of power grids.
  • If everything is a model then you need some serious tools to manage them: Artur Boronat presented a model management system (MOMENT) based on an equation solver (MAUDE) and integrated into Eclipse. We all dream of generating highly dynamic and efficient web pages from compact high-level descriptions with good separation of data and view.
  • Davide Di Ruscio presented such a system and also showed how he uses abstract state machines to make successive transformations from his initially high-level model to bring it down to an automated generation of J2EE components.
  • Aline Lzcia Baroni presented a system that extracts metrics from UML behavioral models.
  • Tero Hasu showed how he is making Python available on the Sybian OS by automatically wrapping the systems API into Python compatible stubs.
  • Holger Krahn showed how to use transformations to take prototypal java classes and automatically build templates from them to be then used in a production work.
  • Bram Adams showed us how he intercepts the intermediate language of GCC4.0 (GENERIC) to weave in aspects. GENERIC is common to the GNU compiler suit so this trick no only work across all the supported languages but also allows aspects written in one language to be woven into another language!
  • David Benevides showed how constraint programming can be used to automate the management of feature models.
  • Christof Mosler presented a telecommunication reengineering system (E-CARES) based on a graph rewriting system.
  • Vadim Zaytsev provide a somewhat humorous account of the difficulties of finding an official description of the C# grammar for use in the context of transformation work.
  • Nicolas Juillerat argued for the use of a Lisp-like intermediate language (FOOD) for automated refactoring.
  • Anthony Cleve addressed the problem of automating code conversion when changing a DB schema.
  • Finally, F. Javier Piriez Garcma addressed the issue of elaborating and managing transformation plans.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.