<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Metalevel &#187; MDD</title>
	<atom:link href="http://pjmolina.com/metalevel/tag/mdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://pjmolina.com/metalevel</link>
	<description>Abstraction based levitation</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Hello World with Essential, the video</title>
		<link>http://pjmolina.com/metalevel/2010/07/hello-world-with-essential/</link>
		<comments>http://pjmolina.com/metalevel/2010/07/hello-world-with-essential/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 15:19:47 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Code Generation]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[Essential]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[mde]]></category>
		<category><![CDATA[mdsd]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=612</guid>
		<description><![CDATA[The Hello World sample is a nice starting point to show the syntax and capabilities of every new language. This test is also useful for code generators and Domain Specific Languages (DSLs) also as a proof of concept. Following this honorable tradition, I have created a video showing the capabilities of Essential: the tool I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left: 10px;" title="Essential Logo" src="/img/LogoEssential300px.png" alt="Essential Logo" width="180" height="99" /></p>
<p>The <a title="Hello World" href="http://en.wikipedia.org/wiki/Hello_world_program" target="_blank">Hello World sample</a> is a nice starting point to show the syntax and capabilities of every new language. This test is also useful for code generators and Domain Specific Languages (DSLs) also as a proof of concept.</p>
<p>Following this honorable tradition, I have created a video showing the capabilities of <strong><a title="Essential" href="http://pjmolina.com/metalevel/essential/">Essential</a></strong>: the tool I am working on for doing agile Model Driven Development.</p>
<p>In this 10 minutes video you will get a general idea of the DSL the language provides to create:</p>
<ul>
<li>metamodels</li>
<li>models</li>
<li>templates</li>
<li>and control transformations</li>
</ul>
<p>In order to see the details, jump to Vimeo, activate the High Definition mode (HD) and set full screen (sorry embebed version is not good enough).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="281" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13587681&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="281" src="http://vimeo.com/moogaloop.swf?clip_id=13587681&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/13587681">Essential IDE &#8211; Hello World sample</a> from <a href="http://vimeo.com/user3817869">Pedro J. Molina</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>More info about it and 12 usage scenarios in the last Code Generation 2010 presentation about <a title="Tailored Code Generators" href="http://pjmolina.com/metalevel/2010/06/tailored-code-generators-at-cg2010/">Tailored Code Generators</a>.</p>
<p>Share your impressions!</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/07/hello-world-with-essential/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Language Workbench Competition 2011</title>
		<link>http://pjmolina.com/metalevel/2010/07/language-workbench-competition-2011/</link>
		<comments>http://pjmolina.com/metalevel/2010/07/language-workbench-competition-2011/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 20:02:45 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[Code Generation]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[language workbench]]></category>
		<category><![CDATA[lwc2011]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=617</guid>
		<description><![CDATA[Language Workbenches, as defined originally by Martin Fowler, are tools aiming to cope with DSL creation and code generation to increase the level of abstraction of software development. Currently, the main efforts on MDD, MDE, MDSD (model-driven-whatever you prefer&#8230;) are focused in the development of this kind of tools perceived as a hot research area for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Language Workbenches</strong>, as defined originally by <a href="http://martinfowler.com/articles/languageWorkbench.html" target="_blank">Martin Fowler</a>, are tools aiming to cope with DSL creation and code generation to increase the level of abstraction of software development.</p>
<p>Currently, the main efforts on MDD, MDE, MDSD (model-driven-<em>whatever you prefer</em>&#8230;) are focused in the development of this kind of tools perceived as a hot research area for Software Engineering.</p>
<p>In this scenarion, Cambridge, at <a title="Code Generation 2010" href="http://www.codegeneration.net/cg2010/index.php">Code Generation 2010</a> was the perfect place for sparkling the idea of promoting a contest to show and compare the advances of different language workbenches.</p>
<p>The <strong><a title="Language Workbench Competition 2011" href="http://www.languageworkbenches.net/" target="_blank">Language Workbench Competition</a></strong> born with the objective to serve as a point of comparison between different tools in this exciting and fast moving area.</p>
<p>The competition is now open to the public. So anyone interested can enroll and implement the <a title="LWC2011 Challenge" href="http://www.delphino-consultancy.nl/lwc/LWCTask-1.0.pdf" target="_blank">proposed challenge</a> just published.</p>
<p>On the other hand, if you want to know more about Language Workbenches, modeling and code generation add this <a title="Language Workbench Competition" href="http://www.languageworkbenches.net/">page</a> to you bookmarks and come back in few months to see some proposals.</p>
<p>The promoters of the idea are: <a title="Markus Völter" href="http://www.voelter.de/" target="_blank">Markus Völter</a>, <a title="Eelco Visser" href="http://blog.eelcovisser.net/" target="_blank">Eelco Visser</a>, <a title="Steven Kelly" href="http://www.metacase.com/blogs/stevek/blogView" target="_blank">Steven Kelly</a>, <a title="Angelo Hulshout" href="http://www.hulshout.nl/" target="_blank">Angelo Hulshout</a>, <a title="Jos Warmer" href="http://www.modeldrivensoftware.net/profile/JosWarmer" target="_blank">Jos Warmer</a>, <a title="Bernhard Merkle" href="http://www.modeldrivensoftware.net/profile/BernhardMerkle" target="_blank">Bernhard Merkle</a>, <a title="Karsten Thoms" href="http://kthoms.wordpress.com/" target="_blank">Karsten Thoms</a> and <a title="Pedro J. Molina" href="http://pjmolina.com/metalevel/about/" target="_blank">myself</a>.</p>
<p>So this a <em>call to arms</em> but with sportsmanship!</p>
<p><a title="Angelo Hulshout" href="http://www.hulshout.nl/?p=491" target="_blank">Angelo</a> and <a title="Markus Völter" href="http://voelterblog.blogspot.com/2010/07/language-workbench-competition-2011.html" target="_blank">Markus</a> has already started the calling.</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/07/language-workbench-competition-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tailored Code Generators at CG2010</title>
		<link>http://pjmolina.com/metalevel/2010/06/tailored-code-generators-at-cg2010/</link>
		<comments>http://pjmolina.com/metalevel/2010/06/tailored-code-generators-at-cg2010/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:52:15 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[DSL]]></category>
		<category><![CDATA[Essential]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[cg2010]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=603</guid>
		<description><![CDATA[I presented the following talk: DSL and tool support for Tailored Code Generators at Code Generation 2010, at Cambridge, UK on June 18th. CG2010 Tailored Code Generators View more presentations from Pedro J. Molina. It also was the public presentation of Essential: the tooling supporting my approach for applying MDD. I got a very good [...]]]></description>
			<content:encoded><![CDATA[<p>I presented the following talk: <strong><a title="DSL and tool support for Tailored Code Generators" href="http://www.codegeneration.net/cg2010/sessioninfo.php?session=15" target="_blank">DSL and tool support for Tailored Code Generators</a></strong><strong> </strong> at <strong><a title="Code Generation 2010" href="http://www.codegeneration.net/cg2010/index.php" target="_blank">Code Generation 2010</a></strong>, at Cambridge, UK on June 18th.</p>
<div id="__ss_4579382" style="width: 425px;"><strong><a title="CG2010 Tailored Code Generators" href="http://www.slideshare.net/pjmolina/cg2010-tailored-code-generators-4579382">CG2010 Tailored Code Generators</a></strong><object id="__sse4579382" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cg2010tailoredcodegenerators-100622173311-phpapp02&amp;stripped_title=cg2010-tailored-code-generators-4579382" /><param name="name" value="__sse4579382" /><param name="allowfullscreen" value="true" /><embed id="__sse4579382" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cg2010tailoredcodegenerators-100622173311-phpapp02&amp;stripped_title=cg2010-tailored-code-generators-4579382" name="__sse4579382" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/pjmolina">Pedro J. Molina</a>.</div>
</div>
<p>It also was the public presentation of <strong><a title="Essential" href="http://pjmolina.com/metalevel/essential/" target="_self">Essential</a></strong><strong>:</strong> the tooling supporting my approach for applying MDD. I got a very good feedback from the audience and receive many request to test the tool.</p>
<p>People interested in beta testing it can still enroll <a title="Request Essential Evaluation" href="http://bit.ly/9SbgvP" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/06/tailored-code-generators-at-cg2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing MDSD</title>
		<link>http://pjmolina.com/metalevel/2010/06/introducing-mdsd-in-cg2010/</link>
		<comments>http://pjmolina.com/metalevel/2010/06/introducing-mdsd-in-cg2010/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 07:51:09 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[Code Generation]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=595</guid>
		<description><![CDATA[My yesterday talk slides in Code Generation 2010 about Introducing Model Driven Software Development: CG2010 Introducing MDSD View more presentations from Pedro J. Molina.]]></description>
			<content:encoded><![CDATA[<p>My yesterday talk slides in <a title="Code Generation 2010" href="http://www.codegeneration.net/cg2010/index.php" target="_blank">Code Generation 2010</a> about <a title="Introducing MDSD" href="http://www.codegeneration.net/cg2010/sessioninfo.php?session=101" target="_blank">Introducing Model Driven Software Development</a>:</p>
<div id="__ss_4523046" style="width: 425px;"><strong><a title="CG2010 Introducing MDSD" href="http://www.slideshare.net/pjmolina/cg2010-introducing-mdsd">CG2010 Introducing MDSD</a></strong><object id="__sse4523046" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cg2010introducingmdsd-100617020657-phpapp02&amp;rel=0&amp;stripped_title=cg2010-introducing-mdsd" /><param name="name" value="__sse4523046" /><param name="allowfullscreen" value="true" /><embed id="__sse4523046" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cg2010introducingmdsd-100617020657-phpapp02&amp;rel=0&amp;stripped_title=cg2010-introducing-mdsd" name="__sse4523046" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/pjmolina">Pedro J. Molina</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/06/introducing-mdsd-in-cg2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Essential drop</title>
		<link>http://pjmolina.com/metalevel/2010/06/essential-drop/</link>
		<comments>http://pjmolina.com/metalevel/2010/06/essential-drop/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 12:27:38 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[DSL]]></category>
		<category><![CDATA[Essential]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[cg2010]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=587</guid>
		<description><![CDATA[Essential is going to be presented this week in Code Generation 2010 during the session DSL and tool support for building tailored code generators. To celebrate this milestone and give the chance to have more people trying it, an early version is going to be released for the people interested in. If this is your case, [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://pjmolina.com/metalevel/essential"><img class="alignright" title="Essential" src="http://pjmolina.com/img/LogoEssential300px.png" alt="" width="180" height="99" /></a><a title="Essential" href="http://pjmolina.com/metalevel/essential/">Essential</a></strong> is going to be presented this week in <a title="Code Generation 2010" href="http://www.codegeneration.net/cg2010/index.php" target="_blank">Code Generation 2010</a> during the session <a title="DSL and tool support for building tailored code generators." href="http://www.codegeneration.net/cg2010/sessioninfo.php?session=15" target="_blank">DSL and tool support for building tailored code generators</a>.</p>
<p>To celebrate this milestone and give the chance to have more people trying it, an early version is going to be released for the people interested in.</p>
<p>If this is your case, please enroll yourself using the <a title="Essential evaluation form" href="http://spreadsheets0.google.com/embeddedform?formkey=dDZxQXVyM2NJTk1BcVRRZmJqUDRaREE6MQ" target="_blank">evaluation request form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/06/essential-drop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nature by Numbers</title>
		<link>http://pjmolina.com/metalevel/2010/05/nature-by-numbers/</link>
		<comments>http://pjmolina.com/metalevel/2010/05/nature-by-numbers/#comments</comments>
		<pubDate>Wed, 12 May 2010 22:25:43 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[3d design]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=554</guid>
		<description><![CDATA[Today I want to share an outstanding video found by my colleague Nico. This kind of material always shock and amaze me! When I was a child, I imagine how multimedia contents can effectively be more educational than just using the boring traditional books. I remember myself playing with animated GIFs to show the cyclic nature of the glucose [...]]]></description>
			<content:encoded><![CDATA[<p>Today I want to share an <strong>outstanding video</strong> found by my colleague <a title="Nico" href="http://twitter.com/ncornag" target="_blank">Nico</a>.</p>
<p>This kind of material always shock and amaze me!</p>
<p>When I was a child, I imagine how multimedia contents can effectively be more educational than just using the boring traditional books. I remember myself playing with animated GIFs to show the cyclic nature of the <a title="Glucose" href="http://en.wikipedia.org/wiki/Glucose" target="_blank">glucose</a> and later on playing with Powerpoint, Flash, etc. to try to explain complex things visually. I prefer a good picture than a thousand of words.</p>
<p>Thereby, when I see a video like the next one I need to see it two or three more times till be able to close the mouth and that only happens just after satisfying my curiosity and gathering the full details. Math, nature and a piece of art, all in one.</p>
<p>Now enjoy it and turn on the full screen mode!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="281" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9953368&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="281" src="http://vimeo.com/moogaloop.swf?clip_id=9953368&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/9953368">Nature by Numbers</a> from <a href="http://vimeo.com/eterea">Cristóbal Vila</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>The three principles explained in the video:</p>
<ul>
<li><a title="Fibonacci numbers" href="http://en.wikipedia.org/wiki/Fibonacci_number" target="_blank">Fibonacci numbers</a>,</li>
<li>Phi (φ), the <a title="Phi: the golden ratio" href="http://en.wikipedia.org/wiki/Golden_ratio" target="_blank">golden ratio</a>, the golden number, and</li>
<li><a title="Delaunay triangulation" href="http://en.wikipedia.org/wiki/Delaunay_triangulation" target="_blank">Delaunay-Voronoy growth</a>.</li>
</ul>
<p><a title="Intro to: Nature by Numbers" href="http://www.etereaestudios.com/docs_html/nbyn_htm/intro.htm" target="_blank">Intro</a> and the <a title="Nature by numbers. Making of" href="http://www.etereaestudios.com/docs_html/nbyn_htm/wip_index.htm" target="_blank">making-of</a>.</p>
<p>After seen the video, and coming back from the off-topic, <em>isn&#8217;t beauty to dream about that, may be, Nature is really model-driven&#8230; and actually has a complex and hidden metamodel governing it all?</em></p>
<p>All credits to <a href="http://www.etereaestudios.com/docs_html/general_index_htm/cristobal.htm" target="_blank">Cristóbal Vila</a>, <a href="http://www.etereaestudios.com/" target="_blank">Etérea Studios</a> and his <a href="http://www.etereaestudios.com/docs_html/general_index_htm/works_01.htm" target="_blank">great videos</a>.</p>
<p><em>¡Que bueno! ¡Maño! Me quito el sobrero.</em></p>
<p><em><br />
</em></p>
<p><strong>Additional Model Driven bonus:</strong> Reviewing the making-of I found two visual models (DSL) (<a title="DSL1" href="http://www.etereaestudios.com/docs_html/nbyn_htm/wip_07.htm" target="_blank">this</a> and <a title="DSL2" href="http://www.etereaestudios.com/docs_html/nbyn_htm/wip_06.htm" target="_blank">this</a> using <a title="XPresso" href="http://www.maxon.net/en/products/cinema-4d/highlights/xpresso.html" target="_blank">XPresso</a>) describing algorithms in a visual form driving the animation in two scenes. Wow!</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/05/nature-by-numbers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Presenting on Semana Informatica 2010</title>
		<link>http://pjmolina.com/metalevel/2010/04/presenting-on-semana-informatica-2010/</link>
		<comments>http://pjmolina.com/metalevel/2010/04/presenting-on-semana-informatica-2010/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 20:20:49 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Code Generation]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=539</guid>
		<description><![CDATA[On April 27, my colleague Nicolas Cornaglia and I will be presenting a talk with some live demos in Valencia, Spain representing our company Capgemini, in the scope of the event Semana Informatica 2010. The title of the talk will be: Productivity through frameworks and MDD. The session will be delivered in Spanish. Full agenda (PDF version) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semanainformatica.com"><img class="alignright" style="margin-left: 5px; border: 0px initial initial;" title="Enlace a semanainformatica.com" src="http://www.semanainformatica.com/images/stories/promociones/banner1-2010.gif" border="0" alt="Enlace a semanainformatica.com" width="240" height="80" /></a></p>
<p>On April 27, my colleague <a title="niko's mini factory" href="http://nikofactory.blogspot.com/" target="_blank">Nicolas Cornaglia</a> and I will be presenting a talk with some live demos in Valencia, Spain representing our company <a title="Capgemini España" href="http://www.es.capgemini.com" target="_blank">Capgemini</a>, in the scope of the event <strong><a title="Semana Informatica 2010" href="http://www.semanainformatica.com/" target="_blank">Semana Informatica 2010</a></strong>.</p>
<p>The title of the talk will be: <strong>Productivity through frameworks and MDD</strong>.</p>
<p>The session will be delivered in Spanish. Full <a title="Agenda" href="http://www.semanainformatica.com/edicion-2010/programa.html" target="_blank">agenda</a> (<a title="Program PDF version" href="http://www.semanainformatica.com/images/stories/documentacion/triptico/programa%20semanainformatica%202010.pdf" target="_blank">PDF version</a>) and <a title="Session details" href="http://www.semanainformatica.com/edicion-2010/programa/155-seminario-capgemini.html" target="_blank">session details</a>.</p>
<p><strong>Abstract:</strong></p>
<p>Business applications for Enterprise Software usually follows a fixed set of standards (global or in-house) to help in keeping the maintenance cost as lower as possible (reducing TCO). In this context, homogeneity and regulation compliance is frequently a must.</p>
<p>The main issue in our presentation will be to show how an approach based in a good framework, modeling tools and code generation techniques can be <strong>the right tools</strong> to achieve a <em>high degree of standarization, quality, productivity and flexibility </em>to evolve the <strong>Enterprise Architecture</strong>. Such flexibility is key to provide a better <em>Time to Market</em> when a business process change or a technical requirement suddenly emerges.</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/04/presenting-on-semana-informatica-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Countdown for CG2010</title>
		<link>http://pjmolina.com/metalevel/2010/03/countdown-for-cg2010/</link>
		<comments>http://pjmolina.com/metalevel/2010/03/countdown-for-cg2010/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 21:07:24 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Code Generation]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=524</guid>
		<description><![CDATA[The Programme for Code Generation 2010 has been published. This year Mark has invited me to give an introductory session to Model Driven Software Development (MDSD) oriented to begginers. Also, I will discuss in a second session about creating tailored code generators. See you in Cambridge in June!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.codegeneration.net/cg2010/index.php"><img class="aligncenter" title="CG2010 Logo" src="http://www.codegeneration.net/cg2010/images/CG2010logo250x64.gif" alt="" width="250" height="64" /></a></p>
<p style="text-align: left;">The Programme for <a title="Code Generation 2010 Programme" href="http://www.codegeneration.net/cg2010/programme.php" target="_blank">Code Generation 2010</a> has been published.</p>
<p>This year <a title="Mark Dalgarno" href="http://blog.software-acumen.com/2010/03/13/cg2010-program-launched/" target="_blank">Mark</a> has invited me to give an introductory session to <a href="http://www.codegeneration.net/cg2010/sessioninfo.php?session=101" target="_blank">Model Driven Software Development</a> (MDSD) oriented to begginers.</p>
<p>Also, I will discuss in a second session about <a title="Tailored code generatiors" href="http://www.codegeneration.net/cg2010/sessioninfo.php?session=15" target="_blank">creating tailored code generators</a>.</p>
<p>See you in <a title="CG2010" href="http://www.codegeneration.net/cg2010/index.php" target="_blank">Cambridge</a> in June!</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/03/countdown-for-cg2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDD talk at UCLM/ABC</title>
		<link>http://pjmolina.com/metalevel/2010/02/mdd-talk-at-uclm-abc/</link>
		<comments>http://pjmolina.com/metalevel/2010/02/mdd-talk-at-uclm-abc/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 19:50:47 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=499</guid>
		<description><![CDATA[To give a talk about my favourite topic, it&#8217;s always a pleasure. To give it at home, it&#8217;s an invaluable pleasure. I&#8217;ve been invited to talk about MDD in my native university (University of Castilla-La Mancha, UCLM at Albacete, Spain) where I started my Computer Science studies. So, I have a lot of good feelings remembering my student [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.uclm.es/"><img class="alignright" title="University of Castilla-La Mancha" src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/LogoUCLM.svg/220px-LogoUCLM.svg.png" alt="" width="141" height="141" /></a>To give a talk about my favourite topic, it&#8217;s always a pleasure. To give it at home, it&#8217;s an invaluable pleasure.</p>
<p>I&#8217;ve been invited to talk about MDD in my native university (<strong>University of Castilla-La Mancha</strong>, <a title="UCML" href="http://www.uclm.es/" target="_blank">UCLM</a> at <a title="ESIIAB, UCLM" href="http://www.esiiab.uclm.es/" target="_blank">Albacete</a>, Spain) where I started my Computer Science studies. So, I have a lot of good feelings remembering my student days every time I come back there.</p>
<p>On Monday, February 22th, I will be there sharing my points of view and experiences about applying MDD.</p>
<p><em>Update:</em></p>
<p>When &amp; where:  February 22th, 18:00 H. Salon de actos de la Escuela Superior de Ingeniería Informática, Albacete (<a title="Map" href="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=escuela+polit%C3%A9cnica+superior+de+albacete&amp;sll=38.978644,-1.856073&amp;sspn=0.003503,0.004823&amp;ie=UTF8&amp;hq=&amp;hnear=Escuela+Polit%C3%A9cnica+Superior,+Av+de+Espa%C3%B1a,+02002+Albacete,+Castilla-La+Mancha&amp;ll=38.978636,-1.856351&amp;spn=0.003503,0.004823&amp;t=h&amp;z=18" target="_blank">location</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/02/mdd-talk-at-uclm-abc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDD in industrial contexts</title>
		<link>http://pjmolina.com/metalevel/2010/02/mdd-in-industrial-contexts/</link>
		<comments>http://pjmolina.com/metalevel/2010/02/mdd-in-industrial-contexts/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:34:00 +0000</pubDate>
		<dc:creator>Pedro J. Molina</dc:creator>
				<category><![CDATA[MDD]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://pjmolina.com/metalevel/?p=491</guid>
		<description><![CDATA[I&#8217;ve been invited to give a talk in the Software Engineering Master of the University of Leicester, UK. On next Friday 12th, I will be discussing with PhD students real applications of MDD. On the same line, as pointed by Markus Voëlter, the Ecole des Mines de Nantes is probably the first one offering a Diploma [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www2.le.ac.uk/"><img class="alignright" title="University of Leicester" src="http://www.studyin-uk.com/images/leicester_logo.gif" alt="" width="248" height="180" /></a>I&#8217;ve been invited to give a talk in the <a title="Advanced Software Engineering Master" href="http://www.cs.le.ac.uk/admissions/masters/" target="_blank">Software Engineering Master</a> of the <a title="University of Leicester" href="http://www2.le.ac.uk/" target="_blank">University of Leicester</a>, UK. On next Friday 12th, I will be discussing with PhD students real applications of MDD.</p>
<p>On the same line, as pointed by <a title="Markus's blog" href="http://voelterblog.blogspot.com/2009/09/mde-diploma-in-nantes.html">Markus Voëlter</a>, the Ecole des Mines de Nantes is probably the first one offering a <a title="Diploma on MDE" href="http://www.emn.fr/z-info/atlanmod/index.php/The_MDE_Diploma" target="_blank">Diploma on MDE</a>.</p>
<p>It is nice to see an increasing interest in the academia for MDD/MDSD/MDE/MD*.</p>
]]></content:encoded>
			<wfw:commentRss>http://pjmolina.com/metalevel/2010/02/mdd-in-industrial-contexts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
