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


James Litsios is CTO and head of development at Actant. He can be contacted at [email protected].


Generative and transformational techniques (GTT) have been around in the form of tools like Lex and Yacc for more than 30 years. These techniques are all about taking source- or model-level representation, and performing analysis, transformation, and potentially generating new sources or models.

Having now reached a level of maturity, GTT has become the "swiss army knife" of software development. More specifically GTT fills the need for programmable development tools that can deal with unique business or technical domain content. As such its use spreads from adding new features to mainstream languages, process sources in older languages or in new domain-specific languages (for which no compiler exists yet), to providing the glue to blend together sources and models defined at different levels, and effectively be a universal solution to model-driven development. What all these usages have in common is that they fulfill the need to have development systems and tools that work on making and managing transformations of source and models in a fully consistent manner.

To many developers, this is a new approach to software development because it gives up relying on a "single representation" for systems, such as source code. Instead, it focuses on describing systems with multiple representations and the transformations between these representations. For some industries, say game development, transformation-based methodology is now mainstream. Who would think of writing a game purely as source code? Instead, games are built from multiple inputs such as level layouts, character AI, physical and illumination models, then brought together with the help of proprietary and third-party tools.

Transformation-based approaches have not been mainstream because of the limited availability of off-the-shelf transformation tools (parser generators and compilers, for instance) and the difficulty of writing them. Now, new transformation tools are being introduced that are both powerful and flexible, making them real contenders as building blocks for any large development. These tools, their use, and some underlying theory were the subject of Generative and Transformational Techniques in Software Engineering (GTTSE2005).

Sessions covered many of the important usage trends of transformation technology, including:

  • Domain-specific languages.
  • Aspect-oriented programming.
  • The use of features, reflection, modeling in case tools.
  • The mapping and transformation of XML and databases systems.
  • Source-to-source maintenance work.

It is worth mentioning that it is hard to do justice to the quality of the work that was presented at GTTSE2005. The executive committee Ralf Lämmel (Microsoft), and Joãco Saraiva Braga and Joost Visser (both of the Univeristy do Minho, Braga, Portugal) did an excellent job in leading the selection of presentations.


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.