<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet Acceleo</title>
	<link>http://www.acceleo.org/planet</link>
	<language>en</language>
	<description>Planet Acceleo - http://www.acceleo.org/planet</description>

<item>
	<title>Laurent Goubet: Traceability test case : UML to Java generation</title>
	<guid>tag:blogger.com,1999:blog-3658502096185788177.post-4442862461630548242</guid>
	<link>http://eclipsemde.blogspot.com/2012/01/traceability-test-case-uml-to-java.html</link>
	<description>The next version of Acceleo will introduce a number of improvements of its existing features, one of its most important, the automatic builder, being entirely re-written in order to get rid of legacy code and improve the user experience. This also comes with a much better experience for users that need to build their Acceleo generators in standalone, through maven or tycho. More news on this are available on the &lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=363651&quot;&gt;bugzilla&lt;/a&gt; and &lt;a href=&quot;http://sbegaudeau.tumblr.com/post/16059815253/maven-integration-in-acceleo&quot;&gt;Stephane's latest post&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;One of the least visible features, yet one I find among the most interesting aspects of the Acceleo code generator, is the traceability between the generated code, the model used as input of the generation, and the generator itself. Basically, you always know where that esoteric line of code came from : which part of the generation template generated it, and which model element triggered its generation.&lt;br /&gt;&lt;br /&gt;This feature has known a series of improvements as we used it intensively with the &lt;a href=&quot;http://marketplace.eclipse.org/content/uml-java-generator&quot;&gt;UML to java generator&lt;/a&gt;. We are now confident that we can record and display accurate information even for some of the most complex use cases. This generator isn't the most complex generator we could write with Acceleo, but it is quite complete nonetheless. Here are some examples of what the Traceability can provide to architects developping their code generators :&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Determine which model element triggered the generation of a line of code&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;br /&gt;On the left-hand side, a file that has been generated. On the right-hand side, an editor opened as result of using the action &quot;open input&quot; : the model is opened and the exact element that was used to generate the part of code is selected.&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-IYrF4PRCLAc/TxlAVE8vrvI/AAAAAAAAALQ/Yh642A2hZK8/s1600/OpenInput.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;216&quot; src=&quot;http://2.bp.blogspot.com/-IYrF4PRCLAc/TxlAVE8vrvI/AAAAAAAAALQ/Yh642A2hZK8/s320/OpenInput.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Find the part of a generator that created a given part of the code&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;On the left-hand side, the same generated file as above. On the right-hand side, the result of using the &quot;open generator&quot; action : the Acceleo generator which generated that selected part of the code is opened, with the exact source expression selected.&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-TNlVKzHTpi4/TxlHJ8BkfnI/AAAAAAAAALY/w_uUdkp3US4/s1600/OpenGenerator.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;216&quot; src=&quot;http://4.bp.blogspot.com/-TNlVKzHTpi4/TxlHJ8BkfnI/AAAAAAAAALY/w_uUdkp3US4/s320/OpenGenerator.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Real-time Synchronization&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;These are but a few of the features that can be derived from the synchronization between code, model, and generators. Some more examples include : previewing the result of a re-generation, incremental generation, round-trip (updating the input model according to manual changes in the output generated code)...&lt;br /&gt;&lt;br /&gt;Most of these features are better seen in video to get an idea. If you want to see some of them in action, some more flash videos of what traceability can do for you are available on the &lt;a href=&quot;http://www.obeonetwork.com/page/obeo-traceability&quot;&gt;Obeo network&lt;/a&gt; (though a free registration is required).&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3658502096185788177-4442862461630548242?l=eclipsemde.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 20 Jan 2012 14:04:00 +0000</pubDate>
	<author>noreply@blogger.com (Laurent Goubet)</author>
</item>
<item>
	<title>Stéphane Bégaudeau: Maven integration in Acceleo</title>
	<guid>http://sbegaudeau.tumblr.com/post/16059815253</guid>
	<link>http://sbegaudeau.tumblr.com/post/16059815253</link>
	<description>&lt;div&gt;
&lt;p&gt;With the release of the new Acceleo &lt;a href=&quot;https://github.com/eclipse/acceleo/blob/master/plugins/org.eclipse.acceleo.parser/src/org/eclipse/acceleo/internal/parser/compiler/AcceleoParser.java&quot;&gt;stand alone front end&lt;/a&gt; for the compilation of Acceleo modules, I’ve started to work on a brand new maven integration in Acceleo.&lt;/p&gt;
&lt;p&gt;Currently in &lt;a href=&quot;http://eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt;, if you need to build Acceleo modules with maven you have to use a &lt;a href=&quot;http://www.eclipse.org/tycho/&quot;&gt;Tycho &lt;/a&gt;based build with a java class generated by Acceleo to tweak the build (for example to register the metamodel(s) used in the modules). This Tycho based build will always produce an Eclipse plugin as a result.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?planurl=modeling/m2t/acceleo/plan-juno.xml&quot;&gt;next major release of Acceleo&lt;/a&gt; will have a &lt;a href=&quot;http://maven.apache.org/guides/introduction/introduction-to-plugins.html&quot;&gt;maven plugin&lt;/a&gt; dedicated to the compilation and it will bring several key improvements. Firstly, the new compilation front end brings a completely stand alone compilation. Those who want to build their Acceleo modules without having to build an Eclipse plugin will be able to do so. Secondly, this new front end support more complex project structures (with for example, multiple output folders in a same project). Thirdly, you will have the ability to contribute a class to influence the uris of the dependencies in the saved files (for example, change all the uris of the dependencies to other module to “platform:/plugins” uris that are more “eclipse plugin” friendly). Finally, it also features an improved resolution of the dependencies of a project with several options.&lt;/p&gt;
&lt;p&gt;Your project will be able to have a dependency to Acceleo modules in another project (that should have been previously compiled). A valid Acceleo project is just a directory on the file system with at least one “source” sub-directory and one “output” sub-directory (no need of an Eclipse nature or anything like that).&lt;/p&gt;
&lt;p&gt;This first solution is fine as long as you have the source code of the other modules but sometime you need to build something with the dependencies in jars. The maven plugin for Acceleo will let you declare a dependency to a jar containing already compiled Acceleo modules by using:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The absolute path of the jar. Ex: &lt;strong&gt;C:\…\myJar.jar&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The path of the jar relative to the project built. Ex: &lt;strong&gt;${project.basedir}\lib\myJar.jar&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The groupId and the artifactId of the jar resolved by maven  (the version of the jar is optional since some version number includes the date of the build and therefore change often). Ex: &lt;strong&gt;myGroupId:myJar:myVersion&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The name of an Eclipse bundle resolved by Tycho preceding by “p2.eclipse-plugin” only in a Tycho based build (“p2.eclipse-plugin” is the groupId of all the dependencies resolved by Tycho). Just like the previous use case, the version of the jar is optional too. Ex: &lt;strong&gt;p2.eclipse-plugin:myJar:myVersion&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;https://plus.google.com/u/0/photos/105625286543794908607/albums/5552047126204483729/5698906856629698914&quot;&gt;&lt;img height=&quot;236&quot; src=&quot;https://lh5.googleusercontent.com/-fy0UjpsX0Gw/TxaVl41zgWI/AAAAAAAAAqM/o_dVujk0GBQ/s500/maven.png&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For those who want to have a look at this new maven based build for Acceleo, you can find its source code on &lt;a href=&quot;https://github.com/eclipse/acceleo/tree/master/maven/org.eclipse.acceleo.maven&quot;&gt;github.com&lt;/a&gt; and you can test it with a simple pom.xml like &lt;a href=&quot;https://gist.github.com/1632174&quot;&gt;this one&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Wed, 18 Jan 2012 13:08:35 +0000</pubDate>
</item>
<item>
	<title>Frédéric Thomas: Performing Safety Analyses and System Designs conjointly : a viewpoint matter !</title>
	<guid>tag:blogger.com,1999:blog-5697110185156025739.post-1512230521746592195</guid>
	<link>http://modeldrivenblog.blogspot.com/2011/12/performing-safety-analyses-and-system.html</link>
	<description>&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;During the last &lt;a href=&quot;http://www.csdm2011.csdm.fr/&quot;&gt;CSDM 2011&lt;/a&gt; conference, I have presented our work made in the &lt;a href=&quot;http://www.imofis.org/&quot;&gt;IMOFIS&lt;/a&gt; project.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;IMOFIS was an R&amp;amp;D project with Renault, Alstom Transport, Systerel, UTC, CEA-List and Obeo to develop an environment that assists safety engineers to analyse and verify their systems. This project ended on October 25 2011.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this project, we have developed a metamodel and a tool, named &lt;a href=&quot;http://marketplace.obeonetwork.com/module/risk-analysis#description&quot;&gt;Alea ToolKit&lt;/a&gt;, to capture both parts of the system designs and parts of the safety analyses needed to build a critical systems.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For example, one system studied in this project is the &lt;a href=&quot;http://cdn.streamlike.com/player/getEmbedFive?med_id=86bbb85818e97289&amp;width=610&amp;height=458&quot;&gt;Communication Based Train Control&lt;/a&gt;&amp;nbsp; (CBTC). To build such systems, typical process is dual : on one side the system engineering and in other side the safety engineering. The first one leads to build a safe system. The second leads to verify that the system is build in safety. Between this two engineerings, the exchanges are models, documents and mainly requirements. System have to manage requirements (refine, satisfy, derive it). Safety has to tag requirements as safety ones.&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img border=&quot;0&quot; height=&quot;301&quot; src=&quot;http://4.bp.blogspot.com/-Vr4pmajyEvs/TuIYeW6wQzI/AAAAAAAAAEc/CV4vwSbNv1k/s320/S%25C3%25A9lection_335.png&quot; width=&quot;320&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;Typical system engineering process&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div&gt;One key problematic in such process is to be able to synchronize system and safety world. One subset of needs is :&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;the adaptability, i.e to provide a tool and methodology usable for several projects and even several domains such as railway and automotive ones.&amp;nbsp; &lt;/li&gt;&lt;li&gt;the interoperability, i.e. to be able to reference system modeling elements to describe the safety analyses, &lt;/li&gt;&lt;li&gt;the consistency, i.e. to provide facilities in order to manage several safety modeling levels (Preliminary Hazard Analysis, Fault Tree, FMEA). We want to help user to manage the consistency among thus abstraction levels, &lt;/li&gt;&lt;li&gt;the traceability, i.e. to be able to compute links among engineerings and to use those links for navigation.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-Vr4pmajyEvs/TuIYeW6wQzI/AAAAAAAAAEc/CV4vwSbNv1k/s1600/S%25C3%25A9lection_335.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-R8esP3zomvg/TuIb1MNiZgI/AAAAAAAAAEk/rTXQPaXjJbM/s1600/S%25C3%25A9lection_336.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;138&quot; src=&quot;http://4.bp.blogspot.com/-R8esP3zomvg/TuIb1MNiZgI/AAAAAAAAAEk/rTXQPaXjJbM/s320/S%25C3%25A9lection_336.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;A set of needs explored in IMOFIS&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div&gt;Hence,to fulfill those needs, we have explored the use of a viewpoint based approach with Obeo Designer. The key idea is to capitalize concepts in a generic/general safety metamodel and to provide different views to specialize the use of this generic metamodel for a specific concerns : a specific abstraction level or a specific domain. This metamodel is build on the the Eclipse Modeling Framework in order to achieve the interoperability with other system metamodels (SysML in our case). The views are implemented in a viewpoint based-engine : Obeo Designer. The resulting modeling framework is the &lt;a href=&quot;http://marketplace.obeonetwork.com/module/risk-analysis#description&quot;&gt;Applied metamodeL for safEty Analyses ToolKit&lt;/a&gt;. &lt;br /&gt;&lt;ul&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-TPeftnIE1qs/TvrMHlXBN3I/AAAAAAAAAG4/UZt5gHkhj_w/s1600/S%25C3%25A9lection_352.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;280&quot; src=&quot;http://1.bp.blogspot.com/-TPeftnIE1qs/TvrMHlXBN3I/AAAAAAAAAG4/UZt5gHkhj_w/s400/S%25C3%25A9lection_352.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div&gt;To illustrate such a tool, let's illustrate on the CBTC&amp;nbsp; example. Firstly, we check the correct viewpoints.&lt;/div&gt;&lt;br /&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-RKV5zjibm2U/TuhyufNhl2I/AAAAAAAAAGE/xa3GbnCy39g/s1600/viewpoints.PNG&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;255&quot; src=&quot;http://1.bp.blogspot.com/-RKV5zjibm2U/TuhyufNhl2I/AAAAAAAAAGE/xa3GbnCy39g/s400/viewpoints.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;In a viewpoint based-approach, user choose the viewpoint to load.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;Then, let's take a look to the system design from the SysML viewpoint.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-MMCjlhrA6GU/TuIu6hTe41I/AAAAAAAAAFM/Rj2B9nfgWEE/s1600/sysml.PNG&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://4.bp.blogspot.com/-MMCjlhrA6GU/TuIu6hTe41I/AAAAAAAAAFM/Rj2B9nfgWEE/s640/sysml.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-RKrPG372Csc/TuaHJ91ai8I/AAAAAAAAAFk/cAZ4ysNxVkM/s1600/ibd_sysml.PNG&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;http://2.bp.blogspot.com/-RKrPG372Csc/TuaHJ91ai8I/AAAAAAAAAFk/cAZ4ysNxVkM/s640/ibd_sysml.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;div&gt;From SysML, user can navigate to the safety analyses. For example, the F2 function is used in two safety analyses : a cause analysis (Fault tree analysis) and an accident case analysis (Preliminary Hazard Analysis).&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-6GwIIDNHGAo/TuaHOekPHSI/AAAAAAAAAFs/Yko5mry-pq4/s1600/traceability.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;256&quot; src=&quot;http://4.bp.blogspot.com/-6GwIIDNHGAo/TuaHOekPHSI/AAAAAAAAAFs/Yko5mry-pq4/s640/traceability.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;In fact, the safety engineer described the accident case from the SysML model : i.e. he references the SysML CTBC Block and the F2 function from the SysML model. Hence, the safety engineer interoperate with the system design in order to build his analysis.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-6l_DOX-zCMs/TuIuym-mPcI/AAAAAAAAAE8/bcEkF36fJyE/s1600/pha_real.PNG&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;166&quot; src=&quot;http://4.bp.blogspot.com/-6l_DOX-zCMs/TuIuym-mPcI/AAAAAAAAAE8/bcEkF36fJyE/s640/pha_real.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;From the Alea ToolKit point of view, this scenario is &quot;just&quot; a graphical view on a global enhanced fault tree. The viewpoint tool manage the consistency between this event sequence view and the cause analysis view represented as a fault tree. The following picture is the projection of the previous scenario from a fault tree point of view.&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&amp;nbsp;&lt;a href=&quot;http://4.bp.blogspot.com/-J1QE6NmF-nI/TuIuzuaZv1I/AAAAAAAAAFE/CGyt3n1KYgo/s1600/pha_tree.PNG&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://4.bp.blogspot.com/-J1QE6NmF-nI/TuIuzuaZv1I/AAAAAAAAAFE/CGyt3n1KYgo/s400/pha_tree.PNG&quot; width=&quot;348&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;The viewpoint manage also the traceability links between the views. For example, the traceability companion allow to navigate among the safety views. From a second accident case for the excessive speed hazard, user can navigate to the previous scenario.&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-1Yfbbqi1e-k/TuaHQsXLQhI/AAAAAAAAAF0/6yY1Fh4cYBU/s1600/traceabilitySafety.png&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-ENZJdFlzUi8/TuaHd3BRmJI/AAAAAAAAAF8/LeoV54C_tE8/s1600/screenshot_156.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;215&quot; src=&quot;http://1.bp.blogspot.com/-ENZJdFlzUi8/TuaHd3BRmJI/AAAAAAAAAF8/LeoV54C_tE8/s400/screenshot_156.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Hence, viewpoint based approach allow to provide an integrated modeling framework gathering Safety and System concerns. It improves information search, communication (before many documents were parsed) and coherency among safety/system analyses. This approach is not a new set of methods for safety analyses. It doesn't take into account all the safety activities but PHA, SHA and FMEA modeling at the system level.&amp;nbsp; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Next steps are bridges : a safety viewpoint is not only graphical representations, but this is also a set of filters and information synchronizations for specific concerns. Hence my next work is to enhance those graphical viewpoints in order to connect business tools such as my AltaRica editor. This is another R&amp;amp;D story ! &lt;/div&gt;&lt;br /&gt;If you want more information, a complete presentation of this work is available &lt;a href=&quot;http://prezi.com/s5op0nbygtp1/performing-safety-analyses-and-sysml-designs-conjointly-a-viewpoint-matter/&quot;&gt;here&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5697110185156025739-1512230521746592195?l=modeldrivenblog.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 28 Dec 2011 09:39:00 +0000</pubDate>
	<author>noreply@blogger.com (Fred)</author>
</item>
<item>
	<title>Frédéric Thomas: MDE in action for safety analysis modelling</title>
	<guid>tag:blogger.com,1999:blog-5697110185156025739.post-7025483833018025175</guid>
	<link>http://modeldrivenblog.blogspot.com/2011/01/mde-in-action-for-safety-analysis.html</link>
	<description>&lt;div dir=&quot;ltr&quot;&gt;Since two years, I am working for the&lt;a href=&quot;http://www.imofis.org/&quot;&gt; IMOFIS R&amp;amp;D project&lt;/a&gt;. The last year, we have developed a graphical modeler for safety concerns. This modeler is based on the &lt;a href=&quot;http://en50126.blogspot.com/&quot;&gt;EN 50126&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/ISO_26262&quot;&gt;ISO 26262&lt;/a&gt; norms.&lt;br /&gt;&lt;br /&gt;The key idea of this work is to provide a graphical safety viewpoint  for system engineering. The system is design with the &lt;a href=&quot;http://www.sysml-france.fr/&quot;&gt;SysML&lt;/a&gt; language. Safety engineers describe their analysis with the safety viewpoint.           p { margin-bottom: 0.21cm; }  &lt;br /&gt;&lt;div align=&quot;JUSTIFY&quot;&gt;&lt;span&gt;The result is pretty cool ! In the next figure I described that the SysML “F2” operation of the SysML Block “CBTC” (C&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;ommunication Based Train Control)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;span&gt;is referenced by a barrier to prevent a derailment (the accident) in case of an excessive speed (the hazard).&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://www.obeonetwork.org/images/ObeoNetwork/safety/safety_preventive_palliative.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;283&quot; src=&quot;http://dl.dropbox.com/u/22228046/Marketplace/risk-analysis/safety_preventive_palliative.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;In this work, we use several model-driven technologies to build our software :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The &lt;a href=&quot;http://www.eclipse.org/modeling/emf/&quot;&gt;Eclipse Modeling Framework&lt;/a&gt; to describe the safety metamodel&lt;/li&gt;&lt;li&gt;The &lt;a href=&quot;http://www.eclipse.org/modeling/emft/?project=eef&quot;&gt;Extended Editing Framework&lt;/a&gt; to generate both property views and wizards&lt;/li&gt;&lt;li&gt;The &lt;a href=&quot;http://obeo.fr/pages/obeo-designer/en&quot;&gt;Obeo Designer viewpoint-based studio&lt;/a&gt; to create graphical views&amp;nbsp; without any manual code&lt;/li&gt;&lt;li&gt;The &lt;a href=&quot;http://gforge.enseeiht.fr/docman/view.php/.../TPC_GenDoc2_v1.1.0_tutorial.pdf&quot;&gt;GenDoc2 Topcased&lt;/a&gt; technology to generate documentations. This technology is based on the &lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt; model-driven code generation.&lt;/li&gt;&lt;/ol&gt;I will present this work on the Topcased Day conference in february !&amp;nbsp; In the meantime, you can look for screenshots, &lt;a href=&quot;http://www.obeonetwork.org/images/ObeoNetwork/safety/tutoriel_obeo_demo_decembre.swf&quot;&gt;videos&lt;/a&gt; and publications on the &lt;a href=&quot;http://www.obeonetwork.org/overview/system-engineering-repository/riskanalysis&quot;&gt;Obeo network&lt;/a&gt; !&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-QnRxdg12Ehw/Tvo2VXGlSWI/AAAAAAAAAGs/KUUesoXsfmo/s1600/screenshot_081.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;234&quot; src=&quot;http://3.bp.blogspot.com/-QnRxdg12Ehw/Tvo2VXGlSWI/AAAAAAAAAGs/KUUesoXsfmo/s320/screenshot_081.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5697110185156025739-7025483833018025175?l=modeldrivenblog.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 27 Dec 2011 22:19:33 +0000</pubDate>
	<author>noreply@blogger.com (Fred)</author>
</item>
<item>
	<title>Stéphane Bouchet: Building @ eclipse tip : signing depending on properties</title>
	<guid>tag:blogger.com,1999:blog-2725710657746694091.post-8371832684521362319</guid>
	<link>http://feedproxy.google.com/~r/YetAnotherEclipseProjectBlog/~3/J6_c7t6f2kc/building-eclipse-tip-signing-depending.html</link>
	<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I would like to share a tip I've found to be able to sign our EEF project depending on a property during hudson build.&lt;br /&gt;
&lt;br /&gt;
Historically, Eclipse uses some build type to determine the degree of maturity of a project. We use the same for EEF builds&lt;br /&gt;
&lt;br /&gt;
I've set up my build to look at the repo every 6 hours, and it will build automatically a N build if any change is found.&lt;br /&gt;
&lt;br /&gt;
Hopefully, I can kick a build manually, but hudson will then ask me for some properties :&lt;br /&gt;
&lt;br /&gt;
- a build type ( default to N )&lt;br /&gt;
- a build alias ( default to nothing )&lt;br /&gt;
&lt;br /&gt;
Then it is very simple to add a profile for the p2 repository generation that will sign the repo if the build alias is set or not !&lt;br /&gt;
&lt;br /&gt;
The following piece of code is actually doing this:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.emf/org.eclipse.emf.eef/releng/org.eclipse.emf.eef.update/pom.xml?view=markup&amp;root=Modeling_Project&quot; target=&quot;_blank&quot;&gt;http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.emf/org.eclipse.emf.eef/releng/org.eclipse.emf.eef.update/pom.xml?view=markup&amp;amp;root=Modeling_Project &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
And voilà ! &lt;br /&gt;
&lt;br /&gt;
Now the signing occurs only if the build alias is set. I tried to sign the build if &lt;br /&gt;
&lt;br /&gt;
Obviously using another property ( for example &quot;sign&quot; ) that is set to false by default, or i can use multiple activation (?) ( for example, if build type is R,S,M or I ) can work, too.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;update : &lt;/b&gt;seems that blogger does not love xml code.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/2725710657746694091-8371832684521362319?l=sbouchet-eef.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/YetAnotherEclipseProjectBlog/~4/J6_c7t6f2kc&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 16 Nov 2011 17:06:00 +0000</pubDate>
	<author>noreply@blogger.com (Stéphane Bouchet)</author>
</item>
<item>
	<title>Stéphane Bégaudeau: Slides from EclipseCon Europe 2011</title>
	<guid>http://sbegaudeau.tumblr.com/post/12555678558</guid>
	<link>http://sbegaudeau.tumblr.com/post/12555678558</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://prezi.com/-br4fotqr3n4/and-you-thought-you-knew-template-based-code-generators/&quot;&gt;&lt;img height=&quot;120&quot; width=&quot;300&quot; src=&quot;https://lh4.googleusercontent.com/-CWrvxfRM9wQ/TrqFtdbw-II/AAAAAAAAAlw/DKHOr3gEEI8/s300/prezi.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For those of you looking for the &lt;a href=&quot;http://eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt; presentation that I’ve realized last week during EclipseCon Europe 2011, you can now &lt;a href=&quot;http://prezi.com/-br4fotqr3n4/and-you-thought-you-knew-template-based-code-generators/&quot;&gt;find it online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://prezi.com/fi9kqwikimkn/the-acceleo-interpreter/&quot;&gt;&lt;img height=&quot;189&quot; width=&quot;300&quot; src=&quot;https://lh4.googleusercontent.com/-abzsThRtGAw/TrqE-PtVDAI/AAAAAAAAAlk/DhTD89hwEtc/s300/prezi.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have also put &lt;a href=&quot;http://prezi.com/fi9kqwikimkn/the-acceleo-interpreter/&quot;&gt;online&lt;/a&gt; the presentation that I’ve done during the Eclipse Modeling symposium on the new Interpreter view available in Acceleo 3.2. A video of this presentation during the symposium is available on &lt;a href=&quot;http://www.dailymotion.com/video/xm6qy0_acceleo_tech&quot;&gt;Dailymotion&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And now, after &lt;a href=&quot;https://twitter.com/#!/acceleo&quot;&gt;Twitter&lt;/a&gt;, the Acceleo community will also be available on &lt;a href=&quot;https://plus.google.com/u/0/114651471803085159652&quot;&gt;Google+&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 09 Nov 2011 13:59:42 +0000</pubDate>
</item>
<item>
	<title>Mariot Chauvin: Modeling Symposium @ EclipseCon Europe 2011</title>
	<guid>tag:blogger.com,1999:blog-3193880670773749221.post-3321281610905686205</guid>
	<link>http://mariot-thoughts.blogspot.com/2011/11/modeling-symposium-eclipsecon-europe.html</link>
	<description>The &lt;a href=&quot;http://mariot-thoughts.blogspot.com/2011/11/modeling-symposium-program.html&quot;&gt;modeling symposium&lt;/a&gt; at EclipseCon Europe 2011 was really nice with several talks on various topics related to modeling. I would like to thank all presenters and particularly István who filmed all presentations with his smartphone.&lt;br /&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;ul&gt;&lt;li&gt;Xtext 2.1 by &lt;a href=&quot;http://www.eclipsecon.org/users/76&quot;&gt;Sven Efftinge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;OCL by &lt;a href=&quot;http://www.eclipsecon.org/users/292&quot;&gt;Ed Willlink&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Slides are also &lt;a href=&quot;http://www.slideshare.net/EdWillink/eclipse-ocl-summary&quot;&gt;available&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Acceleo Interpreter by &lt;a href=&quot;http://www.eclipsecon.org/users/39&quot;&gt;Stéphane Bégaudeau&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt; EMF-IncQuery by &lt;a href=&quot;http://www.eclipsecon.org/users/68&quot;&gt;István Ráth&lt;/a&gt;&lt;div id=&quot;__ss_10014986&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.slideshare.net/IstvanRath/emfincquery-eclipsecon-europe-2011-modeling-symposium-talk&quot; target=&quot;_blank&quot; title=&quot;EMF-IncQuery EclipseCon Europe 2011 Modeling Symposium Talk&quot;&gt;EMF-IncQuery EclipseCon Europe 2011 Modeling Symposium Talk&lt;/a&gt;&lt;/b&gt;  &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;EMF Store Demo by &lt;a href=&quot;http://www.eclipsecon.org/users/205&quot;&gt;Maximilian Koegel&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;EMF Profiles by &lt;a href=&quot;http://www.eclipsecon.org/users/108&quot;&gt;Hugo Brunelière&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;MPS by &lt;a href=&quot;http://www.eclipsecon.org/users/148&quot;&gt;Markus Völter&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;EMF Compare by &lt;a href=&quot;http://eclipsecon.org/users/174&quot;&gt;Mikael Barbero&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;EEF alternative generation by &lt;a href=&quot;http://eclipsecon.org/users/339&quot;&gt;Goulwen Le Fur&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;GMF Tooling revival by &lt;a href=&quot;http://eclipsecon.org/users/79&quot;&gt;Mariot Chauvin &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3193880670773749221-3321281610905686205?l=mariot-thoughts.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 08 Nov 2011 14:23:00 +0000</pubDate>
	<author>noreply@blogger.com (Mariot Chauvin)</author>
</item>
<item>
	<title>Cédric Brun: Follow the White Rabbit ...</title>
	<guid>tag:blogger.com,1999:blog-5749374620125186414.post-6492194988526543878</guid>
	<link>http://model-driven-blogging.blogspot.com/2011/11/follow-white-rabbit.html</link>
	<description>at Eclipse Day Paris !&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-oYL86NtznB4/Trf-jbYoqJI/AAAAAAAAApI/cSwQ2ghyGMg/s1600/title.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;481&quot; src=&quot;http://3.bp.blogspot.com/-oYL86NtznB4/Trf-jbYoqJI/AAAAAAAAApI/cSwQ2ghyGMg/s640/title.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;If you're always wondering why we are so excited about Eclipse Modeling Technologies, if you'd like to understand how technologies relates to each others and how they can be used, stop by at &lt;a href=&quot;http://www.eclipsedayparis.com/&quot;&gt;Eclipse Day Paris&lt;/a&gt; tomorrow :&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;i&gt;&quot;Modeling&quot; . Behind this simple word lies strong opinions, misconceptions, obscure acronyms, meta-things and marketing campains far from the reality of developping an application. But if you look more closely, this forest hides a fairly small set of simple, powerful yet flexible concepts. If you zoom in again, you'll see awesome technologies. While some &quot;dreamers&quot; are giving more and more abstract discourses about modeling, on the field these technologies are pervading, even close to the bare metal in the Eclipse platform itself. In 2011, you might already know you can generate rich applications, but what about web technologies, PHP, C ?&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;i&gt;&lt;br /&gt;This talk will start by taking a step back about what is all this modeling stuff, what it isn't and what technologies the Eclipse Modeling project brings in this regard. The focus will be placed on tools and components useful to build any kind of application and not just Eclipse based ones : EMF, Acceleo. You'll come back with examples of how you could leverage those technologies for your own project.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5749374620125186414-6492194988526543878?l=model-driven-blogging.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 07 Nov 2011 15:56:00 +0000</pubDate>
	<author>noreply@blogger.com (Cédric Brun)</author>
</item>
<item>
	<title>Stéphane Bouchet: EEF 1.1 M3 is approaching</title>
	<guid>tag:blogger.com,1999:blog-2725710657746694091.post-3325225648796605836</guid>
	<link>http://feedproxy.google.com/~r/YetAnotherEclipseProjectBlog/~3/_1qsPXhIGwY/eef-11-m3-is-approaching.html</link>
	<description>While some of my colleagues are enjoying the ECE, I stay at Obeo's offices to prepare the Juno release of EEF.&lt;br /&gt;
&lt;br /&gt;
I finally get a good build using tycho and signing at eclipse, just in time for M3 :) &lt;br /&gt;
&lt;br /&gt;
This build is available directly from hudson :&lt;br /&gt;
&lt;a href=&quot;https://hudson.eclipse.org/hudson/job/emf-eef-master/lastSuccessfulBuild/artifact/org.eclipse.emf/org.eclipse.emf.eef/releng/org.eclipse.emf.eef.update/target/&quot;&gt;https://hudson.eclipse.org/hudson/job/emf-eef-master/lastSuccessfulBuild/artifact/org.eclipse.emf/org.eclipse.emf.eef/releng/org.eclipse.emf.eef.update/target/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You can download the zipped repository or point out to the 'repository' folder.&lt;br /&gt;
 &lt;br /&gt;
 With this version, you can also give a try to the &lt;a href=&quot;http://eef-modeling.blogspot.com/2011/11/why-not-generating-emf-code-with.html&quot;&gt;EMF generation using Acceleo&lt;/a&gt; !&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/2725710657746694091-3325225648796605836?l=sbouchet-eef.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/YetAnotherEclipseProjectBlog/~4/_1qsPXhIGwY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 04 Nov 2011 14:16:00 +0000</pubDate>
	<author>noreply@blogger.com (Stéphane Bouchet)</author>
</item>
<item>
	<title>Goulwen Le Fur: Why not generating EMF code with Acceleo ?</title>
	<guid>tag:blogger.com,1999:blog-3811318399853665936.post-4884542670572796017</guid>
	<link>http://eef-modeling.blogspot.com/2011/11/why-not-generating-emf-code-with.html</link>
	<description>Obeo has developed the Rolls Royce of the code generation. It's time to use this for the EMF generation tooling.&lt;br /&gt;&lt;br /&gt;Since one year we are developping an alternative EMF generation with EEF. Now we have covered most of the EMF generation (even the model part!) and you can try it with the last EEF nighlty!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is the demonstration &lt;a href=&quot;http://sbouchet-eef.blogspot.com/&quot;&gt;Stéphane&lt;/a&gt; made of the new wonderful feature:&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;For the ESE attenders, I will made a demo @ the modeling symposium this evening !&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3811318399853665936-4884542670572796017?l=eef-modeling.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 03 Nov 2011 10:18:00 +0000</pubDate>
	<author>noreply@blogger.com (Goulwen Le Fur)</author>
</item>
<item>
	<title>Stéphane Bégaudeau: EclipseCon Europe Day 1</title>
	<guid>http://sbegaudeau.tumblr.com/post/12276292174</guid>
	<link>http://sbegaudeau.tumblr.com/post/12276292174</link>
	<description>&lt;p&gt;Yesterday started the 2011 edition of EclipseCon Europe. It was a great opportunity to attend very nice talks. Unfortunately everybody cannot be there so here is a small description of the talks that I’ve seen along with links for those who want to know more.&lt;/p&gt;
&lt;p&gt;As an Eclipse modeling guy, I’ve started the day with the &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/what-every-eclipse-developer-should-know-about-emf&quot;&gt;EMF tutorial&lt;/a&gt; in which newcomers to the EMF world could learn what &lt;a href=&quot;http://www.eclipse.org/modeling/emf/&quot;&gt;EMF&lt;/a&gt; is and taste several key EMF based technologies available in the eclipse foundation thanks to well detailed explanations from the Eclipse Source guys and speakers from the modeling community. For those who want to try this tutorial, its content is available online &lt;a href=&quot;http://eclipsesource.com/blogs/2011/03/22/what-every-eclipse-developer-should-know-about-emf-part-1/&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://eclipsesource.com/blogs/2011/03/31/what-every-eclipse-developer-should-know-about-emf-%E2%80%93-part-2/&quot;&gt;there&lt;/a&gt; along with the slide of the &lt;a href=&quot;http://www.slideshare.net/JonasHelming/what-every-eclipse-developer-should-know-about-emf-tutorial-at-eclipsecon&quot;&gt;presentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After a good launch and an interesting keynote from &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/arduino-open-source-hardware-platform&quot;&gt;David Cuartielles&lt;/a&gt;, I went to the &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/virtual-emf-%E2%80%93-transparent-composition-weaving-and-linking-models&quot;&gt;virtual EMF&lt;/a&gt; talk. During this talk, Hugo and Gregoire have presented a new technology to manipulate several EMF models with different metamodels as one model seamlessly. After a good explanation of the concept behind virtual EMF, we had the opportunity to watch it during a demonstration using &lt;a href=&quot;http://eclipse.org/MoDisco/&quot;&gt;MoDisco&lt;/a&gt;. You can already try virtual EMF and send them your feedback by grabbing it on &lt;a href=&quot;https://code.google.com/a/eclipselabs.org/p/virtual-emf/&quot;&gt;Eclipse labs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Just after this talk I had to present &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/and-you-thought-you-knew-template-based-generators&quot;&gt;my talk&lt;/a&gt; on &lt;a href=&quot;http://eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt;. Where I’ve presented how Acceleo can be used to create and maintain easily a code generator for the language of your choice. I’ll put my presentation online as soon as possible for those who missed it even if the Eclipse Foundation seems to use a very good system to register the talks and I hope that we will be able to see that way the talk we missed later.&lt;/p&gt;
&lt;p&gt;Then I went to &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/fresh-look-graphical-editing&quot;&gt;Jan’s talk&lt;/a&gt; on graphical editing in which he presented an interesting DSL based approach to create a diagram editor. He showed how starting with an EMF model, in his case in an &lt;a href=&quot;http://eclipse.org/Xtext/&quot;&gt;Xtext&lt;/a&gt; DSL, you could use a DSL to create the mapping between your model elements and the elements displayed in your diagram and how, in a style sheet DSL, you could define the design of your diagram. With few lines of code, you end up easily with a working diagram view. For those who want to give it a try, go to Jan’s &lt;a href=&quot;http://koehnlein.blogspot.com/2011/06/using-xbase-to-define-generic-graphical.html&quot;&gt;blog&lt;/a&gt; and &lt;a href=&quot;https://github.com/JanKoehnlein/&quot;&gt;github&lt;/a&gt; account.&lt;/p&gt;
&lt;p&gt;This first day was concluded by a keynote from &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/retrospective-ten-years-eclipse&quot;&gt;John Swainson&lt;/a&gt; giving us the story of the birth of Eclipse and of course a &lt;strong&gt;great&lt;/strong&gt; party to celebrate the 10th birthday of Eclipse.&lt;/p&gt;</description>
	<pubDate>Thu, 03 Nov 2011 06:13:10 +0000</pubDate>
</item>
<item>
	<title>François Gaudin: Talk about Wisss during the Acceleo Day at RMLL 2009</title>
	<guid>http://blog.alfbox.net/index.php/2009/07/08/talk-about-wisss-during-the-acceleo-day-at-rmll-2009/</guid>
	<link>http://blog.alfbox.net/index.php/2009/07/08/talk-about-wisss-during-the-acceleo-day-at-rmll-2009/</link>
	<description>Long time not posting here. I've had a lot of work and nothing really interesting to post. I just inform you that I will make a speech about Wisss during the Acceleo Day in Nantes, at L'école des Mines, next friday at 2:30 pm.

More information at :

http://2009.rmll.info/Eclipse-Acceleo-Day-Presentation,938.html

http://www.acceleo.org/wiki/index.php/EclipseAcceleoDay:Program</description>
	<pubDate>Wed, 02 Nov 2011 17:30:19 +0000</pubDate>
</item>
<item>
	<title>François Gaudin: Apache Virtualhost generator</title>
	<guid>http://blog.alfbox.net/index.php/2008/04/02/apache-virtualhost-generator/</guid>
	<link>http://blog.alfbox.net/index.php/2008/04/02/apache-virtualhost-generator/</link>
	<description>Currently I've not much time to work on Wisss :-( However, I will make a tiny dsl and generator to have a virtualhost file generated (independent from Wisss, which already generate a vhost). I've already done this with a shell script but it will be more powerful and easy to ...</description>
	<pubDate>Wed, 02 Nov 2011 17:30:19 +0000</pubDate>
</item>
<item>
	<title>Stéphane Bouchet: 10 ans déjà !</title>
	<guid>tag:blogger.com,1999:blog-2725710657746694091.post-1584139944205388705</guid>
	<link>http://feedproxy.google.com/~r/YetAnotherEclipseProjectBlog/~3/wrWH3qabt_A/10-ans-deja.html</link>
	<description>&lt;div class=&quot;im&quot;&gt;
This is a post written in french, for english readers, the translation is &lt;a href=&quot;http://sbouchet-eef.blogspot.com/2011/10/celebrating-10-years-of-eclipse.html&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
La fondation Eclipse célèbre les 10 ans de l'IDE du même nom lors de la conférence Européenne EclipseCon dans les prochains jours.&lt;br /&gt;
&lt;br /&gt;
Pour l'occasion, un site à été créé retraçant l'historique du projet :&amp;nbsp;&lt;a href=&quot;http://eclipse.org/10years/&quot; target=&quot;_blank&quot;&gt;http://eclipse.org/10years/&lt;/a&gt;&lt;br /&gt;
Ce site permet d'afficher une timeline indiquant les grandes dates de la vie d'Eclipse.&lt;/div&gt;
Celle-ci étant collaborative, profitez en pour&amp;nbsp;y inscrire vos projets Eclipse !!!&lt;br /&gt;
&lt;div class=&quot;im&quot;&gt;
&lt;br /&gt;
Pour ma part, je profite de ce blog pour revenir sur mon aventure avec Eclipse :&lt;br /&gt;
Mon expérience de développement en JAVA commence à l'EMN, en 2000. A l'époque, j'utilisais l'environnement VisualAge for JAVA.&lt;/div&gt;
En
 2001, deux de mes collègues de promotion reviennent d'un stage 
dans la société OTI, avec dans leurs valises un nouvel IDE. Celui ci 
deviendra&amp;nbsp;la première version d'Eclipse !&lt;br /&gt;
J'ai été surtout intéressé par
 son mode de&amp;nbsp;développement, selon des techniques agiles ( build continu 
et &quot;self hosting&quot;).&lt;br /&gt;
&lt;div class=&quot;im&quot;&gt;
Leurs retours très positifs m'ont incité à utiliser la version 1.0 d'Eclipse dès sa sortie.&lt;/div&gt;
Il n'a plus quitté mon PC depuis.&lt;br /&gt;
&lt;div class=&quot;im&quot;&gt;
&lt;br /&gt;
J'ai tout de suite adhéré aux valeurs d'Eclipse : Communauté, Transparence, Ouverture.&lt;br /&gt;
Dès le début, j'ai utilisé&amp;nbsp;le bugzilla, avec une mince contribution jusqu'en 2007.&lt;br /&gt;
&lt;br /&gt;
Depuis
 j'ai été recruté chez OBEO, société est très impliquée dans 
l'écosystème Eclipse avec divers projets comme Acceleo, ATL et EMF 
Compare.&lt;br /&gt;
Je suis devenu committeur officiel dans un projet eclipse, dont ce blog en est l'une des vitrines.&lt;/div&gt;
J'ai
 également pris part à la sortie simultanée de plusieurs versions 
d'Eclipse. Je suis également impliqué dans les autres projets ainsi que dans l'écosystème Eclipse en général.&lt;br /&gt;
J'utilise quotidiennement les divers outils qu'offre la communauté&amp;nbsp;&amp;nbsp;(bugzilla, mailing list, wiki).&lt;br /&gt;
&lt;br /&gt;
Avec
 le recul, je ne pensais pas il y a 10 ans&amp;nbsp;être autant impliqué ! &lt;br /&gt;
&lt;br /&gt;
Je
 souhaite un très bon anniversaire à Eclipse (ainsi qu'à ses 
contributeurs) et lui souhaite encore des dizaines d'autres 
&amp;nbsp;anniversaires !&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot;&gt;
&lt;a href=&quot;http://eclipse.org/10years/images/logo.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;102&quot; src=&quot;http://eclipse.org/10years/images/logo.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/2725710657746694091-1584139944205388705?l=sbouchet-eef.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/YetAnotherEclipseProjectBlog/~4/wrWH3qabt_A&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 27 Oct 2011 17:20:00 +0000</pubDate>
	<author>noreply@blogger.com (Stéphane Bouchet)</author>
</item>
<item>
	<title>Stéphane Bouchet: Celebrating 10 years of Eclipse</title>
	<guid>tag:blogger.com,1999:blog-2725710657746694091.post-7768432163409684047</guid>
	<link>http://feedproxy.google.com/~r/YetAnotherEclipseProjectBlog/~3/8rdpIY7SgiY/celebrating-10-years-of-eclipse.html</link>
	<description>&lt;br /&gt;
This is a translation of a post written in french, the original is &lt;a href=&quot;http://sbouchet-eef.blogspot.com/2011/10/10-ans-deja.html&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The Eclipse Foundation celebrates&amp;nbsp; the 10th birthday of Eclipse IDE during the EclipseCon Europe in few days.&lt;br /&gt;
&lt;br /&gt;
For the occasion, a site has been created retracing the history of the project: &lt;a href=&quot;http://eclipse.org/10years/&quot; target=&quot;_blank&quot;&gt;http://eclipse.org/10years/&lt;/a&gt;&lt;br /&gt;
This
 site presents a timeline showing key dates in the life of Eclipse. It is
 collaborative, take this opportunity to register your Eclipse projects!&lt;br /&gt;
&lt;br /&gt;
For my part, I will share with you, my Eclipse adventure :&lt;br /&gt;
&lt;br /&gt;
My experience in Java development begins at the EMN in 2000. At that time I was using VisualAge for Java environment.&lt;br /&gt;
&lt;br /&gt;
In 2001, two of my colleagues returned from a Canadian intership with a new 
IDE in their suitcase . It will become the first version of Eclipse! I 
was particularly interested in its development model, based on agile 
techniques (continuous build and &quot;self hosting&quot;).&lt;br /&gt;
&lt;br /&gt;
Their very positive feedback prompted me to use the Eclipse version 1.0 upon its release. It hasn't left my computer since.&lt;br /&gt;
&lt;br /&gt;
I subscribed immediately to the Eclipse Foundation values : Community, Transparency, Openness.&lt;br /&gt;
From the beginning, I used the bugzilla, with a thin contribution until 2007.&lt;br /&gt;
&lt;br /&gt;
Since
 then, I was recruited at OBEO, company deeply involved in the 
Eclipse ecosystem with various projects such as Acceleo, ATL and EMF 
Compare.&lt;br /&gt;
&lt;br /&gt;
I became an official committer on the EEF project, which this blog is one of the showcase.&lt;br /&gt;
&lt;br /&gt;
I
 also took part in the last 3 Eclipse's simultaneous releases trains. I am also involved to other projects and the Eclipse ecosystem 
in general.&lt;br /&gt;
Every day, I use the various tools provided by the community (bugzilla, mailing list, wiki).&lt;br /&gt;
&lt;br /&gt;
Looking
 back 10 years ago, I didn't thought I will be so involved !&lt;br /&gt;
&lt;br /&gt;
I wish a very happy birthday to Eclipse (and contributors) and I wish It dozens more birthdays!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot;&gt;
&lt;a href=&quot;http://eclipse.org/10years/images/logo.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;102&quot; src=&quot;http://eclipse.org/10years/images/logo.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/2725710657746694091-7768432163409684047?l=sbouchet-eef.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/YetAnotherEclipseProjectBlog/~4/8rdpIY7SgiY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 27 Oct 2011 17:19:00 +0000</pubDate>
	<author>noreply@blogger.com (Stéphane Bouchet)</author>
</item>
<item>
	<title>Laurent Goubet: EMF Compare scalability</title>
	<guid>tag:blogger.com,1999:blog-3658502096185788177.post-8462527939471808162</guid>
	<link>http://eclipsemde.blogspot.com/2011/10/emf-compare-scalability.html</link>
	<description>During the sponsored work on EMF Compare, we have taken some time to measure the performance of EMF Compare and think about possible improvement axis. We meant to profile both the time needed to compare two models and the overall memory footprint of a comparison, this has been achieved through the use of the &lt;a href=&quot;http://www.yourkit.com/download/index.jsp&quot;&gt;Yourkit Java profiler&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The first measures we took highlighted such a huge kludge that we took the time to better the comparison algorithms before taking any further action. Through the use of google's &lt;a href=&quot;http://code.google.com/p/guava-libraries/&quot;&gt;Guava&lt;/a&gt; and some rethinking, we improved the comparison time on big model comparison a great deal, dividing the total comparison time in half!&lt;br /&gt;&lt;br /&gt;Here is a sample of the time it takes now to compare your models with the latest builds of EMF Compare :&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Structure of the sample models&lt;/b&gt; used in these tests (&quot;fragments&quot; are the number of fragmented files, the rest are UML model elements contained by the samples) :&lt;br /&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cols=&quot;5&quot; frame=&quot;VOID&quot; rules=&quot;NONE&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align=&quot;LEFT&quot; height=&quot;17&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td align=&quot;LEFT&quot; width=&quot;104&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;&lt;b&gt;Small&lt;/b&gt;&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;&lt;b&gt;Nominal&lt;/b&gt;&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;&lt;b&gt;Large&lt;/b&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Fragments&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;99&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;399&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;947&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Packages&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;97&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;389&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;880&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Classes&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;140&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;578&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;2169&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Primitive Types&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;581&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;5370&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;17152&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Data Types&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;599&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;5781&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;18637&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;State Machines&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;55&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;209&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;1311&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;States&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;202&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;765&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;10156&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Dependencies&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;235&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;2522&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;8681&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Transitions&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;798&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;3106&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;49805&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Operations&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;1183&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;5903&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;46029&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;Time and memory&lt;/b&gt; used required to compare each of the model sizes (the model is copied, randomly modified, then the copy is compared with its original) :&lt;br /&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cols=&quot;5&quot; frame=&quot;VOID&quot; rules=&quot;NONE&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align=&quot;LEFT&quot; height=&quot;17&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td align=&quot;LEFT&quot; width=&quot;150&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;&lt;br /&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;&lt;b&gt;Small&lt;/b&gt;&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;&lt;b&gt;Nominal&lt;/b&gt;&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;&lt;b&gt;Large&lt;/b&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;Time (seconds)&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;6&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;22&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;125&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;   &lt;td align=&quot;LEFT&quot; height=&quot;17&quot;&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td align=&quot;LEFT&quot;&gt;maximum Heap (Mo)&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;555&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;1019&lt;/td&gt;   &lt;td align=&quot;CENTER&quot;&gt;2100&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;We initially thought that the time was mostly spent matching the elements together. It turns out that the real bottleneck of a comparison is the differencing phase (we know the two elements &quot;match&quot;, now we need to know if, and how they differ). Just goes to show you that a profiler is mandatory in order to really &lt;i&gt;know&lt;/i&gt; why your product might be slow ;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future development&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;These profiling sessions made clear the problems of EMF Compare on large models. We can properly handle &quot;medium&quot; models : EMF Compare is fast and its GUI can react at reasonable speed. However we cannot scale this behavior to large models : memory management is somewhat inefficient (more than 2Go of heap space to compare two models that both &quot;weigh&quot; 50Mo on disk...), the GUI is sluggish... We did isolate a number of potential improvements though. Stay tuned!&lt;br /&gt;&lt;br /&gt;Note : the report is online and can be retrieved from &lt;a href=&quot;http://www.eclipse.org/emf/compare/doc/compare_scalability.pdf&quot;&gt;here&lt;/a&gt; for those interested.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3658502096185788177-8462527939471808162?l=eclipsemde.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 27 Oct 2011 16:40:00 +0000</pubDate>
	<author>noreply@blogger.com (Laurent Goubet)</author>
</item>
<item>
	<title>Stéphane Bégaudeau: Acceleo 3.2 has been released</title>
	<guid>http://sbegaudeau.tumblr.com/post/11989132482</guid>
	<link>http://sbegaudeau.tumblr.com/post/11989132482</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://eclipse.org/acceleo/&quot;&gt;Acceleo 3.2&lt;/a&gt; has been officially released today, you can grab it from the &lt;a href=&quot;http://marketplace.eclipse.org/content/acceleo&quot;&gt;Eclipse Marketplace&lt;/a&gt;, the modeling discovery UI or with the Acceleo 3.2.x update site:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2&quot;&gt;http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In this version, you will be able to see several performance improvements in the tooling and the compilation along with a brand new view in the Acceleo perspective, the Interpreter.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://eclipsemde.blogspot.com/2011/09/dynamic-interperter-your-code.html&quot;&gt;&lt;img height=&quot;292&quot; width=&quot;350&quot; src=&quot;http://1.bp.blogspot.com/-1lqdamv83cI/Tnx7OtnjR-I/AAAAAAAAAKQ/obWTvalbyIs/s350/Class_supertypes.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Interpreter view will help you create and debug your generators by letting you evaluate on the fly Acceleo expressions. You can find a detailed presentation of this new view on &lt;a href=&quot;http://eclipsemde.blogspot.com/2011/09/dynamic-interperter-your-code.html&quot;&gt;Laurent’s blog&lt;/a&gt; or in video on &lt;a href=&quot;http://www.youtube.com/watch?v=y9_3hHUZIk4&amp;hd=1&quot;&gt;youtube&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For those who want to know more, I will present a &lt;a href=&quot;http://www.eclipsecon.org/europe2011/sessions/and-you-thought-you-knew-template-based-generators&quot;&gt;talk about Acceleo&lt;/a&gt; next week during EclipseCon Europe at Ludwigsburg.&lt;/p&gt;</description>
	<pubDate>Thu, 27 Oct 2011 12:42:52 +0000</pubDate>
</item>
<item>
	<title>Mariot Chauvin: Acceleo 3.2</title>
	<guid>tag:blogger.com,1999:blog-3193880670773749221.post-2453899659778457066</guid>
	<link>http://mariot-thoughts.blogspot.com/2011/10/acceleo-32.html</link>
	<description>&lt;br /&gt;&amp;nbsp;To celebrate the &lt;a href=&quot;http://www.guardian.co.uk/sport/gallery/2011/oct/08/rugby-world-cup-england-france#/?picture=380113070&amp;index=7&quot;&gt;historic victory&lt;/a&gt; of the french&amp;nbsp;rugby team in the world cup quarter final, the &lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt; team is proud to announce its 3.2 release very soon.&lt;br /&gt;&lt;br /&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://farm7.static.flickr.com/6125/6201844762_842b473819_m.jpg&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://farm7.static.flickr.com/6125/6201844762_842b473819_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Photo from &lt;a href=&quot;http://www.flickr.com/photos/68163589@N07/&quot;&gt;NikRugby23&lt;/a&gt;&lt;/span&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;We tackled performance problems in compilation. Acceleo is now as fast as &lt;a href=&quot;http://en.wikipedia.org/wiki/Vincent_Clerc&quot;&gt;Vincent Clerc&lt;/a&gt;, and even if you totally don't know who he is, you will appreciate the better reactivity of the tool. &amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;We provide a new useful view to test Acceleo and OCL expressions on the fly, the &lt;a href=&quot;http://wiki.eclipse.org/Acceleo/Interpreter&quot;&gt;Acceleo interpreter&lt;/a&gt;.&amp;nbsp;You will find more details and example of usage of the interpreter in the&amp;nbsp;&lt;a href=&quot;http://eclipsemde.blogspot.com/2011/09/dynamic-interperter-your-code.html&quot;&gt;Laurent's blog entry&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;br /&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://wiki.eclipse.org/images/c/c1/Acceleo_Interpreter_Variable_Sample.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;169&quot; src=&quot;http://wiki.eclipse.org/images/c/c1/Acceleo_Interpreter_Variable_Sample.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Screenshot of Acceleo Interpreter&lt;/span&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Want to join the scrum &amp;nbsp;? You could &lt;a href=&quot;http://download.eclipse.org/modeling/m2t/acceleo/updates/milestones/3.2&quot;&gt;install a release candidate&lt;/a&gt; and give us feedback before the final release planned for October 24th.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3193880670773749221-2453899659778457066?l=mariot-thoughts.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 10 Oct 2011 15:09:00 +0000</pubDate>
	<author>noreply@blogger.com (Mariot Chauvin)</author>
</item>
<item>
	<title>Laurent Goubet: The dynamic interpreter, your code generation companion</title>
	<guid>tag:blogger.com,1999:blog-3658502096185788177.post-4352778179231604975</guid>
	<link>http://eclipsemde.blogspot.com/2011/09/dynamic-interperter-your-code.html</link>
	<description>The latest stable release of Acceleo, version 3.1.1 included in Indigo SR1, is fresh from the oven; but development on the next version is already well underway. The upcoming version 3.2 already includes major improvements of the tooling performance (compilation time, completion proposal computation, memory management...), making the everyday use of the Acceleo editor much more appealing; and some of the planned features for this version are already in their finalization stage.&lt;br /&gt;&lt;br /&gt;The one feature I'll linger on here is the dynamic interpreter for Acceleo and OCL expressions that we implemented for this version. Typically, you develop your code generators within the Acceleo editor, making use of the advanced edition features such as completion proposals, live compilation and syntax error reporting, syntax highlighting ...&lt;br /&gt;&lt;br /&gt;However the editor itself cannot help you determine what a given expression will return as its result. When you are in the middle of a complex OCL expression, it is sometimes difficult to say &quot;this expression will output that classifier&quot;. And here is where the live interpreter comes into play!&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-1lqdamv83cI/Tnx7OtnjR-I/AAAAAAAAAKQ/obWTvalbyIs/s1600/Class_supertypes.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;http://1.bp.blogspot.com/-1lqdamv83cI/Tnx7OtnjR-I/AAAAAAAAAKQ/obWTvalbyIs/s320/Class_supertypes.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;br /&gt;The image above displays the &quot;interpreter&quot; view and the use we can make of it : We opened the UML metamodel and selected &quot;Class&quot; in it. This makes &quot;Class&quot; the context of any evaluation entered in the interpreter (that would work with anything that can be adapted to an EMF object : selection in a model editor, selection in a graphical editor (GMF, Obeo Designer... even the &quot;variable&quot; view when debugging Acceleo generations!). We entered an expression... and the view made the rest, evaluating that expression on-the fly and displaying its result (here, all of the super-types of the UML &quot;Class&quot;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Using the Interpreter during debug&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;The Interpreter can be used as is, defining your own variables as you need them and entering the expression manually... but it can also be used in conjunction with the debugger. For example, let's say I want to know what happens within the 'UML 2 Java' example that is provided with Acceleo.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;I open the &quot;classBody&quot; module of that example, and set a breakpoint somewhere within the &quot;generateClassBody&quot; template :&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-O2uc3pdNhWM/ToMWg-spxEI/AAAAAAAAAKU/D_j0zcrdC4I/s1600/module_breakpoint.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;204&quot; src=&quot;http://1.bp.blogspot.com/-O2uc3pdNhWM/ToMWg-spxEI/AAAAAAAAAKU/D_j0zcrdC4I/s320/module_breakpoint.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Then, run the example in debug mode until the breakpoint is hit :&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-WlaQbAEDpgw/ToMaRvW1D_I/AAAAAAAAAKo/fcUHABTvsQA/s1600/module_breakpoint_hit.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;147&quot; src=&quot;http://4.bp.blogspot.com/-WlaQbAEDpgw/ToMaRvW1D_I/AAAAAAAAAKo/fcUHABTvsQA/s320/module_breakpoint_hit.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;And from there, I can either copy/paste whole expressions in the interpreter :&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-UTMX0DEtngM/ToMaPuSXEgI/AAAAAAAAAKY/uwF6GacQKYA/s1600/interpreter_debug_copypaste.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;89&quot; src=&quot;http://1.bp.blogspot.com/-UTMX0DEtngM/ToMaPuSXEgI/AAAAAAAAAKY/uwF6GacQKYA/s320/interpreter_debug_copypaste.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Or &quot;link&quot; the interpreter with the current module context...&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-cnz3S7aVYuc/ToMaQr8DjZI/AAAAAAAAAKg/BDpf_iRhInA/s1600/interpreter_debug_link_action.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;34&quot; src=&quot;http://1.bp.blogspot.com/-cnz3S7aVYuc/ToMaQr8DjZI/AAAAAAAAAKg/BDpf_iRhInA/s320/interpreter_debug_link_action.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;And directly call its templates : &lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-2CWb0SqhL2w/ToMaQFjkhMI/AAAAAAAAAKc/_RwlgkhqflE/s1600/interpreter_debug_link.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;89&quot; src=&quot;http://2.bp.blogspot.com/-2CWb0SqhL2w/ToMaQFjkhMI/AAAAAAAAAKc/_RwlgkhqflE/s320/interpreter_debug_link.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Of course, the result of this last action is lengthier than a single line, double clicking the result will open a popup in which it will be more readable :&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-VH6EKJo8nd0/ToMaRMcj4XI/AAAAAAAAAKk/aY_fg7_1JKE/s1600/interpreter_debug_link_result.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;303&quot; src=&quot;http://3.bp.blogspot.com/-VH6EKJo8nd0/ToMaRMcj4XI/AAAAAAAAAKk/aY_fg7_1JKE/s320/interpreter_debug_link_result.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The view features a number of possibilities, creating and assigning variables to be used in the expression, real-time evaluation, linking with an Acceleo editor's context, saving the expression as a new query or template in a given Acceleo module... The view itself can be used without Acceleo, and accepts any other languages through extension points. I can't detail all of its features and extension possibilities here, see the &lt;a href=&quot;http://wiki.eclipse.org/Acceleo/Interpreter&quot;&gt;wiki page&lt;/a&gt; for more (still a work in progress, yet it does describe the view in little more details than here) :).&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3658502096185788177-4352778179231604975?l=eclipsemde.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 28 Sep 2011 13:10:00 +0000</pubDate>
	<author>noreply@blogger.com (Laurent Goubet)</author>
</item>
<item>
	<title>Cédric Brun: Eclipse Modeling : the definitive tutorial</title>
	<guid>tag:blogger.com,1999:blog-5749374620125186414.post-8314226034257898745</guid>
	<link>http://model-driven-blogging.blogspot.com/2011/09/eclipse-modeling-definitive-tutorial.html</link>
	<description>One of the thing we keep hearing from the adopters is : we need more doc, not just reference documentation but also how using and combining the Eclipse Modeling components.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Richard Gronback's answer to these request was to write a book. But as we are living in a fast changing world filled with innovation it quickly got outdated.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Reinaldo de Souza, a &lt;a href=&quot;http://wiki.eclipse.org/Google_Summer_of_Code&quot;&gt;GSOC&lt;/a&gt; student did an amazing work as part of the Amalgamation Project. He did prepare an awesome cross-modeling components tutorials : the design of an Android DSL using Ecore, providing a textual syntax using XText, customizing EMF editors using EEF up to generating the Android code using Acceleo.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;The EMF &lt;b&gt;domain model&lt;/b&gt; and Eclipse editors&lt;br /&gt;&lt;a href=&quot;https://github.com/eclipse-soc/amalgamation-examples-emf&quot;&gt;https://github.com/eclipse-soc/amalgamation-examples-emf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Xtext &lt;b&gt;Textual syntax&lt;/b&gt; for the DSL :&lt;br /&gt;&lt;a class=&quot;ot-anchor&quot; href=&quot;https://github.com/eclipse-soc/amalgamation-examples-xtext&quot;&gt;https://github.com/eclipse-soc/amalgamation-examples-xtext&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Acceleo to &lt;b&gt;generate&lt;/b&gt; the Android code :&lt;br /&gt;&lt;a class=&quot;ot-anchor&quot; href=&quot;https://github.com/eclipse-soc/amalgamation-examples-acceleo&quot;&gt;https://github.com/eclipse-soc/amalgamation-examples-acceleo&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;It is more than just a start, it really is a complete tutorial with step by step instruction on the wiki  and the corresponding projects one can import in his workspace.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;a href=&quot;https://github.com/eclipse-soc/amalgamation-examples-acceleo/wiki/Android-code-generation-with-Acceleo&quot;&gt;https://github.com/eclipse-soc/amalgamation-examples-acceleo/wiki/Android-code-generation-with-Acceleo&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;The original idea was to provide also tutorials and examples for GMF or Graphiti. It could not be done in the timeframe but anybody wanting to continue the example with the same domain model using other components is &lt;b&gt;very welcome&lt;/b&gt; !&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Now we still have to package it properly so that the adopters can get it in a nicely integrated way in their IDE.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5749374620125186414-8314226034257898745?l=model-driven-blogging.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 14 Sep 2011 12:08:00 +0000</pubDate>
	<author>noreply@blogger.com (Cédric Brun)</author>
</item>
<item>
	<title>Cédric Brun: Collaborative Modeling : the New Deal</title>
	<guid>tag:blogger.com,1999:blog-5749374620125186414.post-5246499953484002343</guid>
	<link>http://model-driven-blogging.blogspot.com/2011/09/collaborative-modeling-new-deal.html</link>
	<description>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-ugAFHv97sFk/TmddyN5VOFI/AAAAAAAAAmo/I-DDeEOKxd4/s1600/lock.png&quot;&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Want to know how we tackle collaborative modeling @ Obeo ? Want to see&lt;b&gt; live demos &lt;/b&gt;of consistent optimistic or painless pessimistic strategies ? Want to see more of what is going on mixing &lt;b&gt;Mylyn&lt;/b&gt; and EMF/GEF/GMF ? Want to see live collaborative UI based on &lt;b&gt;CDO/Dawn &lt;/b&gt;?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Benjamin Muskalla (Tasktop), Martin Fluegge and I did prepare something for you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/-ugAFHv97sFk/TmddyN5VOFI/AAAAAAAAAmo/I-DDeEOKxd4/s320/lock.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5649587374864545874&quot; /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;All you have to do is to&lt;b&gt; vote for&lt;a href=&quot;http://eclipsecon.org/sessions/collaborative-modeling-new-deal&quot;&gt; this  talk&lt;/a&gt;&lt;/b&gt; and come to EclipseCon Europe  !&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5749374620125186414-5246499953484002343?l=model-driven-blogging.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 07 Sep 2011 11:55:00 +0000</pubDate>
	<author>noreply@blogger.com (Cédric Brun)</author>
</item>
<item>
	<title>Goulwen Le Fur: EEF submissions for EclipseCon Europe</title>
	<guid>tag:blogger.com,1999:blog-3811318399853665936.post-3454384877033153960</guid>
	<link>http://eef-modeling.blogspot.com/2011/08/eef-submissions-for-eclipsecon-europe.html</link>
	<description>&lt;br /&gt;
&lt;br /&gt;This year, I will try to present two talks to EclipseCon Europe about the &lt;a href=&quot;http://www.eclipse.org/modeling/emft/?project=eef&quot;&gt;Extended Editing Framework&lt;/a&gt; (EEF) and more generally Eclipse Modeling : &lt;a href=&quot;https://www.eclipsecon.org/sessions/scientific-application-redesign-oil-industry-eclipse-modeling&quot;&gt;Scientific application redesign in oil industry with Eclipse Modeling&lt;/a&gt;  and &lt;a href=&quot;https://www.eclipsecon.org/sessions/25-min-take-care-your-end-users-eef&quot;&gt;25 min to take care of your end users with EEF!&lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt;&lt;span&gt;Scientific application redesign in o&lt;/span&gt;&lt;span&gt;il industr&lt;/span&gt;&lt;span&gt;y with Eclipse Modeling&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span&gt;This first talk deals with a work we made with IFP energies nouvelles (IFPEN) for redesign a part of its platform &lt;span&gt;OpenFlow&lt;/span&gt;. IFPEN &lt;/span&gt;&lt;span class=&quot;788002022-16082011&quot;&gt;develops and pro&lt;/span&gt;&lt;span class=&quot;788002022-16082011&quot;&gt;vides a platform aiming at creating scientific  softwares for oil production industry. This platform offers several services like tools helping &lt;/span&gt;&lt;span class=&quot;788002022-16082011&quot;&gt;creation of&lt;/span&gt;&lt;span class=&quot;788002022-16082011&quot;&gt; graphical user interfaces or a comm&lt;/span&gt;&lt;span class=&quot;788002022-16082011&quot;&gt;unication framework to send data to s&lt;/span&gt;&lt;span class=&quot;788002022-16082011&quot;&gt;upercomputers.
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;img src=&quot;file://home/glefur/Bureau/OpenWorkflow.png&quot; alt=&quot;&quot; /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-h1tHDUh8xqQ/TlIkpB0MtJI/AAAAAAAAAGo/nNAscHH2Cwo/s1600/OpenWorkflow.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-h1tHDUh8xqQ/TlIkpB0MtJI/AAAAAAAAAGo/nNAscHH2Cwo/s320/OpenWorkflow.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5643613570329261202&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;The communication part of the suite is fully operational but can be really improved, mainly in the way the communications are described. The work with IFPEN was to create a communication designer with &lt;a href=&quot;http://www.eclipse.org/modeling/emft/?project=ecoretools&quot;&gt;EcoreTools&lt;/a&gt; and to generate all the communication layer of  the IFPEN platform with &lt;a href=&quot;http://eclipse.org/acceleo/&quot;&gt;Acceleo 3&lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-muwuOhOn2vw/TlIrMHRofkI/AAAAAAAAAGw/yUrYJGbDmJ4/s1600/Target-architecture.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-muwuOhOn2vw/TlIrMHRofkI/AAAAAAAAAGw/yUrYJGbDmJ4/s320/Target-architecture.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5643620770160082498&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;For this talk, I will be assisted by two persons of IFPEN and we will show you :
&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The different elements of Eclipse Modeling we used to made this redesign&lt;/li&gt;&lt;li&gt;A demonstration of the final Communication Designer&lt;/li&gt;&lt;li&gt;And a demonstration of a second tool we made to create automatically GUI with EEF
&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;span&gt;25 min to take care of your end users with EEF!&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;The second talk I proposed is more EEF-centric. EEF has reached its version 1.0 and is no longer in incubation. The two years in incubation allowed the framework to be more and more robust and to be a real candidate to become the EMF.edit framework version &lt;span&gt;2.0&lt;/span&gt;!
&lt;br /&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-QmR7D9xBN0M/TlJGvElPXzI/AAAAAAAAAHM/260jKQYLQIg/s1600/eef.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-QmR7D9xBN0M/TlJGvElPXzI/AAAAAAAAAHM/260jKQYLQIg/s320/eef.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5643651057546387250&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;I will try to focus this talk on a tutorial aspect to enable people attending the presentation to use EEF immediatly on their own use cases.
&lt;br /&gt;The talk will start with a short introduction of the project and will be followed by a first tutorial to get good looking properties view for a given metamodel defined with Ecore.
&lt;br /&gt;After a short presentation of the different kinds of generable GUI with EEF, a second tutorial will show how to create very usable form editors with the &lt;span&gt;extension&lt;/span&gt; part of EEF.
&lt;br /&gt;
&lt;br /&gt;&lt;span id=&quot;result_box&quot; class=&quot;&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;hps&quot;&gt;I hope this&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;description of the&lt;/span&gt; talks&lt;span class=&quot;hps&quot;&gt; I've&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;submitted&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;around&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;EEF&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;convinced you&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;and&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;make you want&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;to come&lt;/span&gt; to &lt;span class=&quot;hps&quot;&gt;this wonderful&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;event&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;that is&lt;/span&gt; &lt;a href=&quot;https://www.eclipsecon.org/&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Europe&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;EclipseCon&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; !
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3811318399853665936-3454384877033153960?l=eef-modeling.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 22 Aug 2011 09:22:00 +0000</pubDate>
	<author>noreply@blogger.com (Goulwen Le Fur)</author>
</item>
<item>
	<title>Frédéric Thomas: An AltaRica textual editor in Eclipse</title>
	<guid>tag:blogger.com,1999:blog-5697110185156025739.post-5217452206951370547</guid>
	<link>http://modeldrivenblog.blogspot.com/2011/06/altarica-textual-editor-in-eclipse.html</link>
	<description>&lt;!--  @page { margin: 2cm }  P { margin-bottom: 0.21cm }  A:link { so-language: zxx } --&gt;   &lt;br /&gt;&lt;div&gt;Since more than one year, I have heard about the &lt;a href=&quot;http://altarica.labri.fr/&quot;&gt;AltaRica&lt;/a&gt; language provided by the &lt;a href=&quot;http://www.labri.fr/&quot;&gt;LaBRI&lt;/a&gt;. AltaRica is a language designed to model both functional and dysfunctional behaviors of critical systems. AltaRica provides a syntax and a set of model-checkers like &lt;a href=&quot;http://altarica.labri.fr/forge/projects/4/wiki&quot;&gt;ARC&lt;/a&gt; that allows to analyze the set of reachable configurations of a concurrent system from an initial state for example. This language has a formal semantic and seems quite easy to learn and to use !&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;However, I haven't found a free plug and play editor for a beginner (as me) with auto-completion and error detection. I have thus implemented, during my spare time, a textual AltaRica Eclipse-based editor in a first version.&lt;/div&gt;&lt;br /&gt;My motivation are :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;to learn the langage&amp;nbsp;&lt;/li&gt;&lt;li&gt;to be able to use this langage with the &lt;a href=&quot;http://www.eclipse.org/emf/&quot;&gt;Eclipse Modeling Framework&lt;/a&gt;. In fact, if I succeed, the AltaRica model and all other models used during my critical systems developments (SysML, UML, EventB, Requirements, traceability) will be managed by the same common modelling framework. It will thus facilitate the interroperability !&amp;nbsp;&lt;/li&gt;&lt;li&gt;to learn the Eclipse-Based &lt;a href=&quot;http://www.eclipse.org/Xtext/&quot;&gt;xText&lt;/a&gt; technology for which you can describe the AltaRica grammar and generate the Eclipse-integrated textual editor.&lt;/li&gt;&lt;/ul&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-MlF3SLOnxxE/TgEdR2IaSfI/AAAAAAAAACI/XLWVh9BVWBc/s1600/S%25C3%25A9lection_231.png&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;http://3.bp.blogspot.com/-MlF3SLOnxxE/TgEdR2IaSfI/AAAAAAAAACI/XLWVh9BVWBc/s400/S%25C3%25A9lection_231.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;An extract from the xText AltaRica grammar&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;!--  @page { margin: 2cm }  P { margin-bottom: 0.21cm } --&gt;   &lt;br /&gt;&lt;div&gt;After several hours, I succeed in providing my first AltaRica editor with auto completion and error detection. For sample, I can edit the counter example delivered with ARC and compile this sample.&lt;/div&gt;&lt;div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-OTryzGMi4I4/TgEe8qfQ9cI/AAAAAAAAACM/5S2imusSmYs/s1600/S%25C3%25A9lection_232.png&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;A simple counter from 0 to 10. The counter can be incremented by&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; one unit using inc event or by two units using inc2 event.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-IfZVQZe_GyU/TgEhHFlFMjI/AAAAAAAAACU/aRKV74znkJ0/s1600/S%25C3%25A9lection_234.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-IfZVQZe_GyU/TgEhHFlFMjI/AAAAAAAAACU/aRKV74znkJ0/s1600/S%25C3%25A9lection_234.png&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;Syntax error detection&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-mjybNVkMDUI/TgEhICC8iBI/AAAAAAAAACY/MVc-oJPxdw8/s1600/S%25C3%25A9lection_235.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-mjybNVkMDUI/TgEhICC8iBI/AAAAAAAAACY/MVc-oJPxdw8/s1600/S%25C3%25A9lection_235.png&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;Completion proposals&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-xgNuKn13oak/TgEfgc0V76I/AAAAAAAAACQ/xfQpcdrTFmc/s1600/S%25C3%25A9lection_233.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-xgNuKn13oak/TgEfgc0V76I/AAAAAAAAACQ/xfQpcdrTFmc/s1600/S%25C3%25A9lection_233.png&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot;&gt;The ARC compilation results when asking all the path to get count &amp;gt;=3&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td class=&quot;tr-caption&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;!--  @page { margin: 2cm }  P { margin-bottom: 0.21cm } --&gt;   &lt;br /&gt;&lt;div&gt; &lt;!--  @page { margin: 2cm }  P { margin-bottom: 0.21cm } --&gt;   &lt;/div&gt;&lt;div align=&quot;JUSTIFY&quot;&gt;The ARC console is not yet integrated in Eclipse because I don't know if someone else could be interested either in using or in contributing to this editor. Please, feel free to contact me if you are interesting !  &lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5697110185156025739-5217452206951370547?l=modeldrivenblog.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 27 Jun 2011 10:28:05 +0000</pubDate>
	<author>noreply@blogger.com (Fred)</author>
</item>
<item>
	<title>Frédéric Thomas: RT-Simex R&amp;D project presented to the FSE conference</title>
	<guid>tag:blogger.com,1999:blog-5697110185156025739.post-1721836087583189061</guid>
	<link>http://modeldrivenblog.blogspot.com/2010/12/rt-simex-r-project-presented-to-fse.html</link>
	<description>Last month, &lt;br /&gt;&lt;br /&gt;Julien, from the INRIA Aoste team, has   presented the RT-Simex project to the FSE conference   (http://fse18.cse.wustl.edu/). The slides are available here : &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.slideshare.net/fthomasfr/fsertsimex&quot;&gt;http://www.slideshare.net/fthomasfr/fsertsimex.&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5697110185156025739-1721836087583189061?l=modeldrivenblog.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 27 Jun 2011 01:27:50 +0000</pubDate>
	<author>noreply@blogger.com (Fred)</author>
</item>
<item>
	<title>Stéphane Bégaudeau: What's new in Acceleo 3.1</title>
	<guid>http://sbegaudeau.tumblr.com/post/6820952943</guid>
	<link>http://sbegaudeau.tumblr.com/post/6820952943</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo 3.1&lt;/a&gt; has been released yesterday as part of the &lt;a href=&quot;http://eclipse.org/indigo/projects.php&quot;&gt;Eclipse 3.7 Indigo&lt;/a&gt; release train. So let’s have a look at some of the new features available in this release.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Language improvements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Support for documentation for templates, queries and modules.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/e/e4/TemplateDocumentation.png&quot; border=&quot;0&quot; height=&quot;134&quot; width=&quot;440&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Support for TODO and FIXME&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/6/61/AcceleoTodo.png&quot; border=&quot;0&quot; height=&quot;268&quot; width=&quot;508&quot; align=&quot;middle&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tooling improvements&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Improved real time error detections with new errors detected and warning support. &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/d/da/AcceleoDeprecated.png&quot; border=&quot;0&quot; height=&quot;252&quot; width=&quot;500&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Brand new wizard for the creation of new projects and new modules. &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;http://stephanebegaudeau.tumblr.com/post/3364263626/wizards-in-acceleo-3-1&quot;&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/b/bf/AcceleoWizard.png&quot; border=&quot;0&quot; height=&quot;411&quot; width=&quot;323&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Documentation in completion and hover &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/d/d3/AcceleoDocumentation.png&quot; border=&quot;0&quot; height=&quot;216&quot; width=&quot;500&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Improved outline view with new actions to filter and sort templates and queries.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/8/8f/AcceleoOutline.png&quot; border=&quot;0&quot; height=&quot;235&quot; width=&quot;247&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Improved support for metamodels that have not been deployed in a plugin. &lt;/li&gt;
&lt;li&gt; New refactoring options (extract as query, pull up, generate documentation…)&lt;/li&gt;
&lt;li&gt;Acceleo runtime available as an &lt;a href=&quot;http://stephanebegaudeau.tumblr.com/post/4805170792/using-the-acceleo-runtime-in-a-java-project&quot;&gt;Eclipse library&lt;/a&gt; for all Java projects.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;http://stephanebegaudeau.tumblr.com/post/4805170792/using-the-acceleo-runtime-in-a-java-project&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;https://lh5.googleusercontent.com/_R0aPxLxg16E/TbAv4-YZk5I/AAAAAAAAAQc/kLrUXKLGhdY/Library.png&quot; height=&quot;285&quot; width=&quot;484&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;New preference menu to customize the colors of the Acceleo editor and to activate/deactivate some options of the generation.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;https://lh6.googleusercontent.com/-Ibl-oNjGVZs/TgBYET7oziI/AAAAAAAAATg/ovidqpsXFgE/preferencePage.png&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;https://lh6.googleusercontent.com/-Ibl-oNjGVZs/TgBYET7oziI/AAAAAAAAATg/ovidqpsXFgE/preferencePage.png&quot; width=&quot;350&quot; height=&quot;350&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Better Ant and Maven support&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Acceleo 3.0 generates the necessary Ant file to compile an Acceleo project thanks to the &lt;a href=&quot;http://stephanebegaudeau.tumblr.com/post/4044822578/from-an-acceleo-code-generator-to-an-eclipse-plugin&quot;&gt;PDE build system&lt;/a&gt;. Now Acceleo 3.1 adds on top of this, two Ant files for the compilation and the launch of an Acceleo generation out of Eclipse. We are also introducing the generation of the pom.xml for a &lt;a href=&quot;http://sbegaudeau.tumblr.com/post/6517419281/acceleo-3-1-maven-and-tycho&quot;&gt;tycho/maven based build&lt;/a&gt; of Acceleo projects.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New serialization option&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Support of binary resource serialization for Acceleo modules. With this new option, you will be able to reduce the size of your Acceleo generators and improve their loading time.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;http://stephanebegaudeau.tumblr.com/post/3702663432/new-serialization-option-and-performance-improvements&quot;&gt;&lt;span&gt;&lt;span class=&quot;image&quot;&gt;&lt;img class=&quot;quimby_search_image&quot; src=&quot;http://wiki.eclipse.org/images/8/8d/AcceleoBinaryResource.png&quot; border=&quot;0&quot; height=&quot;300&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;For those who want to know more about Acceleo, you can find more information on the &lt;a href=&quot;http://docs.obeonetwork.com/acceleo&quot;&gt;Obeo Network&lt;/a&gt; or you can follow me on &lt;a href=&quot;http://twitter.com/#!/sbegaudeau&quot;&gt;twitter&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 23 Jun 2011 08:10:32 +0000</pubDate>
</item>
<item>
	<title>Freddy Allilaire: Eclipse DemoCamp in Nantes</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-894586726782890066</guid>
	<link>http://freddyallilaire.blogspot.com/2011/06/eclipse-democamp-in-nantes.html</link>
	<description>Next week the second edition on the Eclipse DemoCamp will take place at the Ecole des Mines de Nantes.&lt;br /&gt;&lt;br /&gt;Even if Nantes is specialized in Eclipse modeling technologies, we have this year an existing program with a good mix of modeling and non-modeling talks.&lt;br /&gt;&lt;br /&gt;6:15PM - 6:35PM: MoDisco &amp;amp; ATL (AtlanMod)&lt;br /&gt;&lt;br /&gt;6:35PM - 6:55PM: EMF Facet (Mia-Software)&lt;br /&gt;&lt;br /&gt;6:55PM - 7:15PM: EEF (Goulwen Le Fur, Obeo)&lt;br /&gt;&lt;br /&gt;7:45PM - 8:05PM: Memory Analyzer (Zenika)&lt;br /&gt;&lt;br /&gt;8:05PM - 8:25PM: Tycho (Pod Programming)&lt;br /&gt;&lt;br /&gt;8:25PM - 8:45PM: EGit (Obeo)&lt;br /&gt;&lt;br /&gt;8:45PM - 9:00PM: General Questions &amp;amp; Wrap-up&lt;br /&gt;&lt;br /&gt;If you want to attend, please update the wiki page or contact me:&lt;br /&gt;&lt;a href=&quot;http://wiki.eclipse.org/Eclipse_DemoCamps_Indigo_2011/Nantes&quot;&gt;http://wiki.eclipse.org/Eclipse_DemoCamps_Indigo_2011/Nantes&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-894586726782890066?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 22 Jun 2011 00:06:25 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Etienne Juliot: Webinar Retour EclipseCon 2011 : ce qui nous attend dans Eclipse 3.7</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-2185274106363939711</guid>
	<link>http://www.mda4eclipse.com/2011/05/webinar-retour-eclipsecon-2011-ce-qui.html</link>
	<description>Tomorrow (2011/05/31, at 3 pm Paris timezone), there will a webinar about EclipseCon 2011 and Eclipse Indigo focused on news and northworthy of the Eclipse ecosystem. For the first time, this webinar will be in French since it will target the large and active community of French Eclipse users and some of them are more comfortable with their native language ;)&lt;br /&gt;&lt;br /&gt;Speakers are: &lt;span class=&quot;field-item&quot;&gt;Etienne Juliot, Cédric Brun, Mariot Chauvin, Mikaël Barbero, Frédéric Madiot.&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;field-item&quot;&gt;You can register at: &lt;a href=&quot;http://live.eclipse.org/node/1030&quot;&gt;http://live.eclipse.org/node/1030 &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-pbTPmwFbcXY/TeNXpcmruFI/AAAAAAAABv4/RePsRcrP7nw/s1600/eclipse_live_logo_header.jpg&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-pbTPmwFbcXY/TeNXpcmruFI/AAAAAAAABv4/RePsRcrP7nw/s1600/eclipse_live_logo_header.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;English abstract&lt;/b&gt;&lt;br /&gt;EclipseCon 2011 was a great success with lots of announcements and exciting new projects.&lt;br /&gt;If you could not got there or you didn't success to fork yourself to see every talks, this webinar will help you to have an overview of the event and the upcoming technologies for Eclipse Indigo.&lt;br /&gt;As lots of materials on EclipseCon are already available in English and in a view to increase their visibility to the french community, this webinar will be in French.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Résumé en français&lt;/b&gt;&lt;br /&gt;EclipseCon 2011 a été un grand succès avec beaucoup d'annonces et de nouveaux projets passionnants.&lt;br /&gt;Si vous n'étiez pas sur place ou vous n'avez pas réussi à vous dédoubler vous pour voir toutes les conférences, ce webinar vous aidera à avoir un aperçu de l'événement et des technologies à venir pour Eclipse Indigo.&lt;br /&gt;Comme beaucoup de documents sur EclipseCon sont déjà disponibles en anglais et en vue d'accroître leur visibilité à la communauté française, ce webinar sera en français.&lt;br /&gt;&lt;br /&gt;Ce webinar durera une heure et sera présentée de manière chronologique, comme si vous étiez à Santa Clara du lundi au jeudi. Les orateurs sont exclusivement des commiteurs des projets de la fondation ou des orateurs à la conférence. En prévision de la sortie d'Eclipse 3.7 qui sortira en juin prochain, nous vous montrerons pourquoi cette version est la plus importante depuis plusieurs années en expliquant ses nouveautés : Orion, Eclipse 4, Virgo, Acceleo, WindowBuilder, Tycho, EEF, eGit, ...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;UPDATE :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The webinar has been recorded and is available at&amp;nbsp; / La vidéo a été enregistrée à l'adresse :&lt;br /&gt;&lt;a href=&quot;http://live.eclipse.org/node/1030&quot;&gt;http://live.eclipse.org/node/1030&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here are the slides / Voici les supports de présentation :&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;__ss_8170329&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.slideshare.net/ejuliot/retour-eclipsecon-2011-ce-qui-nous-attend-dans-eclipse-37&quot; title=&quot;Retour EclipseCon 2011 : ce qui nous attend dans Eclipse 3.7&quot;&gt;Retour EclipseCon 2011 : ce qui nous attend dans Eclipse 3.7&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;div&gt;View more &lt;a href=&quot;http://www.slideshare.net/&quot;&gt;presentations&lt;/a&gt; from &lt;a href=&quot;http://www.slideshare.net/ejuliot&quot;&gt;Etienne Juliot&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-2185274106363939711?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 01 Jun 2011 15:22:39 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Mariot Chauvin: About modeling workbenches</title>
	<guid>tag:blogger.com,1999:blog-3193880670773749221.post-7076230055866920742</guid>
	<link>http://mariot-thoughts.blogspot.com/2011/05/about-modeling-workbenches.html</link>
	<description>I was last week at Cambridge for &lt;a href=&quot;http://www.codegeneration.net/cg2011/index.php&quot;&gt;Code Generation 2011&lt;/a&gt;.&lt;div&gt;&lt;br /&gt;That's the first time I attend to this conference, and I feel I have missed for several years, agreat opportunity to discuss and share ideas about modeling beyond Eclipse community. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;One hot topic of the conference was &lt;a href=&quot;http://www.martinfowler.com/articles/languageWorkbench.html&quot;&gt;language workbenches&lt;/a&gt; with a &lt;a href=&quot;http://www.languageworkbenches.net/&quot;&gt;competition&lt;/a&gt; dedicated to them one day before the official start. You will find &lt;a href=&quot;http://www.theenterprisearchitect.eu/archive/2011/05/26/language-workbench-competition-2011&quot;&gt;several&lt;/a&gt; &lt;a href=&quot;http://www.hulshout.nl/blog/2011/05/29/language-workbench-competition-2011-code-generation-2011/&quot;&gt;summaries&lt;/a&gt; on this first journey with the several presentations, including the &lt;a href=&quot;http://www.obeodesigner.com/&quot;&gt;Obeo Designer&lt;/a&gt; one. I really enjoyed this workshop and discovered interesting new workbenches such as &lt;a href=&quot;http://pjmolina.com/metalevel/essential/&quot;&gt;Essential&lt;/a&gt; or &lt;a href=&quot;http://whole.sourceforge.net/&quot;&gt;Whole platform&lt;/a&gt;.   &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The day after I presented how you could create easily your own modeling workbench mixing several kind of editors. If you did not attend, following is a summary of my presentation.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-RKSIpWJCjj4/Td6XwONKIpI/AAAAAAAAAQE/qj6uTRsrZoo/s1600/firstSlide.PNG&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/-RKSIpWJCjj4/Td6XwONKIpI/AAAAAAAAAQE/qj6uTRsrZoo/s320/firstSlide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5611089040453018258&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I started by explaining why particularly graphical DSL are more interesting than UML if you want to raise your level of abstraction rather than level of complexity.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;UML graphical notation, along being not specific, &lt;a href=&quot;http://www.ajilon.com.au/images/stories/pdfs/november-december2009-thephysicsofnotations.pdf&quot;&gt;is ambiguous and not intuitive.&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-4qfrpzUl4W0/Td7McEIvmUI/AAAAAAAAAQM/7ncVX-AO-oE/s1600/secondSlide.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-4qfrpzUl4W0/Td7McEIvmUI/AAAAAAAAAQM/7ncVX-AO-oE/s320/secondSlide.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5611146968269035842&quot; /&gt;&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; Building a graphical or textual DSL should be driven by end user way of work and data you model.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Neither expect from an emacs user to program by drawing some kind of diagram sequence, nor expect from a powerpoint user to create a flowchart by literally typing it.    &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-Iyh3V2uWQqY/TeAyXI9qI4I/AAAAAAAAAQU/YnbfdFxtDTc/s1600/thirdSlide.PNG&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-Iyh3V2uWQqY/TeAyXI9qI4I/AAAAAAAAAQU/YnbfdFxtDTc/s320/thirdSlide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5611540508828115842&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;One of a key point for a modeling workbench is its ability to support collaborative work, which means enable people with different concerns to work on the same models.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;A modeling workbench should adapt to the workflow of users and set process with conflicts handling.   &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/--aWXH2dNtZw/TeO7k8OsCdI/AAAAAAAAAQ0/B0IYhbxmZ4o/s1600/genSlide.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/--aWXH2dNtZw/TeO7k8OsCdI/AAAAAAAAAQ0/B0IYhbxmZ4o/s320/genSlide.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612535803951188434&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Modeling is valuable in itself, however you can reach another level of productivity gain when you use models to produce deliverables : code, documentation or settings file.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;A modeling workbench should manage de- synchronization between models and the deliverables. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-wD4khtBjla0/TeOyzqTJXnI/AAAAAAAAAQs/H6XeVOJi9rg/s1600/third3Slide.PNG&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-wD4khtBjla0/TeOyzqTJXnI/AAAAAAAAAQs/H6XeVOJi9rg/s320/third3Slide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612526161231437426&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Obeo Designer is a modeling workbench platform which focus on adaptability, flexibility and tooling. It is based on eclipse modeling projects.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For instance for text generation it includes &lt;a href=&quot;http://www.eclipse.org/acceleo&quot;&gt;Acceleo&lt;/a&gt;, a template based approach generator with featured editor, debugger and profiler.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-v0ODQ3pvC4o/TePAgpZZy3I/AAAAAAAAAQ8/KwRV6M38Sh8/s1600/third4Slide.PNG&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-v0ODQ3pvC4o/TePAgpZZy3I/AAAAAAAAAQ8/KwRV6M38Sh8/s320/third4Slide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612541227734518642&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;It includes also Viewpoint, a graphical runtime to specify graphical representations such as diagrams and table editors. You don't need to generate any line of code to specify representations. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Viewpoint provides several mechanisms to display only relevant informations such as layers and filters.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-zAdIx7pW8kQ/TePAo88W67I/AAAAAAAAARE/eaTUolqRWtU/s1600/demoSlide.PNG&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/-zAdIx7pW8kQ/TePAo88W67I/AAAAAAAAARE/eaTUolqRWtU/s320/demoSlide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612541370420358066&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Live demo showed how to create such editors to edit graphically models and then did a model transformation from UML and a code generation to Java.  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-nKRZfr5nhag/TePA2HHc2cI/AAAAAAAAARM/W5f_g7xuv5Q/s1600/fourSlide.PNG&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/-nKRZfr5nhag/TePA2HHc2cI/AAAAAAAAARM/W5f_g7xuv5Q/s320/fourSlide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612541596489537986&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This platform has been used for several Obeo customers and partners with different kind of editors and with various generation use cases.  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For instance for &lt;a href=&quot;http://modeldrivenblog.blogspot.com/2011/01/mde-in-action-for-safety-analysis.html&quot;&gt;safety analysis&lt;/a&gt; with &lt;a href=&quot;http://en.wikipedia.org/wiki/Fault_tree_analysis&quot;&gt;FTA&lt;/a&gt; diagrams. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-e70xZF8gutU/TePA2XtVzEI/AAAAAAAAARU/VcrTGgSOaSI/s1600/fifthSlide.PNG&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-e70xZF8gutU/TePA2XtVzEI/AAAAAAAAARU/VcrTGgSOaSI/s320/fifthSlide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612541600943426626&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Viewpoint technology is also capable of drawing advanced diagrams for your domain specific models such as sequences diagrams (including interaction uses and combined fragments).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-pCdKi2TfyKc/TePA2xh7o6I/AAAAAAAAARc/CaGWHsa38KE/s1600/lastSlide.PNG&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-pCdKi2TfyKc/TePA2xh7o6I/AAAAAAAAARc/CaGWHsa38KE/s320/lastSlide.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5612541607874896802&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Even if you should often avoid UML you may have to deal with such legacy models.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So we provide &lt;a href=&quot;http://www.obeonetwork.com/uml&quot;&gt;open-source UML editors&lt;/a&gt; you could easily extend or integrate in a descriptive manner. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you want to know more, &lt;a href=&quot;http://slidesha.re/lAXAo1&quot;&gt;presentation slides are available online&lt;/a&gt;. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I attended to a lot of interesting talks, but if I should to retain only two, it would definitely be the keynotes from &lt;a href=&quot;http://www.antlr.org/wiki/pages/viewrecentblogposts.action?key=~admin&quot;&gt;Terrence Parr&lt;/a&gt; and &lt;a href=&quot;http://ed-merks.blogspot.com/&quot;&gt;Ed Merks&lt;/a&gt;. Strong opinions, good sense of humor, and a understandable speech to explain what they have realized.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3193880670773749221-7076230055866920742?l=mariot-thoughts.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 26 May 2011 14:45:00 +0000</pubDate>
	<author>noreply@blogger.com (Mariot Chauvin)</author>
</item>
<item>
	<title>Etienne Juliot: True story of a successful business model based on Eclipse</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-1242800746567488992</guid>
	<link>http://www.mda4eclipse.com/2011/05/true-story-of-successful-business-model.html</link>
	<description>At EclipseCon 2010, I do an&lt;a href=&quot;http://www.eclipsecon.org/2011/sessions/?page=sessions&amp;id=2316&quot;&gt; original talk about business model&lt;/a&gt;. I was very happy to see so many persons to listen a non-technical talk.&lt;br /&gt;My goal wasn't to explain generalities about FOSS business models (a very good talk was done by Neelan Choksi, the president and COO of Tasktop, and is available at &lt;a href=&quot;http://www.eclipsecon.org/2011/sessions/?page=sessions&amp;id=2299&quot;&gt;http://www.eclipsecon.org/2011/sessions/?page=sessions&amp;amp;id=2299&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;My goal was to explain our own story, why we continually adapt our commercial offer (service or product), and how we succeed to find a nice way to make money with free software.&lt;br /&gt;Eg: provide for free our code generation tooling, and selling legacy migration solutions!&lt;br /&gt;&lt;br /&gt;I also explained how Eclipse Foundation help us to find a way to increase the visibility of our work (and so, to increase the number of leads).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;__ss_7379968&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.slideshare.net/ejuliot/story-of-a-successfull-business-model-based-on-eclipse&quot; title=&quot;Story of a successfull business model based on eclipse&quot;&gt;Story of a successfull business model based on eclipse&lt;/a&gt;&lt;/b&gt;  &lt;br /&gt;&lt;div&gt;View more &lt;a href=&quot;http://www.slideshare.net/&quot;&gt;presentations&lt;/a&gt; from &lt;a href=&quot;http://www.slideshare.net/ejuliot&quot;&gt;Etienne Juliot&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-1242800746567488992?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 04 May 2011 15:46:34 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Jonathan Musset: My new blog about filmmaking and open source</title>
	<guid>tag:blogger.com,1999:blog-8684155425640756294.post-769271725103817948</guid>
	<link>http://jomd.blogspot.com/2011/02/my-new-blog-about-filmmaking-and-open.html</link>
	<description>&lt;div&gt;In parallel with my computing activity, I decided to open a new blog about filmmaking, to share my experiences in this domain... &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I will talk about independent filmmaking, DSLR cinema, new amazing DSLR techniques, film production processes, directing, cinematography... and how the openness and the innovation of free software spirit can also improve all that stuff...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://jonathan-cinema.blogspot.com/&quot;&gt;Here&lt;/a&gt; is the link... See you later on this blog or on the other one...&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8684155425640756294-769271725103817948?l=jomd.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 18 Feb 2011 16:32:00 +0000</pubDate>
	<author>noreply@blogger.com (Jonathan Musset)</author>
</item>
<item>
	<title>Etienne Juliot: Eclipse Modeling for WTP</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-8403036074958336469</guid>
	<link>http://www.mda4eclipse.com/2010/11/eclipse-modeling-for-wtp.html</link>
	<description>If I want to describe cinematic between my webapp, which representation is the easiest to understand :&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;this one:&lt;br /&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/TOK_j8rol8I/AAAAAAAABik/BIxsgriPFFw/s1600/code.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/TOK_j8rol8I/AAAAAAAABik/BIxsgriPFFw/s400/code.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5540201115924600770&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;or this one :&lt;a href=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/TOK_4kKFcZI/AAAAAAAABis/kpEuw1GDeWU/s1600/model.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/TOK_4kKFcZI/AAAAAAAABis/kpEuw1GDeWU/s400/model.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5540201470118687122&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;At Eclipse Summit Europe 2010, I do a talk to explain how Modeling can be useful to design JavaEE based applications:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;how to create some textual and graphical DSL for each layers of my webapp,&lt;br /&gt;&lt;/li&gt;&lt;li&gt;how to create Acceleo based code generators for Hibernate, Struts, Spring and others frameworks,&lt;/li&gt;&lt;li&gt;how to integrate everything in an Entreprise Architecture with a Togaf based designer.&lt;/li&gt;&lt;/ul&gt;Some flash demos &lt;a href=&quot;http://www.obeo.fr/pages/obeo-designer-for-is/demonstration/&quot;&gt;are available &lt;/a&gt;to see the resulted workbench.&lt;br /&gt;&lt;br /&gt;And here are my slides:&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;__ss_5800175&quot;&gt;&lt;strong&gt;&lt;a href=&quot;http://www.slideshare.net/ejuliot/eclipse-modeling-for-wtp&quot; title=&quot;Eclipse Modeling for WTP&quot;&gt;Eclipse Modeling for WTP&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-8403036074958336469?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 16 Nov 2010 19:22:19 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Jérôme Benois: Vidéo de la présentation &quot;MDA en 2010 au JUG Summer Camp&quot;</title>
	<guid>urn:md5:40190974337f3519e2468e6fbb8af75b</guid>
	<link>http://blog.benois.fr/post/2010/11/03/Video-MDA-en-2010-JUG-Summer-Camp</link>
	<description>&lt;p&gt;Juste un mot pour vous dire que les vidéos du JUG Summer Camp 2010 sont
disponibles sur Parleys ici :
http://www.parleys.com/#id=31362&amp;amp;st=4&lt;/p&gt;
&lt;p&gt;La mienne intitulée &amp;quot;Le MDA en 2010, une visiion pragmatique!&amp;quot; est
ici :&lt;/p&gt;
&lt;p&gt;

&lt;/p&gt;</description>
	<pubDate>Wed, 03 Nov 2010 15:46:00 +0000</pubDate>
</item>
<item>
	<title>Etienne Juliot: My slides about Acceleo / MTL at the Eclipse &amp; OMG symposium</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-1639631847942345087</guid>
	<link>http://www.mda4eclipse.com/2010/10/my-slides-about-acceleo-mtl-at-eclipse.html</link>
	<description>Here are my slides I presented at the &lt;a href=&quot;http://www.omg.org/news/meetings/tc/mn/special-events/Eclipse.htm&quot;&gt;2nd Biannual Symposium on Eclipse Open Source&lt;br /&gt;Software &amp;amp; OMG Open Specifications in Minneapolis&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I spoke about our experiences with Acceleo to implement the MOF-to-Text Language specification. At the end of my talk, I explain problems we had about sharing our feedback about specs with the OMG organisation. OMG guys was very interested about this and I hope it will simplify some collaboration beetween Eclipse community and OMG spec writers.&lt;br /&gt;&lt;br /&gt;Here is the abstract:&lt;br /&gt;&quot;When OMG tackled the standardization of        an M2T syntax with the MOF Model to Text Language        specification, commiters decided to rewrite Acceleo from        scratch as an official Eclipse Foundation project,        changing the syntax to the OMG standard while keeping        the exemplary tooling and pragmatism of Acceleo.org.&lt;br /&gt;    With Acceleo 3.0 included in Eclipse 3.6, our new goal        is to provide the de facto or reference implementation        of the standard; however, some parts of the        specification are still quite vague and ambiguous and        collaboration with OMG isn't smooth. We discuss both the        specification and the implementation, and gather overall        thoughts on how to provide a long-term and successful        communication channel between the Acceleo project and        OMG representatives.&quot;&lt;br /&gt;&lt;br /&gt;Here are the slides:&lt;br /&gt;&lt;div id=&quot;__ss_5623790&quot;&gt;&lt;strong&gt;&lt;a href=&quot;http://www.slideshare.net/ejuliot/2010-06-22-omg-obeo&quot; title=&quot;2010 06 22   omg - obeo&quot;&gt;2010 06 22   omg - obeo&lt;/a&gt;&lt;/strong&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-1639631847942345087?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 31 Oct 2010 17:58:32 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Jonathan Musset: How to create working Android applications using Eclipse modeling techniques</title>
	<guid>tag:blogger.com,1999:blog-8684155425640756294.post-3417866844697078190</guid>
	<link>http://jomd.blogspot.com/2010/10/how-to-create-working-android.html</link>
	<description>&lt;div&gt;Several months ago, at Eclipse Con 2010, I presented a talk titled &quot;&lt;a href=&quot;http://www.eclipsecon.org/2010/sessions/sessions?id=1165&quot;&gt;Acceleo Code Generation : Let's start with an Android example&lt;/a&gt;&quot;. This is the &lt;a href=&quot;http://www.obeo.fr/videos/acceleo-eclipse/eclipse-modeling-runaway-acceleo.htm&quot;&gt;demo&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;At Eclipse Summit Europe, we will do the &lt;a href=&quot;http://www.eclipsecon.org/summiteurope2010/sessions/?page=sessions&amp;id=1833&quot;&gt;talk again&lt;/a&gt;. This time, I won't participate... But, &lt;a href=&quot;http://mdenutshell.blogspot.com/&quot;&gt;Mikael Barbero&lt;/a&gt; and &lt;a href=&quot;http://sbegaudeau.tumblr.com/&quot;&gt;Stephane Begaudeau&lt;/a&gt; will show an advanced version of this tutorial : &quot;&lt;a href=&quot;http://www.eclipsecon.org/summiteurope2010/sessions/?page=sessions&amp;id=1833&quot;&gt;Creating a Language for Android Apps with Eclipse Modeling&lt;/a&gt;&quot;. Both are software engineers at &lt;a href=&quot;http://www.obeo.fr/&quot;&gt;Obeo&lt;/a&gt;. They have worked on this 4 hours tutorial with &lt;a href=&quot;http://koehnlein.blogspot.com/search/label/Eclipse&quot;&gt;Jan Koehnlein&lt;/a&gt; and Holger Schill from &lt;a href=&quot;http://www.itemis.com/&quot;&gt;Itemis&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this &lt;a href=&quot;http://www.eclipsecon.org/summiteurope2010/sessions/?page=sessions&amp;id=1833&quot;&gt;tutorial&lt;/a&gt;, attendees will create working Android applications using Eclipse modeling techniques. This talk will start with a short presentation of Android and its development tools. Then the attendees will learn how to define abstractions using &lt;a href=&quot;http://www.eclipse.org/modeling/emf/&quot;&gt;EMF&lt;/a&gt; Ecore and how to create a language and an editor for these with &lt;a href=&quot;http://www.eclipse.org/Xtext&quot;&gt;Xtext&lt;/a&gt;. Finally, they will implement a generator that creates the Java and XML source code of the Android application with the help of &lt;a href=&quot;http://www.eclipse.org/acceleo&quot;&gt;Acceleo&lt;/a&gt;. The team will demonstrate how these ingredients are integrated into the Eclipse workbench just like Java and XML do.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thank you guys for the good job you have done to prepare this tutorial. That kicks ass! The result seems to be very impressive...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This tutorial will also be interesting for beginners... Being an expert at code generation or Acceleo is not necessary to get started on your first code generator : using the Acceleo editor and the powerful features it exposes (completion, syntax highlighting, on-the-fly compilation, quick outline, ...), it is very easy to get started once you understand the most basic principles. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_LdJ_YM5dw4g/TMl61VOSWgI/AAAAAAAABJM/UhSq5k7srWY/s1600/teasing.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_LdJ_YM5dw4g/TMl61VOSWgI/AAAAAAAABJM/UhSq5k7srWY/s320/teasing.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5533088673850087938&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;&lt;a href=&quot;http://www.flickr.com/photos/laihiu/4407979507/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Flickr/androids eat apples!/laihiu&lt;/span&gt;&lt;/a&gt; &lt;/pre&gt;&lt;pre&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;div&gt;&lt;a href=&quot;http://www.eclipsecon.org/summiteurope2010/sessions/?page=sessions&amp;id=1844&quot;&gt;Goulwen Le Fur&lt;/a&gt; will also be at Eclipse Summit Europe 2010 and he will talk about EEF, this very usefull component I have talked about several times this year.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_LdJ_YM5dw4g/TMmr_NNtrNI/AAAAAAAABJU/8g06gL1mo4I/s1600/pres+eef.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_LdJ_YM5dw4g/TMmr_NNtrNI/AAAAAAAABJU/8g06gL1mo4I/s320/pres+eef.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5533142719568653522&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8684155425640756294-3417866844697078190?l=jomd.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 28 Oct 2010 13:15:00 +0000</pubDate>
	<author>noreply@blogger.com (Jonathan Musset)</author>
</item>
<item>
	<title>Freddy Allilaire: Eclipse DemoCamp in Nantes this week</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-5356333700485998771</guid>
	<link>http://freddyallilaire.blogspot.com/2010/07/eclipse-democamp-in-nantes-this-week.html</link>
	<description>Don't forget this Thursday if you're closed to Nantes to attend to our &lt;a href=&quot;http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Nantes&quot;&gt;Eclipse DemoCamp&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Here we have the program:&lt;br /&gt;18:00 - 18:10: Welcome&lt;br /&gt;18:10 - 18:35: &lt;a href=&quot;http://www.eclipse.org/MoDisco/&quot;&gt;Modisco&lt;/a&gt;, by Gabriel Barbier, Mia-Software&lt;br /&gt;18:35 - 19:00: &lt;a href=&quot;http://www.eclipse.org/webtools/&quot;&gt;WTP with Glassfish&lt;/a&gt;, by Laurent Ruaud and Evariste Konkolé, Serli&lt;br /&gt;19:00 - 19:25: &lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt;, by Stéphane Bégaudeau, Obeo&lt;br /&gt;19:25 - 19:50: &lt;a href=&quot;http://www.eclipse.org/eclipsesoa/&quot;&gt;Eclipse SOA&lt;/a&gt;, by INRIA&lt;br /&gt;19:50 - 20:15: &lt;a href=&quot;http://www.eclipse.org/atl/&quot;&gt;ATL&lt;/a&gt; in the AtlanMod Model Management Architecture, by Hugo Bruneliere, EMN/INRIA&lt;br /&gt;20:15 - 20h45: &lt;a href=&quot;http://www.eclipse.org/modeling/gmp/?project=gmf#gmf&quot;&gt;GMF&lt;/a&gt; Showcases, by Etienne Juliot, Obeo&lt;br /&gt;20:45 - 21h00: Open discussion&lt;br /&gt;&lt;br /&gt;Our goal: few slides, lots of demos!&lt;br /&gt;&lt;br /&gt;If you want to attend, please use the wiki page: &lt;a href=&quot;http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Nantes&quot;&gt;http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Nantes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See you on Thursday!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-5356333700485998771?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 06 Jul 2010 18:28:09 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Laurent Delaigue: Acceleo 3 and properties</title>
	<guid>tag:blogger.com,1999:blog-1993969114866864911.post-2765888767229913831</guid>
	<link>http://softwaremodernization.blogspot.com/2010/07/accele-3-and-properties.html</link>
	<description>Since I'm often brought to develop acceleo generators, I often had to design my templates so that they can be easily parameterized by users.&lt;br /&gt;This is important since by doing so, acceleo modules are flexible enough to fit my users needs and (hopefully) I don't have to update modules too often.&lt;br /&gt;Of course, you need to carefully design your templates to achieve this modularity. But for simple needs, simple solutions are the best.&lt;br /&gt;&lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt; natively supports the use of &lt;b&gt;properties files &lt;/b&gt;which is an efficient and simple way to parameterize generation module: Properties are generally simple to understand and users can use them easily.&lt;br /&gt;Well, Acceleo 3 is out, and of course properties are still supported. I just wanted to point out something I stumble upon just recently: Properties files are now accessed via the java ResourceBundle mechanism. And consequently, they need to be in the classpath in order to be accessed at runtime.&lt;br /&gt;So, as a module developer, you'll place your default properties files (those you provide with your modules in order to have a sensible default behavior) in a package of your module project.&lt;br /&gt;&lt;b&gt;Well, don't forget to check that this package is exported at runtime, otherwise your properties won't be accessible when you run your generations!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You probably already know how to do it but just in case: open the &lt;span&gt;META-INF/MANIFEST.MF&lt;/span&gt; file, and in the &lt;span&gt;Runtime&lt;/span&gt; tab just add the package(s) that contain your properties files.&lt;br /&gt;And since you need to do this also for your entry point templates, it may be a good idea to place default properties files in the same package as the entry point template files?&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1993969114866864911-2765888767229913831?l=softwaremodernization.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 02 Jul 2010 13:43:00 +0000</pubDate>
	<author>noreply@blogger.com (Laurent Delaigue)</author>
</item>
<item>
	<title>Freddy Allilaire: Acceleo 3.0.0 is released!</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-1183390590251226323</guid>
	<link>http://freddyallilaire.blogspot.com/2010/06/acceleo-300-is-released.html</link>
	<description>&lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo 3.0&lt;/a&gt; has just been released and it comes with compatibility with Eclipse 3.4, 3.5 and the latest 3.6 versions. Acceleo 3.0 is a pragmatic implementation of the &lt;a href=&quot;http://www.omg.org/spec/MOFM2T/1.0/&quot;&gt;OMG Model-to-text specification&lt;/a&gt;. It supports the developer with most of the features that can be expected from a top quality code generator IDE: simple syntax, efficient code generation, advanced tooling, features on par with the JDT... Acceleo also has a unique tooling around example-based design of code generators with all the pragmatism we had with the 2.x stream.&lt;br /&gt;&lt;br /&gt;Acceleo can be downloaded and installed in a number of ways. If you have an existing Eclipse installation and simply wish to install Acceleo in it, &lt;a href=&quot;http://www.eclipse.org/acceleo/download/#installUpdate&quot;&gt;installing through the update site&lt;/a&gt; is the easiest way. If you'd rather install a new Eclipse with Acceleo, you may want to take a look at the facilities provided &lt;a href=&quot;http://www.eclipse.org/acceleo/download/#installAmalgam&quot;&gt;by the amalgamation project&lt;/a&gt;. Amalgamation is the project that leads the creation of the modeling bundle, it has an easy one click discover and install wizard. Thanks to it you could also easily install also ATL 3.1 (the model-to-model transformation language in Eclipse), EEF (a way to improve the EMF model creation), EMF Compare 1.1 and many other modeling components.&lt;br /&gt;&lt;br /&gt;Acceleo 3.1 will be released in June 2011 with the Eclipse Indigo release train. We also planned several corrective versions for the 2.x maintenance stream: a 2.7.1 version will be released this year and a 2.8 version in 2011. Meanwhile, the Acceleo team is investigating towards Eclipse 4 (e4) compatibility. All the links and information to download and install Acceleo are available from here: &lt;a href=&quot;http://www.eclipse.org/acceleo/download/&quot;&gt;http://www.eclipse.org/acceleo/download/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note that examples are available from the menu right-click =&gt; New =&gt; Examples =&gt; Acceleo Plug-ins.&lt;br /&gt;&lt;br /&gt;Do not hesitate to give feedback through the mailing-lists, the bug-tracker or the web forum, a Wiki is available to ease the collaboration and the gathering of tips and tricks.&lt;br /&gt;Support information: &lt;a href=&quot;http://www.eclipse.org/acceleo/support/&quot;&gt;http://www.eclipse.org/acceleo/support/&lt;/a&gt;&lt;br /&gt;Developers information: &lt;a href=&quot;http://www.eclipse.org/acceleo/developers/&quot;&gt;http://www.eclipse.org/acceleo/developers/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks to all the developers and contributors involved in this release!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-1183390590251226323?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 29 Jun 2010 17:08:18 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Yvan Lussaud: How to create an Acceleo 2.x generator for composed metamodels</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-7036758863605104166</guid>
	<link>http://metaplop.blogspot.com/2010/06/how-to-create-acceleo-2x-generator-for.html</link>
	<description>Imagine you have a metamodel that reference other metamodels and you want to create a generator for this metamodel. Let's take an example :&lt;br /&gt;&lt;br /&gt;The first metamodel contains an EClass named Object that have a reference package of type EPackage. That create a reference to the ECore metamodel.&lt;br /&gt;&lt;br /&gt;First we have to create a template for the first metamodel :&lt;br /&gt;&lt;br /&gt;%&lt;br /&gt;metamodel http://www.obeo.fr/first&lt;br /&gt;&lt;br /&gt;import manymetamodels.ecore&lt;br /&gt;%&gt;&lt;br /&gt;&lt;br /&gt;%script type=&quot;first.Object&quot; name=&quot;default&quot; file=&quot;test.txt&quot;%&gt;&lt;br /&gt;Object %name%&gt; :&lt;br /&gt;&lt;br /&gt;%package.default%&gt;&lt;br /&gt;&lt;br /&gt;Then we need to create the template manymetamodels.ecore.mt :&lt;br /&gt;&lt;br /&gt;%&lt;br /&gt;metamodel http://www.eclipse.org/emf/2002/Ecore&lt;br /&gt;%&gt;&lt;br /&gt;&lt;br /&gt;%script type=&quot;ecore.EPackage&quot; name=&quot;default&quot;%&gt;&lt;br /&gt;EPackage %name%&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And that's all. So you just need to create at least one template per metamodel and then inport them according to the way you navigate your metamodels.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-7036758863605104166?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 25 Jun 2010 01:56:53 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Goulwen Le Fur: Eclipse Wordlcup : Bye Bye France, Hello source code !</title>
	<guid>tag:blogger.com,1999:blog-3811318399853665936.post-3261430796032472514</guid>
	<link>http://eef-modeling.blogspot.com/2010/06/eclipse-wordlcup-bye-bye-france-hello.html</link>
	<description>Very sad day for french people, French team is probably out of the competition, thanks to Nicolas, Sidney and ... of course Raymond. Anyway, Here is the current rating in the Eclipse community :&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_khfLXuz_LOc/TBto29E9hzI/AAAAAAAAAEQ/xHSeggqzbJc/s1600/forecast-ranking.png&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/_khfLXuz_LOc/TBto29E9hzI/AAAAAAAAAEQ/xHSeggqzbJc/s320/forecast-ranking.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5484092264571307826&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Came from the end of ranking ldelaigue lead now the game. lredor is second, arichard third and Jens fourth. Finally fmaillet is always in top 5.&lt;br /&gt;&lt;br /&gt;Sorry for &lt;a href=&quot;http://jomd.blogspot.com/&quot;&gt;Jonathan&lt;/a&gt; and &lt;a href=&quot;http://model-driven-blogging.blogspot.com/&quot;&gt;Cédric&lt;/a&gt; who are now ranked 8th and 10th of the game. More information on : &lt;a href=&quot;http://www.obeo.fr/download/eef/samples/wc2010/results.html&quot;&gt;Forecast ranking&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I've just added the source code of the Eclipse Worldcup Forecast application on the Eclipse CVS. You can find it in the test directory of the eef project. &lt;a href=&quot;http://www.eclipse.org/modeling/emft/eef/project-info/eclipse-wcf.psf&quot;&gt;Here&lt;/a&gt; is a PSF file.&lt;br /&gt;&lt;br /&gt;Feel free to create you're own extension for the Eclipse WorldcupForecast Application ;)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3811318399853665936-3261430796032472514?l=eef-modeling.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 18 Jun 2010 12:31:00 +0000</pubDate>
	<author>noreply@blogger.com (Goulwen Le Fur)</author>
</item>
<item>
	<title>Freddy Allilaire: Eclipse DemoCamp in Nantes</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-865673815637339275</guid>
	<link>http://freddyallilaire.blogspot.com/2010/06/eclipse-democamp-in-nantes.html</link>
	<description>Obeo and INRIA organize an Eclipse DemoCamp at Nantes on the 8th of July: &lt;a href=&quot;http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Nantes&quot;&gt;http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Nantes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Don't be afraid, we looked at the world cup agenda and there will be no game on this day! So you could attend quietly and maybe take a break about soccer for few hours.&lt;br /&gt;&lt;br /&gt;However don't miss the first Eclipse World cup experience where I hope lot of people will join us (Go! Go! Go France!). If you're interested, &lt;a href=&quot;http://eef-modeling.blogspot.com/2010/06/share-worldcup-experience-with-eclipse.html&quot;&gt;take a look to the post made by Goulwen&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For the DemoCamp, we have started to work on the agenda and already several interesting demos will be presented: &lt;a href=&quot;http://www.eclipse.org/acceleo/&quot;&gt;Acceleo&lt;/a&gt; by Obeo, &lt;a href=&quot;http://www.eclipse.org/MoDisco/&quot;&gt;MoDisco&lt;/a&gt; by Mia-software, &lt;a href=&quot;http://www.eclipse.org/webtools/&quot;&gt;WTP&lt;/a&gt; by Serli and more to come.&lt;br /&gt;&lt;br /&gt;If you want to propose a demo or simply attend, please sign up on the &lt;a href=&quot;http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Nantes&quot;&gt;wiki&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;See you in Nantes!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-865673815637339275?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 10 Jun 2010 19:31:48 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Yvan Lussaud: Agility 1.4 is out</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-6002413976658503000</guid>
	<link>http://metaplop.blogspot.com/2010/05/agility-14-is-out.html</link>
	<description>Agility is a product based on Eclipse that help migrating code. You can find more details &lt;a href=&quot;http://www.obeo.fr/pages/agility/en&quot;&gt;here&lt;/a&gt;. This new release comes with several improvements :&lt;br /&gt;&lt;br /&gt;- Custom link resolution&lt;br /&gt;- OStore reflective editor&lt;br /&gt;- Export to product parser&lt;br /&gt;&lt;br /&gt;There are also bug fixes of course :)&lt;br /&gt;&lt;br /&gt;&lt;span id=&quot;formatbar_Buttons&quot;&gt;&lt;span class=&quot; on down&quot; id=&quot;formatbar_CreateLink&quot; title=&quot;Lien&quot;&gt;&lt;img src=&quot;http://www.blogger.com/img/blank.gif&quot; alt=&quot;Lien&quot; class=&quot;gl_link&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-6002413976658503000?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 20 May 2010 06:36:57 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Yvan Lussaud: Acceleo 2.7 is out</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-4093038211400071804</guid>
	<link>http://metaplop.blogspot.com/2010/04/acceleo-27-is-out.html</link>
	<description>There are several improvements and bug fix :&lt;br /&gt;&lt;br /&gt;- Profiling now profile compilation of templates. EObjects profiling can&lt;br /&gt;be also disabled. It's very useful when generating from big models.&lt;br /&gt;- EA models import has been improved&lt;br /&gt;- Some improvements have been done on resource caching&lt;br /&gt;- A template extender have been added. It allows to explicitly extends&lt;br /&gt;template from a module. It relay on extension point.&lt;br /&gt;- It's now possible to add custom services as system services. For those&lt;br /&gt;services the import statement is not required.&lt;br /&gt;- The import order error has been changed into a warning.&lt;br /&gt;&lt;br /&gt;  For a more complete list you can visite the &lt;a href=&quot;http://www.acceleo.org&quot;&gt;official Acceleo web site&lt;/a&gt;.&lt;br /&gt;  To download this new version you can use this update site &lt;a href=&quot;http://www.acceleo.org/update&quot;&gt;http://www.acceleo.org/update&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-4093038211400071804?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 12 Apr 2010 02:17:35 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Freddy Allilaire: The new acceleo release before the 3.0 version</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-1364809840854392016</guid>
	<link>http://freddyallilaire.blogspot.com/2010/04/new-acceleo-release-before-30-version.html</link>
	<description>Acceleo 2.7 has just been released. The Acceleo profiler has been  improved in particular when generating from big models. A template  extender was added; it allows to explicitly extend a template from an  Acceleo module. Custom services can now be added as a system services.  Several fixes were done on the models import from the Enterprise  Architect modeler. Concerning the Acceleo modules, the C and Java  modules have been improved. A new build is available on the update site.&lt;br /&gt;&lt;br /&gt;Furthermore some bugs have been fixed; you may want to have a look on  the new and noteworthy page for the 2.7.0 release:  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.acceleo.org/pages/new-and-noteworthy-acceleo-2-7-0/&quot;&gt;http://www.acceleo.org/pages/new-and-noteworthy-acceleo-2-7-0/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The &quot;Acceleo modeling bundles&quot; providing the Eclipse platform, Acceleo,  its prerequisites have been updated. These bundles are the way to go if  you want to test the power of modeling within Eclipse:  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.acceleo.org/pages/download-bundle/&quot;&gt;http://www.acceleo.org/pages/download-bundle/&lt;/a&gt; They provide as usual the  ATL workbench for model to model transformations, EMF Compare for model  comparison and others components composing the official Eclipse Modeling  Package.&lt;br /&gt;&lt;br /&gt;We planned several corrective versions for the 2.x branch: a 2.7.1  version will be released this year and a 2.8 version in 2011. But as you  may know, the next major release of Acceleo is currently implemented and  this new version is an official Eclipse foundation project  (&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.eclipse.org/acceleo&quot;&gt;http://www.eclipse.org/acceleo&lt;/a&gt;). The most obvious change of this new  version is the overhaul of the syntax as we now follow the OMG standard  &quot;MOF Model To Text Language&quot; (MTL) based on OCL. In incubation since a  little more than two years within Eclipse, Acceleo 3.0 is coming soon  with the Eclipse Helios train (June 2010). Acceleo 3.0 already supports  a level of functionality close to its 2.x stream. “Pre-release  candidate” milestone could already be tested:  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.eclipse.org/modeling/m2t/downloads/?project=acceleo&quot;&gt;http://www.eclipse.org/modeling/m2t/downloads/?project=acceleo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Do not hesitate to give feedback through the mailing-lists, the  bug-tracker or the web forum, a Wiki is available to ease the  collaboration and the gathering of tips and tricks.  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.acceleo.org/pages/take-part-in-acceleo/&quot;&gt;http://www.acceleo.org/pages/take-part-in-acceleo/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks to all the developpers and contributors involved in this release!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-1364809840854392016?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 07 Apr 2010 18:59:21 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Jérôme Benois: 2nd Birthday of ParisJUG</title>
	<guid>urn:md5:f9b7bf594f4c0063aa67714c331160f7</guid>
	<link>http://blog.benois.fr/post/2010/02/11/2nd-Birthday-of-ParisJUG</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://blog.benois.fr/public/ParisJUG/.juggyannif02_s.jpg&quot; alt=&quot;juggyannif02.jpg&quot; title=&quot;juggyannif02.jpg, fév. 2010&quot; /&gt; I just back in my Home Office from a two days
trip to Paris.I went to the &lt;strong&gt;second birthday of &lt;a href=&quot;http://www.parisjug.org&quot;&gt;ParisJUG&lt;/a&gt;&lt;/strong&gt;. Thanks and bravo to &lt;a href=&quot;http://www.antoniogoncalves.org/&quot;&gt;Antonio&lt;/a&gt; and all the ParisJUG team for
the organization! It was a special event about the Open-Source
revolution.&lt;br /&gt;
All French JUG leaders are came specially for this event. &lt;a href=&quot;http://twitter.com/oriannetisseuil&quot;&gt;Orianne&lt;/a&gt; and &lt;a href=&quot;http://twitter.com/jeromepetit&quot;&gt;Jerome Petit&lt;/a&gt;, the &lt;a href=&quot;http://blog.benois.fr/post/2010/02/11/www.poitoucharentesjug.org/&quot;&gt;Poitou-Charentes JUG&lt;/a&gt; leaders, announced that
we would organize an event &lt;strong&gt;in September: The Beach JUG&lt;/strong&gt; (aka Le
JUG de la Plage!) &lt;img src=&quot;http://blog.benois.fr/themes/default/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt; The event will take place in La Rochelle on the French
west coast. This will be an opportunity for me to talk about &lt;strong&gt;Model
Driven&lt;/strong&gt;. If you are interested to come and talk, ping me, I will
redirect.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
The evening starting by an excellent Keynote presented by &lt;strong&gt;&lt;a href=&quot;http://sacha.labourey.com/&quot;&gt;Sacha Labourey&lt;/a&gt;&lt;/strong&gt;. He shares with us his
experience as Open-Source committer on JBoss, then CTO and co-GM of the RedHat
/ JBoss company. And he detailed some best practices for creating an
Open-Source and succeed in life (in Open-Source world ;)) I liked this phrase:
&lt;strong&gt;&amp;quot;We are free and we don't suck ! &amp;quot;&lt;/strong&gt;&lt;br /&gt;
Then there is a surprise, a mystery guest, the buzz turned the whole day on
Twitter, tracks from &lt;a href=&quot;http://www.claramorgane.com/&quot;&gt;Clara Morgane&lt;/a&gt;
to &lt;a href=&quot;http://www.elysee.fr/&quot;&gt;Nicolas Sarkozy&lt;/a&gt;:&lt;/p&gt;
&lt;div&gt;


&lt;/div&gt;
&lt;p&gt;And finally, it's &lt;strong&gt;Marc Fleury&lt;/strong&gt;, the JBoss Founder who
became!&lt;br /&gt;
I had the honor to discuss with Marc around a glass of French wine! Marc has a
really cool life, since it sold JBoss. He came back to Europe, in Madrid and
spend full time with his children and used his free time to study Economy... a
huge topic to me...&lt;br /&gt;
&lt;img src=&quot;http://blog.benois.fr/public/ParisJUG/.400people_m.jpg&quot; alt=&quot;400people.jpg&quot; title=&quot;400people.jpg, fév. 2010&quot; /&gt;
&lt;img src=&quot;http://blog.benois.fr/public/ParisJUG/eclipse-membership-strategic.jpg&quot; alt=&quot;eclipse_built on_neg_logo_fc_xsm.ai&quot; title=&quot;eclipse_built on_neg_logo_fc_xsm.ai, fév. 2010&quot; /&gt;Just after the
Keynote, &lt;strong&gt;&lt;a href=&quot;http://www.mda4eclipse.com/&quot;&gt;Etienne
Juliot&lt;/a&gt;&lt;/strong&gt; presented a quickie before almost 400 people. It explain
how &lt;strong&gt;&lt;a href=&quot;http://www.obeo.fr&quot;&gt;Obeo&lt;/a&gt;&lt;/strong&gt; joined the
&lt;strong&gt;&lt;a href=&quot;http://blog.benois.fr/post/2010/02/11/www.eclipse.org/&quot;&gt;Eclipse Foundation&lt;/a&gt;&lt;/strong&gt; as a
&lt;strong&gt;Strategic Member&lt;/strong&gt; and how to build a viable Business Model
based on the Eclipse ecosystem.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.benois.fr/public/ParisJUG/.bisounours_s.jpg&quot; alt=&quot;bisounours.jpg&quot; title=&quot;bisounours.jpg, fév. 2010&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I remember two messages: &lt;strong&gt;&amp;quot;Do it!&amp;quot;&lt;/strong&gt; and &lt;strong&gt;&amp;quot;Professional
Open-Source is not a Bisounours World&amp;quot;&lt;/strong&gt;, which reaches the Sacha
opinion. Indeed, Etienne told us that it is very difficult to monetize open
source technologies in order to build a solid software company. He explained
how Obeo has managed to build a clear strategy and build a solid business
model.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
The evening then continued with a third half-time with almost 120 people, the
moment to talk with many good Open-Source Guys!&lt;/p&gt;</description>
	<pubDate>Thu, 11 Feb 2010 19:45:00 +0000</pubDate>
</item>
<item>
	<title>Yvan Lussaud: New succes for Agility</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-1241020085629146779</guid>
	<link>http://metaplop.blogspot.com/2010/01/new-succes-for-agility.html</link>
	<description>&lt;a href=&quot;http://www.obeo.fr/pages/agility/en&quot;&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;Obeo Agility&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;is&lt;/span&gt; a &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;proprietary&lt;/span&gt; product edited by &lt;a href=&quot;http://www.obeo.fr/&quot;&gt;Obeo&lt;/a&gt;. It's used for code migration. It parses legacy code into a model used for generating code for the targeted technology. We already parse and migrate millions of code lines from many languages (Cobol, Ada, PL1, ...). We finished a project for parsing 5 millions of code lines written in &lt;a href=&quot;http://documentation.softwareag.com/default.htm&quot;&gt;Natural&lt;/a&gt;. The goal for this project was not migrating the code, but automating code review. Reports are generated using... &lt;a href=&quot;http://www.acceleo.org/&quot;&gt;Acceleo&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-1241020085629146779?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 13 Jan 2010 05:55:26 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Yvan Lussaud: Profiling your code generation</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-10676805235273372</guid>
	<link>http://metaplop.blogspot.com/2009/11/i-am-now-developing-on-eclipse-acceleo.html</link>
	<description>I am now developing on the Eclipse Acceleo project. To get started I bring a feature form the old Acceleo project. I write a profiler for the new Acceleo. It's very similar to the old profiler.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_Hn3nd3OGjuU/SxPulG8VhSI/AAAAAAAAAA8/sn-NSjQ0ug4/s1600/MTL.profiler.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_Hn3nd3OGjuU/SxPulG8VhSI/AAAAAAAAAA8/sn-NSjQ0ug4/s320/MTL.profiler.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5409929898688349474&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;   As you can see the screen shot show many statistics about the module execution. By double clicking on an element you can open its definition.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-10676805235273372?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 30 Nov 2009 09:59:06 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Etienne Juliot: Eclipse Demo Camp 2009 in Paris with Acceleo and OD</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-1619812886757203484</guid>
	<link>http://www.mda4eclipse.com/2009/11/eclipse-demo-camp-2009-in-paris-with.html</link>
	<description>Next week, November 17th, come in Paris to see Eclipse Community and news of Eclipse projects.&lt;br /&gt;I co-organise this event with &lt;a href=&quot;http://blog.proxiad.com/2009/11/04/eclipse-democamp-paris-2009/&quot;&gt;Cedric Vidal &lt;/a&gt;, a very nice guy with lots of cool ideas on model driven and EMF, and we want to promote talks with live demos and few slides (I hate &quot;slideware talks&quot;).&lt;br /&gt;We success&lt;br /&gt;&lt;br /&gt;Some very nice talks will be propose on Birt, XText, UI (with XWT and Wazaabi) and a &quot;guess star&quot; with an introduction of Mike Milinkovich (Executive Director of the Eclipse Fondation).&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://wiki.eclipse.org/images/d/df/AcceleoCompletion.png&quot;&gt;&lt;img src=&quot;http://wiki.eclipse.org/images/d/df/AcceleoCompletion.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Jonathan Musset will talk about the new features of &lt;a href=&quot;http://www.eclipse.org/acceleo&quot;&gt;Eclipse Acceleo&lt;/a&gt; project. This demo has been shown at Eclipse Summit Europe and was very impressive by the quality of the template editor which is perhaps the best editor of Eclipse platform, just after JDT.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.obeo.fr/images/designer/flow_viewpointsusage.png&quot;&gt;&lt;img src=&quot;http://www.obeo.fr/images/designer/flow_viewpointsusage.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;We will also make some demo of &lt;a href=&quot;http://www.obeo.fr/pages/obeo-designer/&quot;&gt;Obeo Designer&lt;/a&gt;, our Eclipse Modeling distribution with a new exciting tooling to create GMF designers without any Java code (during &lt;a href=&quot;http://www.obeo.fr/pages/obeo-designer/demonstration/&quot;&gt;our demo&lt;/a&gt;, we will create from scratch a new nice designer).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Info on the Eclipse wiki page:&lt;br /&gt;&lt;a href=&quot;http://wiki.eclipse.org/Eclipse_DemoCamps_November_2009/Paris&quot;&gt;http://wiki.eclipse.org/Eclipse_DemoCamps_November_2009/Paris&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Register on&lt;span&gt; &lt;/span&gt;&lt;a href=&quot;http://eclipsedemocampparis09.eventbrite.com/&quot;&gt;http://eclipsedemocampparis09.eventbrite.com/&lt;/a&gt;&lt;br /&gt;or directly with this form:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.eventbrite.com/r/etckt&quot;&gt;&lt;img src=&quot;http://www.eventbrite.com/s.gif&quot; alt=&quot;Events&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-1619812886757203484?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 12 Nov 2009 12:06:08 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Freddy Allilaire: Eclipse Acceleo Day program is available!</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-1301493127466883553</guid>
	<link>http://freddyallilaire.blogspot.com/2009/06/eclipse-acceleo-day-program-is.html</link>
	<description>The first Eclipse Acceleo workshop will take place on July 10, 2009 in Nantes. More information available here: &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.acceleo.org/wiki/index.php/EclipseAcceleoDay&quot;&gt;http://www.acceleo.org/wiki/index.php/EclipseAcceleoDay&lt;/a&gt;&lt;br /&gt;The complete program is now available with a lot of interesting talks dealing with Eclipse, MDE, DSM and of course Acceleo ;-)&lt;br /&gt;&lt;br /&gt;&lt;table border=&quot;1&quot;&gt;   &lt;tbody&gt;     &lt;tr&gt;       &lt;th&gt;Hour       &lt;/th&gt;       &lt;th&gt; Title       &lt;/th&gt;       &lt;th&gt; Presenter       &lt;/th&gt;       &lt;th&gt; Affiliation       &lt;/th&gt;       &lt;th&gt; Language       &lt;/th&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 09:00       &lt;/td&gt;       &lt;td&gt; Introduction       &lt;/td&gt;       &lt;td&gt; Etienne Juliot       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;OBEO&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; English       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 09:30       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Presentation of a DSM-oriented design and generation environment&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; Erlé Le Gac       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Capgemini&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; French       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 10:00       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;MDA &amp;amp; Acceleo deployment feedbacks&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; Vincent Fady       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Atos Origin&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; French       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 10:30       &lt;/td&gt;       &lt;td&gt; Coffee break       &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 11:00       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Acceleo, contribution to the industrialization of developments: Feedback from Bull-Centre de Services Paris&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; Olivier Leal       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Bull&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; French       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 11:45       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;An Open-source Model Driven software development toolset - Lesson learned from Orange Labs&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; Samuel Liard       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Orange Labs&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; French       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 12:15       &lt;/td&gt;       &lt;td&gt;Lunch       &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 14:00       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;MDSD Scaffolding and Acceleo&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; Cédric Vidal       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Proxiad&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; English       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 14:30       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Presentation of WISSS (Webapp Is Simple, Stupid and Secure)&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; François Gaudin       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;Makina Corpus&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; English       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 15:00       &lt;/td&gt;       &lt;td&gt;&lt;span&gt;Acceleo MTL: a standard alternative for code generation&lt;br /&gt;   &lt;/span&gt;&lt;/td&gt;       &lt;td&gt; Cédric Brun       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;OBEO&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; English       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 15:45       &lt;/td&gt;       &lt;td&gt; Coffee break       &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 16:15       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;EEF powered by Acceleo MTL - Acceleo MTL ... and punishment!&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; Goulwen Le Fur       &lt;/td&gt;       &lt;td&gt; &lt;span&gt;OBEO&lt;/span&gt;       &lt;/td&gt;       &lt;td&gt; English       &lt;/td&gt;     &lt;/tr&gt;     &lt;tr&gt;       &lt;td&gt; 17:00       &lt;/td&gt;       &lt;td&gt; Panel       &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;       &lt;td&gt;&lt;br /&gt;   &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;This workshop is free but with mandatory registration (for organisation purposes). Registration details are available here: &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.acceleo.org/wiki/index.php/EclipseAcceleoDay&quot;&gt;http://www.acceleo.org/wiki/index.php/EclipseAcceleoDay&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope to see you there :-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-1301493127466883553?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 30 Jun 2009 17:44:40 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Freddy Allilaire: Eclipse Acceleo Day</title>
	<guid>tag:blogger.com,1999:blog-6006560111132470551.post-1928373025615563803</guid>
	<link>http://freddyallilaire.blogspot.com/2009/06/eclipse-acceleo-day.html</link>
	<description>&lt;b&gt;Eclipse Acceleo Day&lt;/b&gt; will take place on July 10, 2009 in Nantes. This workshop is dedicated to Acceleo and associated technologies.     All information for attending and participating are available here: &lt;a href=&quot;http://www.acceleo.org/wiki/index.php/Eclipse_Acceleo_Day&quot;&gt;Eclipse Acceleo Day&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The workshop fees have been lowed to their minimum: &lt;span&gt;&lt;/span&gt;this is a free workshop ;), but mandatory registration (for organisation purposes). This workshop is co-located with the 10th Libre Software Meeting (&lt;a href=&quot;http://2009.rmll.info/?lang=en&quot; class=&quot;external free&quot; title=&quot;http://2009.rmll.info/?lang=en&quot; rel=&quot;nofollow&quot;&gt;http://2009.rmll.info/?lang=en&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;The workshop will be an occasion for some members of Acceleo community to meet and to exchange ideas. This meeting will also be an opportunity to present some of the planned extensions to this tool and discuss MDE related subjects.&lt;br /&gt;&lt;br /&gt;If you want to participate and/or attend, don't hesitate to contact me by email.&lt;br /&gt;&lt;br /&gt;&lt;span&gt; Scope&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Acceleo (&lt;a href=&quot;http://www.acceleo.org/&quot;&gt;http://www.acceleo.org&lt;/a&gt;) is an Eclipse-based toolkit for code generation, with a model based approach. Code generation is the technique of using or writing programs that write source code. Code generators are tools built to serve engineers in the automatic creation of applications. Acceleo is a free software, its development is totally open.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Topics of Interest&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;New Eclipse Acceleo project (&lt;a href=&quot;http://www.eclipse.org/modeling/m2t/?project=acceleo&quot;&gt;http://www.eclipse.org/modeling/m2t/?project=acceleo&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;MOF-to-Text Language&lt;/li&gt;&lt;li&gt;Validation with Acceleo&lt;/li&gt;&lt;li&gt;    Documentation generation&lt;/li&gt;&lt;li&gt;Scripting generation (PHP, Python, Ruby, ...)&lt;/li&gt;&lt;li&gt;Link with M2M transformations (ATL and others)&lt;/li&gt;&lt;li&gt;Comparison with other generative engines&lt;/li&gt;&lt;li&gt;Integration of Acceleo in a industrial tool chain&lt;/li&gt;&lt;li&gt;Presentation of existing modules (&quot;ready-to-use&quot; generators)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span&gt; Talks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Most of the talks will be 20-30 minutes long. Participants are welcome to propose a short talk presenting their project of their experience with Acceleo. Working languages are english and french. All slides and documents will be in english. Demos would be greatly appreciated :-)&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Important Dates&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Registration: July 3rd, 2009 (Even if attendance is free, registration is mandatory for organisation purposes)&lt;/li&gt;&lt;li&gt;Workshop Date : July 10th, 2009&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6006560111132470551-1928373025615563803?l=freddyallilaire.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 15 Jun 2009 19:03:52 +0000</pubDate>
	<author>noreply@blogger.com (Freddy Allilaire)</author>
</item>
<item>
	<title>Yvan Lussaud: Thread safe services</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-6623753905344074985</guid>
	<link>http://metaplop.blogspot.com/2009/05/thread-safe-services.html</link>
	<description>Last month I explained how to tune Acceleo standalone engine threading. But services were still running in mutual exclusion because historically services didn't need to be thread safe. The result was a performance loss.&lt;br /&gt;Services of a given service class couldn't run in parallel by default. It means threads will have to wait for other threads to run services. I noticed that a lot of service classes are thread safe, they don't use field or static references.&lt;br /&gt;&lt;br /&gt;But as I can't decide if a service class is thread safe or not for you, I added an interface that bypass the mutual exclusion zone for a given service class. It allows multi threads to run services of a service class. This interface is IThreadSafeService. It declares nothing, so you just have to add the implements clause as following:&lt;br /&gt;&lt;br /&gt;public MyServices implements IThreadSafeService {&lt;br /&gt;  ...&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;But be aware, if you use this interface and your service class is not thread safe it can lead to random boggus behavior. And it can be difficult to find out what is the root cause of your troubles.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-6623753905344074985?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 26 May 2009 06:54:22 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Yvan Lussaud: Acceleo standalone and multi-threading</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-5307221138875661827</guid>
	<link>http://metaplop.blogspot.com/2009/04/acceleo-standalone-and-multi-threading.html</link>
	<description>One of the main features of the standalone Acceleo engine is to provide multi-thread support. This allows us to divide the code generation time according to the count of available processors, effectively cutting the generation in half on some machines. To share the work between threads, the input model is divided into groups of objects; each group is then queued till a thread can process it.&lt;br /&gt;&lt;br /&gt;There are two parameters to tweak the multi-threaded generation. The first one is the number of threads to run simultaneously, the default value being the number of available processors plus one. This allows us to use all available processors, the one supplementary thread used to cover synchronization waiting time. While some threads are waiting for another one, one processor is free to run the thread which was waiting for an idle processor.&lt;br /&gt;&lt;br /&gt;The second parameter is the number of objects per group, the default being 20 objects per group. This parameter is very important since its allows you to find the optimum between load sharing and thread management overhead. Your objects groups will not be processed using the same amount of time. So Imaging you divided your model into two groups by setting number of objects in the model divided by 2. The group which runs faster will have to wait for the slower group at the end of the generation. In this case you are losing time. On the oposite you can put a single object per group. This way you minimize the loss of time at the genretation end. But threads will spend more time peeking groups in the queue since there are much more groups.&lt;br /&gt;&lt;br /&gt;To set thoses parameters have a look at :&lt;br /&gt;- Extension.setThreadsNumber(int)&lt;br /&gt;- Extension.setEObjectsPerThread(int)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-5307221138875661827?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 10 Apr 2009 09:36:43 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Yvan Lussaud: Acceleo profiler</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-6388626141937630301</guid>
	<link>http://metaplop.blogspot.com/2009/02/there-is-new-feature-in-acceleo-2.html</link>
	<description>&lt;p&gt;There is a new feature in Acceleo 2.5. This feature allows users to profile the generation process of Acceleo. To activate the profiling you should check the profiling checkbox in the launch configuration of the chain.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The result of the profiling session is saved as a model, it's very useful for performance comparison (using EMF Compare) or report creation in batch environment (using Acceleo :) ).&lt;/p&gt;  &lt;p&gt;Basicaly the model is the execution tree of Acceleo, each node being a step of the generation process. Those nodes give statistics like the time spent in the node and its subtree, the percentage of time it represents, and the number of times the element have been run by Acceleo. You can also find the list of EObjects for each node in the outline.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_Hn3nd3OGjuU/SZp-WuQh9ZI/AAAAAAAAAAU/pXoB1ulu-2k/s1600-h/screenshot2.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_Hn3nd3OGjuU/SZp-WuQh9ZI/AAAAAAAAAAU/pXoB1ulu-2k/s320/screenshot2.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5303690440021767570&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;The model can be sorted by chronogical order or by the time spent as shown on the screenshot.  It can help in the understanding of the generation process and finding the hotspot(s). Once this hotspot is found you can open the template editor on this element by double clicking it.&lt;/p&gt;  &lt;p&gt;I am sure this will help to optimize your Acceleo templates.&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-6388626141937630301?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 17 Feb 2009 04:12:24 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Yvan Lussaud: Welcome</title>
	<guid>tag:blogger.com,1999:blog-5542658145824276295.post-8877531508416324671</guid>
	<link>http://metaplop.blogspot.com/2009/02/welcome.html</link>
	<description>This blog will be dedicated to my development works at &lt;a href=&quot;http://www.obeo.fr&quot;&gt;Obeo&lt;/a&gt;. My aim is to provide useful information on products and features I am working on. This information can be technical tricks for developers or general purpose information.&lt;br /&gt;&lt;br /&gt;Coming soon, the ability of profiling the text generation process of Acceleo...&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5542658145824276295-8877531508416324671?l=metaplop.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 10 Feb 2009 07:57:12 +0000</pubDate>
	<author>noreply@blogger.com (yvan)</author>
</item>
<item>
	<title>Etienne Juliot: Acceleo nominated at Eclipse Technology Awards</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-6661472620487963635</guid>
	<link>http://www.mda4eclipse.com/2009/02/acceleo-nominated-as-eclipse-technology.html</link>
	<description>&lt;a href=&quot;http://www.acceleo.org/&quot;&gt;Acceleo&lt;/a&gt; project has been nominated for the Eclipse Award in the category &quot;&lt;a href=&quot;http://www.eclipse.org/org/foundation/eclipseawards/technology.php&quot;&gt;Best Open Source Eclipse-Based Developer Tool&lt;/a&gt;&quot;.&lt;br /&gt;I really think Acceleo can win because it proposes some nice Eclipse tooling, but also because it proves a real community of users and contributors with an open development process.&lt;br /&gt;&lt;br /&gt;Last year, it was &lt;a href=&quot;http://www.eclipse.org/org/foundation/eclipseawards/winners08.php&quot;&gt;EclEmma&lt;/a&gt; which won.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-6661472620487963635?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 04 Feb 2009 14:42:23 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Etienne Juliot: Papyrus 1.6 is released with Acceleo !</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-2243058413932915734</guid>
	<link>http://www.mda4eclipse.com/2007/05/papyrus-16-is-released-with-acceleo.html</link>
	<description>Papyrus, one of the best OpenSource UML modeleur on the Eclipse platform has been released.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.papyrusuml.org/&quot;&gt;http://www.papyrusuml.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Papyrus includes a new killer feature : Java code generation from UML models.&lt;br /&gt;&lt;br /&gt;And which generative engine does they choose ? Yeah ! Acceleo.&lt;br /&gt;&lt;br /&gt;Obeo has joigned Papyrus community to help them to create this Java generator.&lt;br /&gt;Of course, this generator is under EPL license.&lt;br /&gt;&lt;br /&gt;Acceleo 2.0RC2 has been used, with some specific integration plugins like this one (for the Run... menu) :&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_tRE41pX22mQ/Rjn1KHNhrLI/AAAAAAAAAAU/dV6CbHvee3A/s1600-h/papyrus-acceleo.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_tRE41pX22mQ/Rjn1KHNhrLI/AAAAAAAAAAU/dV6CbHvee3A/s320/papyrus-acceleo.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5060345210410740914&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-2243058413932915734?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 10 Dec 2008 06:09:58 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Etienne Juliot: MDE / MDA / MDSD / etc.</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-3305606532563353182</guid>
	<link>http://www.mda4eclipse.com/2007/04/mde-mda-mdsd-etc.html</link>
	<description>OMG has defined the MDA term.&lt;br /&gt;&lt;br /&gt;But now, what a jungle !&lt;br /&gt;Let's see some very simple definitions.&lt;br /&gt;&lt;br /&gt;MDE&lt;br /&gt;- Model Driven Engineering&lt;br /&gt;- definition :  all the process of creating softwares with a model driven approach.&lt;br /&gt;- examples : it includes some metamodel based analysis, how to manage teams with MDA,&lt;br /&gt;which steps are required to create a real model based software factory, ...&lt;br /&gt;&lt;br /&gt;MDA&lt;br /&gt;- Model Driven Architecture&lt;br /&gt;- definition : the technical choice of tool and metamodel for all the creation of a new software&lt;br /&gt;- examples : transformation models engines, separation and links between PIM/CIM/and others&lt;br /&gt;&lt;br /&gt;MDSD&lt;br /&gt; - Model Driven Software Development (also call MDD : Model Driven Development)&lt;br /&gt; - definition : metamodel based tools and process for development step&lt;br /&gt; - examples : source code generation (like Acceleo), PSM model based editor&lt;br /&gt;&lt;br /&gt;DSM&lt;br /&gt; - Domain Specific Modeling (and DSL : Domain Specific Language)&lt;br /&gt; - definition : metamodel based modelers to design specific and semantical models&lt;br /&gt; - examples : GMF based modelers, Workflow modelers, Wysiwig model based modelers&lt;br /&gt;&lt;br /&gt;ADM&lt;br /&gt; - Architecture Driven Modernization&lt;br /&gt; - definition : modernize existing software with a metamodel approach&lt;br /&gt; - examples : reverse engineering systems, recasting         engine (like Agility)&lt;br /&gt;&lt;br /&gt;Of course, let's do a metamodel of theses model driven definitions :&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_tRE41pX22mQ/RijL4xQ1sLI/AAAAAAAAAAM/c_ydH8yI-is/s1600-h/mde_and_others.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_tRE41pX22mQ/RijL4xQ1sLI/AAAAAAAAAAM/c_ydH8yI-is/s320/mde_and_others.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5055514757880459442&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-3305606532563353182?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 10 Dec 2008 06:09:58 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Etienne Juliot: ATL 2</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-4920045791824593803</guid>
	<link>http://www.mda4eclipse.com/2008/06/atl-2.html</link>
	<description>&lt;a href=&quot;http://www.eclipse.org/m2m/atl/&quot;&gt;ATL v2&lt;/a&gt; will be release very soon.&lt;br /&gt;ATL is a model transformation engine based on MDA standard and Eclipse platform.&lt;br /&gt;It can used for:&lt;br /&gt;- interoperability between tools&lt;br /&gt;- translate a model from a notation to another (for example: relational to uml)&lt;br /&gt;- propose &quot;different zooms&quot; on a model (for example: global specification -&gt; detailled specification -&gt; global design -&gt; ...)&lt;br /&gt;- create any kind of bridge (for example: BPMN -&gt; BPEL or BPMN -&gt; SCA)&lt;br /&gt;&lt;br /&gt;ATL 2 is provide some new exciting features:&lt;br /&gt;- better completion on model elements&lt;br /&gt;- virtual machin based on EMF&lt;br /&gt;- better performance&lt;br /&gt;- lots of bug fixes&lt;br /&gt;- a clean updatesite&lt;br /&gt;- integration inside Ganymede (Eclipse 3.4)&lt;br /&gt;- and a new commercial support on &lt;a href=&quot;http://www.atl-pro.com&quot;&gt;http://www.atl-pro.com&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFoUzA4jQOI/AAAAAAAAAHE/OYtn3RPkBbU/s1600-h/completion.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFoUzA4jQOI/AAAAAAAAAHE/OYtn3RPkBbU/s320/completion.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5213502385277845730&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;See &lt;a href=&quot;http://wiki.eclipse.org/ATL_2.0.0_New_and_Noteworthy&quot;&gt;News and Noteworthy&lt;/a&gt; for more detail on ATL 2.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-4920045791824593803?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 10 Dec 2008 06:09:58 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Etienne Juliot: Acceleo 2.0 : free module for UML2 to Hibernate</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-4659723955646679025</guid>
	<link>http://www.mda4eclipse.com/2007/05/acceleo-20-free-module-for-uml2-to.html</link>
	<description>&lt;a href=&quot;http://2.bp.blogspot.com/_tRE41pX22mQ/Rj9gx3NhrMI/AAAAAAAAAAc/mJm8HUauhrc/s1600-h/uml2hibernate.png&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/_tRE41pX22mQ/Rj9gx3NhrMI/AAAAAAAAAAc/mJm8HUauhrc/s320/uml2hibernate.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5061870915938266306&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;For Acceleo v2.0 and launching of Acceleo Modules Farm, Obeo will release with an OpenSource license one of its commercial modules : UML2Hibernate.&lt;br /&gt;&lt;br /&gt;I have create this module. It uses UML 2.1 models (class diagram with   stereotype &gt; &gt;) and generates :&lt;br /&gt;&lt;br /&gt;- DAO layer&lt;br /&gt;- Entity objects&lt;br /&gt;- HBM mapping&lt;br /&gt;- SQL tables (3NF)&lt;br /&gt;- JUnit tests&lt;br /&gt;- Hibernate v3 compatible Design Patterns&lt;br /&gt;&lt;br /&gt;It manages lots of associations :&lt;br /&gt;- inheritance&lt;br /&gt;- 1-1&lt;br /&gt;- 1-*&lt;br /&gt;- *-*&lt;br /&gt;- recursive associations&lt;br /&gt;- unidirectionnal and bidirectionnal associations&lt;br /&gt;- ...&lt;br /&gt;&lt;br /&gt;It will be available before the end of may. I hope you will enjoy it, and you will contribue to improve its features.&lt;br /&gt;Here is the link where this module will be available : &lt;a href=&quot;http://www.acceleo.org/pages/modules-repository/&quot;&gt;http://www.acceleo.org/pages/modules-repository/&lt;/a&gt;&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-4659723955646679025?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 10 Dec 2008 06:09:58 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Etienne Juliot: Icon set for post-ganymede version of Eclipse SCA</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-4928356407678714070</guid>
	<link>http://www.mda4eclipse.com/2008/06/icon-set-for-post-ganymede-version-of.html</link>
	<description>Hi,&lt;br /&gt;&lt;br /&gt;I just work on some new icons for Eclipse SCA project.&lt;br /&gt;I need some comments to choose which one need to be removed or changed.&lt;br /&gt;&lt;br /&gt;On my point of view, it will be nicer than the v1.0 version because it will better fit Eclipse UI and icons style.&lt;br /&gt;&lt;br /&gt;New global palette:&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_tRE41pX22mQ/SFqJG3tnfWI/AAAAAAAAAHM/4gIC3vMzz6Q/s1600-h/palette.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_tRE41pX22mQ/SFqJG3tnfWI/AAAAAAAAAHM/4gIC3vMzz6Q/s320/palette.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5213630269762272610&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;SCA Bindings:&lt;br /&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_tRE41pX22mQ/SFqJTw1SbII/AAAAAAAAAHU/V9R6Yo1Qszk/s1600-h/palette-binding.png&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/_tRE41pX22mQ/SFqJTw1SbII/AAAAAAAAAHU/V9R6Yo1Qszk/s320/palette-binding.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5213630491253697666&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;SCA Implementations:&lt;a href=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFqJUyNgiGI/AAAAAAAAAHc/IYvambIzRYI/s1600-h/palette-impl.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFqJUyNgiGI/AAAAAAAAAHc/IYvambIzRYI/s320/palette-impl.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5213630508803590242&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;SCA Interfaces:&lt;a href=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFqJVG4XkhI/AAAAAAAAAHk/Q_6A4yQTm20/s1600-h/palette-interface.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFqJVG4XkhI/AAAAAAAAAHk/Q_6A4yQTm20/s320/palette-interface.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5213630514352067090&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The new tree Editor:&lt;a href=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFqJW-HYxdI/AAAAAAAAAHs/6BfxfNwYpC8/s1600-h/editor.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_tRE41pX22mQ/SFqJW-HYxdI/AAAAAAAAAHs/6BfxfNwYpC8/s320/editor.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5213630546358879698&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;The graphical Designer isn't ready because it uses old style for embedded icons.&lt;br /&gt;For comment, you can use this &lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=237963&quot;&gt;bug report&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-4928356407678714070?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 10 Dec 2008 06:09:57 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>
<item>
	<title>Etienne Juliot: Eclipse 3.4 Ganymede: News and Noteworthy by projects</title>
	<guid>tag:blogger.com,1999:blog-6966035.post-4630232988019253885</guid>
	<link>http://www.mda4eclipse.com/2008/06/eclipse-34-ganymede-news-and-noteworthy.html</link>
	<description>Eclipse Ganymede has just been released.&lt;br /&gt;&lt;br /&gt;Here are list of new features of modeling projects:&lt;br /&gt;&lt;br /&gt;&lt;dl&gt;&lt;dd&gt;&lt;ul&gt;&lt;li&gt; &lt;a href=&quot;http://wiki.eclipse.org/EMF/EMF_2.4/New_and_Noteworthy&quot; title=&quot;EMF/EMF 2.4/New and Noteworthy&quot;&gt;EMF 2.4&lt;/a&gt; &lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://wiki.eclipse.org/EMF/MQ%2C_MT%2C_and_VF_1.2/New_and_Noteworthy&quot; title=&quot;EMF/MQ, MT, and VF 1.2/New and Noteworthy&quot;&gt;EMF Query, Transaction, Validation 1.2&lt;/a&gt; &lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://wiki.eclipse.org/EMF/Teneo_1.0/New_and_Noteworthy&quot; title=&quot;EMF/Teneo 1.0/New and Noteworthy&quot;&gt;Teneo 1.0&lt;/a&gt; &lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://wiki.eclipse.org/EMF/CDO_1.0/New_and_Noteworthy&quot; title=&quot;EMF/CDO 1.0/New and Noteworthy&quot;&gt;CDO 1.0&lt;/a&gt; &lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://wiki.eclipse.org/EMF/Net4j_1.0/New_and_Noteworthy&quot; title=&quot;EMF/Net4j 1.0/New and Noteworthy&quot;&gt;Net4j 1.0&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://wiki.eclipse.org/EMF_Compare_0.8.0_New_And_Noteworthy&quot;&gt;EMF Compare 0.8&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://wiki.eclipse.org/EcoreTools_New_Noteworthy&quot;&gt;Ecore Tools 0.8&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://wiki.eclipse.org/GMF_New_and_Noteworthy&quot;&gt;GMF 2.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://wiki.eclipse.org/MDT_1.1_New_and_Noteworthy&quot;&gt;MDT 1.1&lt;/a&gt; (OCL, EODM, UML2, XSD)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://wiki.eclipse.org/ATL_2.0.0_New_and_Noteworthy&quot;&gt;ATL 2.0&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/dd&gt;&lt;/dl&gt;There are other projects (like Jet, QVT-O, ...) but there haven't a News and Noteworthy page.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6966035-4630232988019253885?l=www.mda4eclipse.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 28 Jun 2008 15:57:57 +0000</pubDate>
	<author>noreply@blogger.com (Etienne Juliot)</author>
</item>

</channel>
</rss>

