<?xml version='1.0' encoding='UTF-8' ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:icbm="http://postneo.com/icbm" xmlns:includedComments="http://www.laudably.com/rss2-comments" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Juha-Pekka on DSM</title>
		<link>http://www.metacase.com/blogs/jpt/blogView</link>
		<description>Domain-Specific Modeling: Making Models Work</description>
		<webMaster>jpt@metacase.com</webMaster>
		<lastBuildDate>Fri, 03 May 2013 14:45:02 +0300</lastBuildDate>
		<admin:generatorAgent rdf:resource="http://www.cincomsmalltalk.com/CincomSmalltalkWiki/CSTBlogModule"></admin:generatorAgent>
		<admin:errorReportsTo rdf:resource="mailto:jpt@metacase.com"></admin:errorReportsTo>
		<dc:language>en-us</dc:language>
		<dc:creator>Juha-Pekka Tolvanen</dc:creator>
		<dc:rights>Copyright 2005- Juha-Pekka Tolvanen</dc:rights>
		<dc:date>2013-05-03T14:45:02+03:00</dc:date>
		<item>
			<title>Generating full code for PLC (IEC structured text) from Domain-Specific Models</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3545044369</link>
			<category>DSM</category>
			<pubDate>Fri, 03 May 2013 14:32:49 +0300</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p><html><p>Last year at <a href="http://www.languageworkbenches.net/index.php?title=LWC_2012" target="_blank">Language Workbench Challenge</a> I've implemented a domain-specific modeling language for heating systems along with code generators producing the code - integrated with Beckhoff's TwinCAT enviroment for execution. After updating my old computer at home to Windows8, I had a chance to record the whole example since TwinCAT runs only on 32bit machines.  A video at MetaCase Youtube channel shows the whole path: from high-level domain concepts to code, integrated with TwinCAT for build and executed for simulation.</p>

<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/wOPyvNCD9FA&feature=player_profilepage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/wOPyvNCD9FA&feature=player_profilepage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>

<p>If you want to play with this example, check the languages and generators, you can find it from the <a href="http://www.metacase.com/download/" target="_blank">evaluation version of MetaEdit+</a>, along with a <a href="http://www.metacase.com/support/50/manuals/Heating%20System%20Example.pdf" target="_blank">guide</a>.</p>

</html>


</p></div>]]></description>
			<guid isPermaLink="false">3545044369</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>Reusing language concepts, modular languages</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3542609172</link>
			<category>DSM</category>
			<pubDate>Fri, 05 Apr 2013 10:06:12 +0300</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p><html>

<p>The optional task of 

<a target="_blank" href="http://www.languageworkbenches.net/index.php?title=LWC_2013">Language Workbench Challenge 2013</a> opens the space for more advanced language designs: 

It emphasizes modularity of languages and possibility to reuse parts of the DSM solution with a very typical scenario: one language for specifying logic and another for specifying layout.</p>



<p>Having now in my hands the submission of 

<a target="_blank" href="http://www.metacase.com/support/50/repository/index.html#lwc13">LWC 2013 implementation in MetaEdit+</a>, I played with the combined languages of QL and QLS. QL stands for Questionnaire Language (<a target="_blank" href="http://www.metacase.com/blogs/jpt/blogView?entry=3540206228">see earlier blog entry</a>) for defining questions and their sequential order and QLS stands for Question Layout and Style for defining the visual layout of the questions. In the metamodel, implemented by my colleague, these languages (and generators) are tightly integrated.</p>

<p>The combination of the languages allows creating different layout options for the same guestions and their logic. Consider the examples below: questions and question logic can be the same but for layout there are differences - not only for visualization but also for example how the questionnaire is splitted into different pages/steps. Naturally also logic can be different as support for variability space is built directly into the languages.</p>



<p><img alt="Two different layouts for the same questionnaire" src="http://www.metacase.com/blogs/jpt/images/2questionnaires.png"/></p>



<p>This kind of integration works usually better than keeping the logic and layout disconnected at design time or using 

<a target="_blank" href="http://www.metacase.com/webcasts/DSM_Integration.html">model to model transformations</a>. With this language implementation developers using MetaEdit+ can work in parallel: some focusing on question logic and others on layout -  and work seamlessly using the same questionnaire design information on both logic and layoyt. At any point of time either group can also generate and run the questionnaires to try them out. Integrated languages also enable better reasoning, checking and trace among the design elements.</p>

<p>Visit <a target="_blank" href="http://www.languageworkbenches.net/index.php?title=LWC_2013#Announced_participants">LanguageWorkbenches.net</a> to see the submissions to the third challenge. The website shows also earlier years' submissions allowing you to compare how tools perform and implement the tasks given. I personally have not been involved in organizing these events 

(just implemented

<a target="_blank" href="http://www.youtube.com/watch?v=POwQaqG-1Cg&hd=1">one solution</a>), but what would make me happy in hopefully coming next challenges would be language design tasks dealing with:

</p>

<ol>

	<li>Language evolution (so far at LWC languages have been created from the scratch)</li>

	<li>Model evolution when DSL/DSM is refined/maintained (so far there has not been interest to maintain models done with earlier version of the languages while this is what happens in practice)</li>

	<li>Multiple language engineers (there are often multiple language engineers defining the same  language)</li>

	<li>Scalability: large models and multiple persons use the language, multiple persons modify the language</li>

	<li>Different representations, not only graphical or text, but also matrixes, tables, and their mixtures</li>

</ol>

<p>

While this year looked more like framework and runtime development challenge than language development challenge (my colleague estimated only 20% to language development part in MetaEdit+), perhaps even bigger differences among the language workbenches would be visible when implementing larger languages - integrated and obviously modular. Join LWC 2013 next week to see how all the solutions work.</p>

</html>


</p></div>]]></description>
			<guid isPermaLink="false">3542609172</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>Heavy use of generators: Single source, multiple targets</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3541137823</link>
			<category>DSM</category>
			<pubDate>Tue, 19 Mar 2013 09:23:43 +0200</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p><html>

<p>When our consultants are involved in language development, whether <a href=" http://www.metacase.com/proofofconcept.html" target="_blank">assisting in the beginning</a>, providing <a href=" http://www.metacase.com/services.html#training" target="_blank">training</a> or <a href=" http://www.metacase.com/services.html" target="_blank">participating in modeling language implementation</a>, we typically sign an NDA. And after signing the NDA our mouths are closed. That is natural since users of MetaEdit+ own the languages they develop - and hopefully we were able to support them.</p>

<p>Occasionally we get across with cases that permit publishing some more details of the DSM solution, like what the <a href="http://www.metacase.com/cases/dsm_examples.html" target="_blank">language looks like or what kind of artifacts are generated</a>. The best cases are those where language engineers and users are allowed to describe their experiences. For me, <a href="http://www.metacase.com/cases/hofernet.html" target="_blank">the use of Domain-Specific Modeling at Hofernet</a> is particularly nice as they apply heavily generators. Hofernet IT-Solutions has created a domain-specific language targeting automation systems for fish farms. FishFarm DSL uses the domain concepts like ponds, feeders, water levels, etc. directly as language constructs. It is thus truly domain-specific having a narrow focus and raising the level of abstraction. This DSM solution is also a prime example of making models work: models provide a single source and then generators produce the rest. </p>



<p><img alt="An example model created with the Fish Farm DSL" src="http://www.metacase.com/images/FishFarmDSML.png"/></p>



<p>First of all, after modeling the fish farm they generate the code for the automation systems - running as PLC code with a specific platform. In addition they also generate the UI application code so that the fish farm owner can use his touchscreen device to follow the status and control the operations of the fish farm. </p>



<p>While most companies would be very happy with the possibility to generate code for production use from the high-level models, this is just the beginning with Hofernet's FishFarm DSL. Since the fish farm as a system contains also hardware, generators produce also configuration for the devices in the network as well as hardware mappings. Generators produce also configuration for the web portal. </p>



<p>A particularly notable part is the document generation as it is needed to install and maintain the system in operation. Thus they also generate wiring plans, list of parts to be installed and even the labels to be attached to the wiring closet.



<p><img alt="use of code generators with Hofernet's Fish Farm DSL" src="http://www.metacase.com/blogs/jpt/images/FishfarmDSLgenerators.png"/></p>



<p>All in all, FishFarm DSL by Hofernet is a prime example of doing model driven development in the right way: single source in models generating multiple target formats. No need to maintain the same information in different places, checking consistency, diffing and merging various models and formats. A more detailed description will be published in the special issue of DSM in the <a href="http://link.springer.com/journal/10270" target="_blank">Journal of Software and Systems Modeling</a>. An electronic version of the article is <a href="http://link.springer.com/article/10.1007/s10270-012-0289-1" target="_blank">already available</a> by the publisher. </p>



<p>

People reading the case has said that it makes perfectly sense in the domain of fish farm automation. Obviously the prime reason why it works so well is that the creators of the language have narrowed down the domain well and raised the level of abstraction. This is how good languages should work. If you are interested in reading cases from other domains than fish farms, check an article <a href="http://www.metacase.com/papers/WorstPracticesForDomain-SpecificModeling.html" target="_blank">reviewing 76 cases of DSM</a>, a paper <a href="http://users.jyu.fi/~jpt/TolKelSPLC2005.pdf" target="_blank">focusing on 20+ cases</a> in product line companies or try out the <a href="http://www.dsmbook.com/download_examples.html" target="_blank">4 industry cases</a> described in <a href="http://www.dsmbook.com" target="_blank"> the book on Domain-Specific Modeling</a>.</p>

<p>The truth is that there exists thousands of similar narrow domains like fish farm automation systems - and I suspect that the one you are working with is one of them. If you would like to chat about the possible case, feel free to contact me (jpt _ metacase.com).</p>

</html>
</p></div>]]></description>
			<guid isPermaLink="false">3541137823</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>Small languages, large frameworks (at LWC2013)</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3540206228</link>
			<category>DSM</category>
			<pubDate>Fri, 08 Mar 2013 14:37:08 +0200</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">



<p><a href="http://www.languageworkbenches.net/index.php?title=Main_Page">The 3rd Language Workbench Challenge</a> takes place next month in Cambridge, UK. One of my colleagues, Risto Pohjonen, will take part in the challenge having implemented the modeling language and code generators with MetaEdit+. The domain for 2013 challenge is questionnaires, and the language to be implemented is called QL (Questionnaire Language). QL allows specifying form-based questionnaires with conditions.</p> 



<p>I was playing with the QL and an example of the language in MetaEdit+ is shown below. The diagram shows the specification of one of the <a target="_blank" href="http://www.languageworkbenches.net/images/5/53/Ql.pdf">assignment tasks</a> related to house owning. With QL, questionnaire developers create such models using questionnaire concepts and then run the generator producing the application code and running it in the browser. The level of abstraction is raised since programming (now JavaScript, HTML) and framework details are hidden allowing the person to focus on the domain: questionnaires.</p>



<p><img alt="Model based on QL in MetaEdit+ along with generated questionnaire" src="http://www.metacase.com/blogs/jpt/images/QL_sample.png"/></p>



<p>What strikes me a bit is that this year the language and generator parts are relatively simple. To test and run the QL without having to install any additional components/programs actually most effort went to the framework. While we described in the book (www.dsmbook.com) different ways to divide the work among language, generator and framework, the tasks of LWC 2013 were clearly requiring more framework development than language or generator development.</p> 



<p><img alt="Small language, large framework in LWC 2013 case" src="http://www.metacase.com/blogs/jpt/images/DSM_architecture.png"/></p>



<p>On the other hand, a particularly nice part of the <a target="_blank" href="http://www.languageworkbenches.net/images/5/53/Ql.pdf">assignment</a> is that it calls for language integration: reusing and referencing among language concepts. Such integration is usually always better than model-to-model transformation since we don't want to create copies of the same information to be changed, checked and kept consistent in different places. That just adds unnecessary complexity. In the assignment such modular language integration can be used when defining questionnaire logic with one language (as above) and integrate it with another language focusing on layout and styling. Interesting to see how other tools support language modularity and evolution.</p>

</div>]]></description>
			<guid isPermaLink="false">3540206228</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>SoSyM issue on Domain-Specific Modeling online</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3538812520</link>
			<category>DSM</category>
			<pubDate>Wed, 20 Feb 2013 11:28:40 +0200</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>The papers of the SoSyM theme issue on Domain-Specific Modeling are now available online. Getting to this point took a bit longer than we originally anticipated - in particular the large number of submissions required bit more work and we were only able to accept about 10% of the submissions (6 papers).

<br><br>

The articles in the DSM theme issue mix nicely the work on both the theory and application sides - they cover language demonstrations, description of the cases of DSM use, and also empirical data on using the DSM in practice. <a href="http://link.springer.com/article/10.1007%2Fs10270-013-0319-7">Guest editorial to the theme issue can be downloaded</a>, and the other articles of the issue are available at SprinkerLink. The articles of the theme issue cover:

<ul>

<li><a href="http://link.springer.com/article/10.1007/s10270-012-0272-x"> Message choreography modeling</a></li>

<li><a href="http://link.springer.com/article/10.1007/s10270-012-0289-1">

Effective development of automation systems through domain-specific modeling in a small enterprise context</a></li> 

<li><a href="http://link.springer.com/article/10.1007/s10270-012-0283-7">

Composing domain-specific physical models with general-purpose software modules in embedded control software</a></li> 

<li><a href="http://link.springer.com/article/10.1007/s10270-012-0249-9">

An ontology-based framework for domain-specific modeling</a></li>

<li><a href="http://link.springer.com/article/10.1007/s10270-012-0271-y">

A framework for families of domain-specific modelling languages</a></li> 

<li><a href="http://link.springer.com/article/10.1007/s10270-012-0284-6">The Dresden Open Software Toolbox</a></li>

</ul>


</p></div>]]></description>
			<guid isPermaLink="false">3538812520</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>2nd Workshop on Graphical Modeling Language Development</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3538046355</link>
			<category>DSM</category>
			<pubDate>Mon, 11 Feb 2013 14:39:15 +0200</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>It is a pleasure to be involved in organizing a workshop closely related to language development. <a href="http://www.dsmforum.org/events/GMLD13/">GMLD'13</a> looks at principles of modeling language development, particularly graphical modeling languages for domain-specific needs. We are looking for submissions that cover all the phases of language development, including definition, testing, evaluation, and maintenance of modeling languages. In particular we seek contributions that are backed up by experiences on developing modeling languages. 

If you are interested, the call is available at <a href="http://www.dsmforum.org/events/GMLD13/">http://www.dsmforum.org/events/GMLD13/</a>. <br><br>This year is also a bit special as the <a href="http://www.lirmm.fr/ec-montpellier-2013/">European modelling (ECMFA), programming (ECOOP) and architecture (ECSA) conferences</a> take place at the same time in Montpellier.


</p></div>]]></description>
			<guid isPermaLink="false">3538046355</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>20 cases of Domain-Specific Modeling</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3531986615</link>
			<category>DSM</category>
			<pubDate>Mon, 03 Dec 2012 11:23:35 +0200</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">





<p>Unfortunately most of the Domain-Specific Modeling solutions are not made publicly available. Reasons are clear: From the technical point of view a particular domain-specific language addresses a narrow domain and makes perfect match for a small audience only. Business reasons are perhaps even more obvious: If you have created a technology that makes your development 5-10x faster compared to your competitors, you most likely don%2019t want to publish it.</p><p>Luckily, some companies allow showing or even sharing their languages. To demonstrate the variety of domain-specific modeling languages, I%2019ve picked 20 different languages developed by MetaEdit+ <a href="http://www.metacase.com/cases/">users</a>. They were selected to show various domains targeted as well as how a wide variety of code (or other output) can be produced from domain-specific models. For all the examples we can show the languages as they are used in <a href="http://www.metacase.com/products.html">MetaEdit+</a>.</p><p>The session is available on the MetaCase YouTube channel: <a href="http://www.metacase.com/webcasts/DSM_examples.html">20 DSM examples</a>. </p></div>]]></description>
			<guid isPermaLink="false">3531986615</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>More or less languages: panel at MODELS 2012</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3531392326</link>
			<category>DSM</category>
			<pubDate>Mon, 26 Nov 2012 14:18:46 +0200</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">



<p>This year <a href="http://www.modelsconference.org/">MODELS conference</a> had a panel discussion %201Cunified vs. domain-specific%201D - a topic that has been touched earlier at MODELS too. This year audience was asked at the end of the panel share their opinions and the result was clearer than in <a href="http://www.cs.colostate.edu/models05/panels.html">2005 panel</a>: Vast majority (over 80%) voted towards more languages. </p><p>While everybody can vote and have an opinion, obviously the best approach would be listening those who have truly applied both approaches. While I%2019ve also tried to twist UML with stereotypes and tagged values - and always found profiles more complex and less powerful than plain metamodeling - it was particularly nice to read <a href="http://www.informatik.uni-bremen.de/~kirsten/thesis.pdf">thesis</a> of Kirsten Mewes as she had applied both language design approaches with MetaEdit+.</p><p>Since I have never went so far that I would implement the same language in two ways, it was good to find someone who had done that: defined the concepts, rules (semantics) and notation along with tool support for a railway domain. This effort nicely demonstrates the difference between UML+profiling and metamodeling: </p>



<p><img alt="Using RCSD in MetaEdit+ by Kirsten Mewes" src="http://www.metacase.com/blogs/jpt/images/RCD_sample.png"/></p>



<p>1) Some of the rules presented with metamodeling tools of MetaEdit+ takes place in two pages, and with UML profiles along with OCL that would take tens of pages. If we count all the rules from the language defined as found from the appendix, profiles require at least 2 times more space than plain metamodeling. The exact comparison is bit hard since the checks implemented with MetaEdit+ also describe how the model should be corrected whereas the profiles with OCL constraints perform checking only. </p>



<p>2) Usability between the resulting languages is huge: the metamodel-based language <a href="http://www.metacase.com/blogs/jpt/images/RCD_sample.png">mimics closely the notation of the domain</a> whereas UML-models with profiles stay as %2026 <a href="http://www.metacase.com/blogs/jpt/images/RCD_profile.png">classes</a>. </p>

<p>3) Changing the metamodel reflects automatically to rules and can be also traced to rules defined with MERL (generator) whereas OCL lives in different space than the metamodel. This causes the usual problem in UML tools supporting profiles that if the metamodel is changed the rules do not update or cannot be traced. (* this happens also in the UML itself as its definition has OCL rules for elements that have actually been removed half-decade ago%2026 Well, it is called a standard :-( </p>

<p>The conclusion of the thesis says it well: %201CIn comparison, the usage of language frameworks [MetaEdit+ metamodeling] has been proven superior to profiles%201D. Keeps me wondering why some people still considers the use of UML profiles. If you are considering different ways to define langauges, even with UML profiles, drop me an email (jpt@meta...) and let%2019s look together what the language would look like when defined with pure metamodel approach. </p>

</div>]]></description>
			<guid isPermaLink="false">3531392326</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>Testing web applications: Experiences on using Domain-Specific Modeling</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3517490549</link>
			<category>DSM</category>
			<pubDate>Mon, 18 Jun 2012 16:42:29 +0300</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p> I&rsquo;ve had during this spring a nice opportunity to be involved in creating modeling languages for testing web applications (WebAppML). While <a href="http://www.linkedin.com/profile/view?id=7904914">Stephan Schulz</a> from Conformiq did all the fun part on defining different language versions, my role was mainly on discussing about alternative language structures. Stephan also implemented generators for test case generation that integrates WebAppML and MetaEdit+ with <a href="http://www.conformiq.com/">Conformiq&rsquo;s</a> testing tools. </p>

<p><img alt="Using WebAppML in MetaEdit+: testing shopping card" src="http://www.metacase.com/blogs/jpt/images/WebAppML.png"/></p>

<p>A good part of this work is that the user feedback and results are also publicly available (talk at ETSI MBT Workshop, Bangalore, last week). In particular I would like to raise (again) the obvious outcome: </p><p>&ldquo;100% of the participants felt that WebAppML <b>significantly speeds up their work</b>&rdquo;. This will always happen when we can raise the level of abstraction closer to the problem domain. Obviously WebAppML raises the level of abstraction. </p><p>I also like some other findings of the survey: </p><p>&ldquo;100% of the participants prefer MetaEdit+ as a modeling tool&rdquo;. I know that new <a href="http://www.metacase.com/news/ME50.html">MetaEdit+ 5.0</a> makes the modeling experience in many parts, in particular the reuse emphasized in this testing language too, even more enjoyable. </p><p>The slides describing the language and its user feedback is available from the ETSI test conference site at <a href="http://www.isqtinternational.com/T3UC_2012/MBT_PPT_09_Schulz.pdf" target="_blank">http://www.isqtinternational.com/T3UC_2012/MBT_PPT_09_Schulz.pdf</a>. </p>
</div>]]></description>
			<guid isPermaLink="false">3517490549</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
		<item>
			<title>12th Workshop on Domain-Specific Modeling: Papers and demonstrations are welcomed</title>
			<link>http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3516971135</link>
			<category>DSM</category>
			<pubDate>Tue, 12 Jun 2012 16:25:35 +0300</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>With the growing interest in Domain-Specific Modeling, I&rsquo;m proud to be involved in organizing the workshop on DSM at the coming SPLASHCon, 22 October in Tucson, Arizona. </p>

<p><img alt="1st day at 11th DSM workshop" src="http://www.dsmforum.org/events/DSM11/DSM11_1dayGroupPhoto.jpg"/></p>

<p>This year it will be already 12th workshop. I still remember the BoF session at OOPSLA 2000, but today domain-specific modeling languages have become widely applied and pretty fashionable topic (see events covering Domain-Specific Modeling Languages at: <a href="http://www.dsmforum.org/events.html">http://www.dsmforum.org/events.html</a>). </p><p>The 12th workshop on DSM continues to keep the &ldquo;work&rdquo; in the workshop permitting the participants to leave with ideas for what to do next to improve the field. The call for papers and demonstrations is available at: <a href="http://www.dsmforum.org/events/DSM12/">http://www.dsmforum.org/events/DSM12/.</a> </p>
</div>]]></description>
			<guid isPermaLink="false">3516971135</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
		</item>
	</channel>
</rss>
