<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Stéphane Bégaudeau graduated from the Nantes University of Sciences and Technology and is currently working as an Eclipse Modeling consultant at Obeo in France. 

He is the leader of Acceleo, a code generator created by Obeo and now developed in the Eclipse foundation. He also worked on Obeo Traceability, an Eclipse based tool used to supervise code generators; OD4IS a set of JEE generators for Acceleo and the UML to Java generator for Acceleo.



  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18017787-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


Twitter: @sbegaudeau



</description><title>Stephane Begaudeau</title><generator>Tumblr (3.0; @sbegaudeau)</generator><link>http://sbegaudeau.tumblr.com/</link><item><title>Maven integration in Acceleo</title><description>&lt;div&gt;
&lt;p&gt;With the release of the new Acceleo &lt;a href="https://github.com/eclipse/acceleo/blob/master/plugins/org.eclipse.acceleo.parser/src/org/eclipse/acceleo/internal/parser/compiler/AcceleoParser.java"&gt;stand alone front end&lt;/a&gt; for the compilation of Acceleo modules, I&amp;#8217;ve started to work on a brand new maven integration in Acceleo.&lt;/p&gt;
&lt;p&gt;Currently in &lt;a href="http://eclipse.org/acceleo/"&gt;Acceleo&lt;/a&gt;, if you need to build Acceleo modules with maven you have to use a &lt;a href="http://www.eclipse.org/tycho/"&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="http://www.eclipse.org/projects/project-plan.php?planurl=modeling/m2t/acceleo/plan-juno.xml"&gt;next major release of Acceleo&lt;/a&gt; will have a &lt;a href="http://maven.apache.org/guides/introduction/introduction-to-plugins.html"&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 &amp;#8220;platform:/plugins&amp;#8221; uris that are more &amp;#8220;eclipse plugin&amp;#8221; 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 &amp;#8220;source&amp;#8221; sub-directory and one &amp;#8220;output&amp;#8221; 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:&amp;#92;&amp;#8230;\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 &amp;#8220;p2.eclipse-plugin&amp;#8221; only in a Tycho based build (&amp;#8220;p2.eclipse-plugin&amp;#8221; 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="https://plus.google.com/u/0/photos/105625286543794908607/albums/5552047126204483729/5698906856629698914"&gt;&lt;img height="236" src="https://lh5.googleusercontent.com/-fy0UjpsX0Gw/TxaVl41zgWI/AAAAAAAAAqM/o_dVujk0GBQ/s500/maven.png" width="500"/&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="https://github.com/eclipse/acceleo/tree/master/maven/org.eclipse.acceleo.maven"&gt;github.com&lt;/a&gt; and you can test it with a simple pom.xml like &lt;a href="https://gist.github.com/1632174"&gt;this one&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;</description><link>http://sbegaudeau.tumblr.com/post/16059815253</link><guid>http://sbegaudeau.tumblr.com/post/16059815253</guid><pubDate>Wed, 18 Jan 2012 14:08:35 +0100</pubDate><category>Acceleo</category><category>Eclipse</category><category>Maven</category><category>MDA</category></item><item><title>Slides from EclipseCon Europe 2011</title><description>&lt;p&gt;&lt;a href="http://prezi.com/-br4fotqr3n4/and-you-thought-you-knew-template-based-code-generators/"&gt;&lt;img height="120" width="300" src="https://lh4.googleusercontent.com/-CWrvxfRM9wQ/TrqFtdbw-II/AAAAAAAAAlw/DKHOr3gEEI8/s300/prezi.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For those of you looking for the &lt;a href="http://eclipse.org/acceleo/"&gt;Acceleo&lt;/a&gt; presentation that I&amp;#8217;ve realized last week during EclipseCon Europe 2011, you can now &lt;a href="http://prezi.com/-br4fotqr3n4/and-you-thought-you-knew-template-based-code-generators/"&gt;find it online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://prezi.com/fi9kqwikimkn/the-acceleo-interpreter/"&gt;&lt;img height="189" width="300" src="https://lh4.googleusercontent.com/-abzsThRtGAw/TrqE-PtVDAI/AAAAAAAAAlk/DhTD89hwEtc/s300/prezi.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have also put &lt;a href="http://prezi.com/fi9kqwikimkn/the-acceleo-interpreter/"&gt;online&lt;/a&gt; the presentation that I&amp;#8217;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="http://www.dailymotion.com/video/xm6qy0_acceleo_tech"&gt;Dailymotion&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And now, after &lt;a href="https://twitter.com/#!/acceleo"&gt;Twitter&lt;/a&gt;, the Acceleo community will also be available on &lt;a href="https://plus.google.com/u/0/114651471803085159652"&gt;Google+&lt;/a&gt;.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/12555678558</link><guid>http://sbegaudeau.tumblr.com/post/12555678558</guid><pubDate>Wed, 09 Nov 2011 14:59:42 +0100</pubDate><category>EclipseCon</category><category>Acceleo</category></item><item><title>EclipseCon Europe Day 3</title><description>&lt;p&gt;On the latest day of EclipseCon Europe 2011, several presentations marked the day. Starting with the first european presentation of &lt;a href="http://wiki.eclipse.org/Intent"&gt;Mylyn Intent&lt;/a&gt;. Intent is a documentation tool letting you keep your documentation synchronized with your code and define validation rules to ensure that your work follows the development guidelines of your project. If you ever had a synchronization problem between your documentation and your code, you should &lt;a href="http://wiki.eclipse.org/Intent/Installation_Guide"&gt;give it a try&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lh5.googleusercontent.com/-1uDdh18zG7U/TrayRR91a0I/AAAAAAAAAkk/ny9QNMFFqdY/s450/Orion.jpg" width="450" height="336"/&gt;&lt;/p&gt;
&lt;p&gt;I started the afternoon attending to Simon&amp;#8217;s talk about &lt;a href="http://www.eclipse.org/orion/"&gt;Orion&lt;/a&gt;, the web based platform of the Eclipse Foundation. After a presentation of the state of the Orion project during which we saw its amazingly fast editor and how the Orion team fused concepts of IDEs and web based applications, we had a demonstration of how the self hosted mode can help debug problems and distribute fixes very quickly. I am looking forward for an Orion based debugger and it&amp;#8217;s definitively a project on which we should &lt;a href="http://planetorion.org/news/"&gt;keep an eye on&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Later, Sebastian&amp;#8217;s talk presented Xtend, a programming language aimed at the development of Java application by cutting the noise in the Java language and by improving it with new features like closures. As the Xtend language compiles to Java, Xtend is to Java what CoffeeScript is to Javascript. Have a look at their &lt;a href="http://www.eclipse.org/Xtext/xtend/"&gt;awesome website&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;After that, Martin Flügge realized a talk about &lt;a href="http://wiki.eclipse.org/Dawn"&gt;Dawn&lt;/a&gt;, a framework used to create collaborative tools based on CDO. With a live demonstration of a collaborative diagram editor based on Dawn, Martin has presented how Dawn can help modeling tools to move easily a step further with real-time shared editing, conflict handling and locking. You can find Martin&amp;#8217;s slides about dawn on the &lt;a href="http://www.eclipse.org/cdo/documentation/presentations/"&gt;CDO website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh4.googleusercontent.com/-ZQlJBRrpdLg/Trawgik31TI/AAAAAAAAAkQ/yLAIMLItzXE/EMF%252520Compare.jpg"&gt;&lt;img src="https://lh4.googleusercontent.com/-ZQlJBRrpdLg/Trawgik31TI/AAAAAAAAAkQ/yLAIMLItzXE/s450/EMF%252520Compare.jpg" width="450" height="336"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And finally, Mikael showed us the &lt;a href="http://www.eclipsecon.org/europe2011/sessions/emfcompare-improvements-fulfilling-requirements-modeling-platform-working-group"&gt;latest features&lt;/a&gt; of EMF Compare. With the introduction of graphical comparison of diagrams, protection of the consistencies of models depending from one another (such as during a commit) and a new comparison engine dedicated to UML models, &lt;a href="http://wiki.eclipse.org/EMF_Compare"&gt;EMF Compare&lt;/a&gt; strengthen its place as a must have tool in the development environment of any Eclipse modeling developer.&lt;/p&gt;
&lt;p&gt;This edition of EclipseCon Europe was concluded by a closing session during which everyone had the opportunity to thank the people who worked hard organizing this EclipseCon for their great work!&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/12422096381</link><guid>http://sbegaudeau.tumblr.com/post/12422096381</guid><pubDate>Sun, 06 Nov 2011 17:26:11 +0100</pubDate><category>EclipseCon</category><category>Eclipse</category></item><item><title>EclipseCon Europe Day 2</title><description>&lt;p&gt;During this second day of the EclipseCon Europe, several great talks were given, I won&amp;#8217;t describe all of them but I&amp;#8217;ll talk about some innovations from the modeling community that were presented yesterday.&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://eclipsecon.org/europe2011/sessions/collaborative-modeling-new-deal"&gt;collaborative modeling talk&lt;/a&gt; highlighted several concerns that need to be handled by the modeling community to build a modern modeling development environment.&lt;/p&gt;
&lt;p&gt;&lt;img align="middle" src="https://lh5.googleusercontent.com/-mJbXpI5kG54/TrPZGN3xRJI/AAAAAAAAAjY/R4CogLE8AyM/s450/collaborative%252520modeling.jpg" width="450" height="336"/&gt;&lt;/p&gt;
&lt;p&gt;As such, we&amp;#8217;ve seen some of the new features available in EMF compare and EGit to keep the consistency of models linked one to the other during commits. We also had a demonstration of the upcoming graphical comparison.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh6.googleusercontent.com/-okzRVVm-vxw/TrPZvai156I/AAAAAAAAAjg/Da009Cn4BBQ/compare%252520and%252520git.jpg"&gt;&lt;img align="middle" src="https://lh6.googleusercontent.com/-okzRVVm-vxw/TrPZvai156I/AAAAAAAAAjg/Da009Cn4BBQ/s450/compare%252520and%252520git.jpg" width="450" height="336"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Among the many impressive technologies coming soon in Eclipse, the demonstration of the modeling integration with Mylyn was truly impressive. For those who didn&amp;#8217;t see it &lt;a href="http://milesparker.blogspot.com/2011/09/mylyn-modeling-love.html"&gt;previously&lt;/a&gt;, Mylyn&amp;#8217;s context based workflow can now integrate Eclipse Modeling diagrams making elements disappear if they are not used for the current task. It will bring a new breath of fresh air to the graphical modeling in Eclipse.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh4.googleusercontent.com/-4JFKIfftwvE/TrPZviVieaI/AAAAAAAAAjk/SE13Q21cBLs/mylyn%252520emf.jpg"&gt;&lt;img align="middle" src="https://lh4.googleusercontent.com/-4JFKIfftwvE/TrPZviVieaI/AAAAAAAAAjk/SE13Q21cBLs/s450/mylyn%252520emf.jpg" width="450" height="336"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve also seen how the modeling community is getting ready for collaborative modeling with a presentation of the collaborative graphical editor of Dawn. Those initiatives will give end users the ability to edit the same diagrams in real time just like in Google Doc.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh3.googleusercontent.com/-ifQHx3wwS1E/TrPZyN5n57I/AAAAAAAAAjw/4AnQT1Fu1SY/dawn.jpg"&gt;&lt;img align="middle" src="https://lh3.googleusercontent.com/-ifQHx3wwS1E/TrPZyN5n57I/AAAAAAAAAjw/4AnQT1Fu1SY/s450/dawn.jpg" width="450" height="336"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the afternoon, Alexander has presented a great &lt;a href="http://eclipsecon.org/europe2011/sessions/tmf-meets-gmf-combining-graphical-and-textual-modeling"&gt;Xtext integration in GMF&lt;/a&gt;, GEF and JFace. It allows GMF diagrams to embed the Xtext tooling and while I believe that the Xtext tooling in a GMF editor is a bit overkill to handle the expressions visible in a diagram, the equally technically impressive JFace integration is definitely on my wish list for a future release of EEF as this level of tooling is definitely needed to edit expressions in a view.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh4.googleusercontent.com/-Kn9ndxOmoCc/TrPbkQYPlnI/AAAAAAAAAkE/M6c8BHhZ4sc/xtext%252520gmf.jpg"&gt;&lt;img align="middle" src="https://lh4.googleusercontent.com/-Kn9ndxOmoCc/TrPbkQYPlnI/AAAAAAAAAkE/M6c8BHhZ4sc/s450/xtext%252520gmf.jpg" width="450" height="336"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One of most awaited talk for the modeling community was of course the official presentation of &lt;a href="http://eclipsecon.org/europe2011/sessions/xcore-ecore-meets-xtext"&gt;Xcore&lt;/a&gt; and it didn&amp;#8217;t disappointed. We had the opportunity to catch a few glimpse of Xcore before but this presentation has demonstrated how a textual based approach to define the metamodel could help the modeling community move forward by not only defining metamodels as just data structure schemas but as real skeletons that define the structure and its behavior.&lt;/p&gt;
&lt;p&gt;As an example, we currently can define in Ecore derived attribute that are computed from other attribute but we can&amp;#8217;t define how those derived attributes are working in the metamodel, we have to change the generated code for that but with Xcore you can define the metamodel and embed the algorithm used to compute the value of this attribute thanks to a textual approach. For those who want to have a closer look at Xcore, you can grab it on &lt;a href="https://github.com/merks/Xcore"&gt;Ed&amp;#8217;s Github account&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh3.googleusercontent.com/-PnW2gg57KPw/TrPae4ZY3WI/AAAAAAAAAj4/78NgWtWrGiU/safety.jpg"&gt;&lt;img align="middle" src="https://lh3.googleusercontent.com/-PnW2gg57KPw/TrPae4ZY3WI/AAAAAAAAAj4/78NgWtWrGiU/s450/safety.jpg" width="450" height="336"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Finally, I really liked &lt;a href="http://twitter.com/#!/fthomas_fr"&gt;Frederic&lt;/a&gt;&amp;#8217;s &lt;a href="http://eclipsecon.org/europe2011/sessions/eclipse-railway-safety-engineering"&gt;presentation&lt;/a&gt; of an eclipse modeling based studio for safety engineering. With a 20 min long demonstration, we could see an end user environment built on Eclipse that displayed a very efficient graphical editor that hides all the complexity to the end users while bringing them all the power of EMF.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/12324389892</link><guid>http://sbegaudeau.tumblr.com/post/12324389892</guid><pubDate>Fri, 04 Nov 2011 13:59:15 +0100</pubDate></item><item><title>EclipseCon Europe Day 1</title><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&amp;#8217;ve seen along with links for those who want to know more.&lt;/p&gt;
&lt;p&gt;As an Eclipse modeling guy, I&amp;#8217;ve started the day with the &lt;a href="http://www.eclipsecon.org/europe2011/sessions/what-every-eclipse-developer-should-know-about-emf"&gt;EMF tutorial&lt;/a&gt; in which newcomers to the EMF world could learn what &lt;a href="http://www.eclipse.org/modeling/emf/"&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="http://eclipsesource.com/blogs/2011/03/22/what-every-eclipse-developer-should-know-about-emf-part-1/"&gt;here&lt;/a&gt; and &lt;a href="http://eclipsesource.com/blogs/2011/03/31/what-every-eclipse-developer-should-know-about-emf-%E2%80%93-part-2/"&gt;there&lt;/a&gt; along with the slide of the &lt;a href="http://www.slideshare.net/JonasHelming/what-every-eclipse-developer-should-know-about-emf-tutorial-at-eclipsecon"&gt;presentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After a good launch and an interesting keynote from &lt;a href="http://www.eclipsecon.org/europe2011/sessions/arduino-open-source-hardware-platform"&gt;David Cuartielles&lt;/a&gt;, I went to the &lt;a href="http://www.eclipsecon.org/europe2011/sessions/virtual-emf-%E2%80%93-transparent-composition-weaving-and-linking-models"&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="http://eclipse.org/MoDisco/"&gt;MoDisco&lt;/a&gt;. You can already try virtual EMF and send them your feedback by grabbing it on &lt;a href="https://code.google.com/a/eclipselabs.org/p/virtual-emf/"&gt;Eclipse labs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Just after this talk I had to present &lt;a href="http://www.eclipsecon.org/europe2011/sessions/and-you-thought-you-knew-template-based-generators"&gt;my talk&lt;/a&gt; on &lt;a href="http://eclipse.org/acceleo/"&gt;Acceleo&lt;/a&gt;. Where I&amp;#8217;ve presented how Acceleo can be used to create and maintain easily a code generator for the language of your choice. I&amp;#8217;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="http://www.eclipsecon.org/europe2011/sessions/fresh-look-graphical-editing"&gt;Jan&amp;#8217;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="http://eclipse.org/Xtext/"&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&amp;#8217;s &lt;a href="http://koehnlein.blogspot.com/2011/06/using-xbase-to-define-generic-graphical.html"&gt;blog&lt;/a&gt; and &lt;a href="https://github.com/JanKoehnlein/"&gt;github&lt;/a&gt; account.&lt;/p&gt;
&lt;p&gt;This first day was concluded by a keynote from &lt;a href="http://www.eclipsecon.org/europe2011/sessions/retrospective-ten-years-eclipse"&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><link>http://sbegaudeau.tumblr.com/post/12276292174</link><guid>http://sbegaudeau.tumblr.com/post/12276292174</guid><pubDate>Thu, 03 Nov 2011 07:13:10 +0100</pubDate><category>Eclipse</category><category>Acceleo</category><category>EclipseCon</category></item><item><title>Acceleo 3.2 has been released</title><description>&lt;p&gt;&lt;a href="http://eclipse.org/acceleo/"&gt;Acceleo 3.2&lt;/a&gt; has been officially released today, you can grab it from the &lt;a href="http://marketplace.eclipse.org/content/acceleo"&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="http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2"&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="http://eclipsemde.blogspot.com/2011/09/dynamic-interperter-your-code.html"&gt;&lt;img height="292" width="350" src="http://1.bp.blogspot.com/-1lqdamv83cI/Tnx7OtnjR-I/AAAAAAAAAKQ/obWTvalbyIs/s350/Class_supertypes.png"/&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="http://eclipsemde.blogspot.com/2011/09/dynamic-interperter-your-code.html"&gt;Laurent&amp;#8217;s blog&lt;/a&gt; or in video on &lt;a href="http://www.youtube.com/watch?v=y9_3hHUZIk4&amp;amp;hd=1"&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="http://www.eclipsecon.org/europe2011/sessions/and-you-thought-you-knew-template-based-generators"&gt;talk about Acceleo&lt;/a&gt; next week during EclipseCon Europe at Ludwigsburg.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/11989132482</link><guid>http://sbegaudeau.tumblr.com/post/11989132482</guid><pubDate>Thu, 27 Oct 2011 14:42:52 +0200</pubDate><category>Acceleo</category><category>Eclipse</category><category>MDA</category></item><item><title>What's new in Acceleo 3.1</title><description>&lt;p&gt;&lt;a href="http://www.eclipse.org/acceleo/"&gt;Acceleo 3.1&lt;/a&gt; has been released yesterday as part of the &lt;a href="http://eclipse.org/indigo/projects.php"&gt;Eclipse 3.7 Indigo&lt;/a&gt; release train. So let&amp;#8217;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="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/e/e4/TemplateDocumentation.png" border="0" height="134" width="440"/&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="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/6/61/AcceleoTodo.png" border="0" height="268" width="508" align="middle"/&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="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/d/da/AcceleoDeprecated.png" border="0" height="252" width="500"/&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="http://stephanebegaudeau.tumblr.com/post/3364263626/wizards-in-acceleo-3-1"&gt;&lt;span&gt;&lt;span class="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/b/bf/AcceleoWizard.png" border="0" height="411" width="323"/&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="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/d/d3/AcceleoDocumentation.png" border="0" height="216" width="500"/&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="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/8/8f/AcceleoOutline.png" border="0" height="235" width="247"/&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&amp;#8230;)&lt;/li&gt;
&lt;li&gt;Acceleo runtime available as an &lt;a href="http://stephanebegaudeau.tumblr.com/post/4805170792/using-the-acceleo-runtime-in-a-java-project"&gt;Eclipse library&lt;/a&gt; for all Java projects.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href="http://stephanebegaudeau.tumblr.com/post/4805170792/using-the-acceleo-runtime-in-a-java-project"&gt;&lt;img class="quimby_search_image" src="https://lh5.googleusercontent.com/_R0aPxLxg16E/TbAv4-YZk5I/AAAAAAAAAQc/kLrUXKLGhdY/Library.png" height="285" width="484"/&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="https://lh6.googleusercontent.com/-Ibl-oNjGVZs/TgBYET7oziI/AAAAAAAAATg/ovidqpsXFgE/preferencePage.png"&gt;&lt;img class="quimby_search_image" src="https://lh6.googleusercontent.com/-Ibl-oNjGVZs/TgBYET7oziI/AAAAAAAAATg/ovidqpsXFgE/preferencePage.png" width="350" height="350"/&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="http://stephanebegaudeau.tumblr.com/post/4044822578/from-an-acceleo-code-generator-to-an-eclipse-plugin"&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="http://sbegaudeau.tumblr.com/post/6517419281/acceleo-3-1-maven-and-tycho"&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="http://stephanebegaudeau.tumblr.com/post/3702663432/new-serialization-option-and-performance-improvements"&gt;&lt;span&gt;&lt;span class="image"&gt;&lt;img class="quimby_search_image" src="http://wiki.eclipse.org/images/8/8d/AcceleoBinaryResource.png" border="0" height="300" width="497"/&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="http://docs.obeonetwork.com/acceleo"&gt;Obeo Network&lt;/a&gt; or you can follow me on &lt;a href="http://twitter.com/#!/sbegaudeau"&gt;twitter&lt;/a&gt;.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/6820952943</link><guid>http://sbegaudeau.tumblr.com/post/6820952943</guid><pubDate>Thu, 23 Jun 2011 10:10:32 +0200</pubDate><category>eclipse</category><category>acceleo</category><category>mda</category></item><item><title>Code Generation 2011 and Acceleo 3.0.5</title><description>&lt;p&gt;&lt;strong&gt;Code Generation 2011&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh3.googleusercontent.com/-IHdnJtiwLqc/Tfit4APWASI/AAAAAAAAATE/DcsjKCBuwaE/IMG_0716.JPG"&gt;&lt;img align="middle" src="https://lh3.googleusercontent.com/-IHdnJtiwLqc/Tfit4APWASI/AAAAAAAAATE/DcsjKCBuwaE/s400/IMG_0716.JPG" width="400" height="299"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Three weeks ago I was at Cambridge for Code Generation 2011. The conference was great and I had the opportunity to meet a lot of interesting persons. I also presented a talk about Acceleo 3 and Obeo Traceability 2. The presentation has been created by re-using code from Google and since it is based on some of the latest features of HTML5, I strongly recommend Chrome to have a look at it. Those who are interested will finally be able to find those slides on the &lt;a href="http://www.obeonetwork.com/page/code-generation-2011"&gt;Obeo Network&lt;/a&gt;. A video of the presentation should be available soon.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Acceleo 3.0.5&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Today we have released Acceleo 3.0.5 with some new improvements coming from Acceleo 3.1.0 for the properties files. You can learn more about those improvements in one of my &lt;a href="http://stephanebegaudeau.tumblr.com/post/3785590438/improved-properties-files-processing-in-acceleo-3-1"&gt;previous post&lt;/a&gt;. You can grab this new version from the Acceleo 3.0.x update site:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.0"&gt;http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;A &lt;a href="http://docs.obeonetwork.com/acceleo/best-practices"&gt;best practices guide&lt;/a&gt; for Acceleo 3 generators has also been released and for those who are waiting for the new version of Acceleo, it will be available next week with all the other projects from the Indigo release train.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/6584602956</link><guid>http://sbegaudeau.tumblr.com/post/6584602956</guid><pubDate>Thu, 16 Jun 2011 13:17:30 +0200</pubDate></item><item><title>Acceleo 3.1, Maven and Tycho</title><description>&lt;p&gt;Among all the new features available in &lt;a href="http://eclipse.org/acceleo/"&gt;Acceleo 3.1&lt;/a&gt;, you will be able to find a new system to compile and build an Acceleo generator. You could already use the Eclipse system based on PDE already described here but now with Acceleo 3.1, you will have the opportunity to build your generator thanks Maven to with the introduction of a &lt;a href="http://eclipse.org/tycho/"&gt;Tycho&lt;/a&gt; based build.&lt;/p&gt;
&lt;p&gt;In order to build an Acceleo generator with Tycho, there are four steps to realize.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;add a dependency to the parser&lt;/li&gt;
&lt;li&gt;generate the pom.xml files&lt;/li&gt;
&lt;li&gt;register the metamodel used by your generator&lt;/li&gt;
&lt;li&gt;and then launch the build&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Now let&amp;#8217;s have a look in details at those steps.&lt;/p&gt;
&lt;p&gt;&lt;span&gt; The first thing that you have to do is to add an &lt;/span&gt;optional&lt;span&gt; dependency with the Acceleo parser in your MANIFEST.MF file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://lh6.googleusercontent.com/-vVnTyrN2iik/TfTwmAkt9qI/AAAAAAAAASY/WH2QzcncxMQ/Parser%252520Dependency.png"&gt;&lt;img align="middle" src="https://lh6.googleusercontent.com/-vVnTyrN2iik/TfTwmAkt9qI/AAAAAAAAASY/WH2QzcncxMQ/Parser%252520Dependency.png" width="400" height="254"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then, you can use the new action to generate the pom.xml files necessary to the build. This action can be found by right-clicking an Acceleo project in the &amp;#8220;Configure&amp;#8221; menu.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh6.googleusercontent.com/-Eewz0A7POTY/TfTwhAc1lXI/AAAAAAAAASE/yNP8YmMaINg/Generate%252520Pom.png"&gt;&lt;img src="https://lh6.googleusercontent.com/-Eewz0A7POTY/TfTwhAc1lXI/AAAAAAAAASE/yNP8YmMaINg/Generate%252520Pom.png" width="322" height="250"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This action will generate two pom.xml files and a Java class. The first pom.xml file is located in your project and it contains all the necessary settings to build your project. The second pom.xml files is located in the folder containing you project (by default, the root of your workspace). This file contains all the settings for a Tycho-based build with the update sites for Eclipse Indigo and Acceleo.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh4.googleusercontent.com/-x5ENXoAspmM/TfTwh8cQC6I/AAAAAAAAASQ/2seBU-ct92s/Java%252520Class%252520and%252520Pom.png"&gt;&lt;img src="https://lh4.googleusercontent.com/-x5ENXoAspmM/TfTwh8cQC6I/AAAAAAAAASQ/2seBU-ct92s/Java%252520Class%252520and%252520Pom.png" width="400" height="170"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Java class generated will be used for the compilation of the Acceleo modules. This class is necessary in order to give you the opportunity to register your metamodel.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh5.googleusercontent.com/-xCSmUZJLiLs/TfTwiENsHaI/AAAAAAAAASU/hLdtfJtmnog/Register%252520Packages.png"&gt;&lt;img src="https://lh5.googleusercontent.com/-xCSmUZJLiLs/TfTwiENsHaI/AAAAAAAAASU/hLdtfJtmnog/Register%252520Packages.png" width="400" height="170"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Prior to the launch, you should check that all the necessary source folders are in the build.properties file since it will be used to compute the files to build.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh6.googleusercontent.com/-DYkBlrzA3gI/TfTwhSS8odI/AAAAAAAAASI/K9wAgkZfQws/Build%252520Properties.png"&gt;&lt;img src="https://lh6.googleusercontent.com/-DYkBlrzA3gI/TfTwhSS8odI/AAAAAAAAASI/K9wAgkZfQws/Build%252520Properties.png" width="400" height="140"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After that, you can type a simple &lt;strong&gt;&amp;#8220;mvn clean package&amp;#8221;&lt;/strong&gt; in a terminal opened at the root of your Acceleo project and then witness the magic of Maven and Tycho.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh5.googleusercontent.com/-o3X2JQd5Dsg/TfTwhPQURUI/AAAAAAAAASM/f2nU1qggAX4/Full%252520Build.png"&gt;&lt;img src="https://lh5.googleusercontent.com/-o3X2JQd5Dsg/TfTwhPQURUI/AAAAAAAAASM/f2nU1qggAX4/Full%252520Build.png" width="400" height="130"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It&amp;#8217;s a bit long the first time you are launching it since Maven and Tycho will download half of the internet but once it&amp;#8217;s done, behold the awesomeness of a&lt;/span&gt; &lt;span&gt;Tycho based build of your Acceleo generator.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can of course complete your Acceleo project by creating an Acceleo UI project and their matching feature and an update site in order to &lt;a href="https://lh4.googleusercontent.com/-1S2nyfQ7yMc/TfT_y_NUr2I/AAAAAAAAASk/HYeuZv1eJO8/Update%252520Site.png"&gt;distribute easily&lt;/a&gt; your generator to your final customers. Thanks to the update site, they will be able to integrate your generator in their environment very easily.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://lh3.googleusercontent.com/-UK8N_fbwPGA/TfUAZCGxqtI/AAAAAAAAASw/5d2WpmLBlPc/Generation%252520Viewpoint.png"&gt;&lt;img src="https://lh3.googleusercontent.com/-UK8N_fbwPGA/TfUAZCGxqtI/AAAAAAAAASw/5d2WpmLBlPc/Generation%252520Viewpoint.png" width="400" height="214"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can find an example of this new build system in the open source &lt;a href="https://github.com/ObeoNetwork/UML-Java-Generation"&gt;UML to Java generator&lt;/a&gt; available on Github. For those who want to know more about Acceleo, you can follow me on &lt;a href="http://twitter.com/#!/sbegaudeau"&gt;twitter&lt;/a&gt;.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/6517419281</link><guid>http://sbegaudeau.tumblr.com/post/6517419281</guid><pubDate>Tue, 14 Jun 2011 11:44:29 +0200</pubDate></item><item><title>A new direction for Acceleo</title><description>&lt;p&gt;&lt;strong&gt;Things will change&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For our next release, we want to change the way we consider &lt;a href="http://www.eclipse.org/acceleo/"&gt;Acceleo&lt;/a&gt;. We have always seen Acceleo as a code generator with a great tooling that we are improving year after year with new features. But this has to stop, we don&amp;#8217;t want Acceleo to be just a software with a version number that help you with your work, we want to do more than that, we want to be more than that. That&amp;#8217;s why, in June we will not release another numbered version of Acceleo with the 3.1 version but instead introduce our first named release. We will shift our current effort on the development of Acceleo in order to build an happiness generator. We don&amp;#8217;t want to improve your code anymore, we intend to improve your life on a daily basis.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Introducing Acceleo Rainbow Edition&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.eclipse.org/acceleo/"&gt;&lt;img src="https://lh3.googleusercontent.com/_R0aPxLxg16E/TZWFVY0QnaI/AAAAAAAAAOQ/vSqUp6CPE98/Site_Web.png" height="276" width="417"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With Acceleo Rainbow Edition, we will use the color of the rainbow to help you relax and approach your life with a new perspective. We will now work on a brand new roadmap for this Rainbow Edition.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;relaxing music integration&lt;/li&gt;
&lt;li&gt;brand new zen splash screen&lt;/li&gt;
&lt;li&gt;random compliment generator&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href="http://twitter.com/acceleo"&gt;&lt;img src="https://lh4.googleusercontent.com/_R0aPxLxg16E/TZWFVjiEsEI/AAAAAAAAAOU/ae7DwzlT5TA/Twitter.png" height="196" width="439"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can already have a sneak peek at this wonderful Rainbow Edition with the brand new Acceleo Rainbow Editor by grabbing the last build of Acceleo, &lt;a href="https://hudson.eclipse.org/hudson/view/Modeling/job/m2t-acceleo-3.1/124/artifact/Acceleo.downloads/m2t-acceleo-SDK-I201103300910.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the newcomers looking for resources about Acceleo, you can find all the informations on our &lt;a href="http://wiki.eclipse.org/Acceleo"&gt;wiki&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A revolution at Obeo&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This new direction is introduced today with Acceleo but we will propagate it on all Obeo softwares in the months to come. Our company will now focus on the creation of relaxation software development in order to propagate peace and happiness all over the world. You can already see a sneak peek of the next Obeo product that will use the colors of the rainbow, Obeo Designer.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lh3.googleusercontent.com/_R0aPxLxg16E/TZWJXRecxTI/AAAAAAAAAO0/Lmnj9_2Jz4I/rainbowdiagram.png"&gt;&lt;img src="https://lh3.googleusercontent.com/_R0aPxLxg16E/TZWJXRecxTI/AAAAAAAAAO0/Lmnj9_2Jz4I/rainbowdiagram.png" height="259" width="315"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We hope that you can use this brand new editor in Acceleo to have a time as relaxing as we do when developing our generators.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/4254713128</link><guid>http://sbegaudeau.tumblr.com/post/4254713128</guid><pubDate>Fri, 01 Apr 2011 10:30:04 +0200</pubDate><category>Eclipse</category><category>Acceleo</category><category>MDA</category></item><item><title>Acceleo at the Topcased Days 2011</title><description>&lt;p&gt;&lt;img src="https://lh5.googleusercontent.com/_R0aPxLxg16E/TU_AXm7XNLI/AAAAAAAAAG0/iQNjPMXgtU4/s400/Acceleo%20Topcased%20Days.jpg" height="268" width="358"/&gt;&lt;/p&gt;
&lt;p&gt;Last Friday, I was at &lt;a href="http://maps.google.com/maps?hl=en&amp;amp;q=toulouse&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;sa=N&amp;amp;tab=wl"&gt;Toulouse&lt;/a&gt; for the first edition of the &lt;a href="http://www.topcased.org/index.php"&gt;Topcased&lt;/a&gt; Days. During this conference, I had the opportunity to realize a presentation of &lt;a href="http://www.eclipse.org/acceleo/"&gt;Acceleo 3&lt;/a&gt;. This was a huge success and this was a great occasion to meet lots of Acceleo users. I had a great time seeing presentations from Acceleo users and watching how they are using Acceleo to generate code for satellites, planes etc. The organization was great and it was both very friendly and professional. I will put the videos of my presentation online soon for those who couldn&amp;#8217;t be there and you&amp;#8217;ll be able to find a link to this presentation on the &lt;a href="http://wiki.eclipse.org/Acceleo/Videos"&gt;Acceleo wiki&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Speaking of the &lt;a href="http://wiki.eclipse.org/Acceleo"&gt;Acceleo wiki&lt;/a&gt;, as &lt;a href="http://model-driven-blogging.blogspot.com/"&gt;Cédric&lt;/a&gt; mentioned before, it is making a fresh start with more content and an improved navigation. Now the wiki will take a main place in the Acceleo community, and you will find in one place everything needed to use Acceleo.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://wiki.eclipse.org/Acceleo"&gt;&lt;img src="https://lh4.googleusercontent.com/_R0aPxLxg16E/TUrTyxBCgOI/AAAAAAAAAGs/U6GwxESaHVs/s400/wiki%20portal.png" height="400" width="244" align="baseline"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will also be able to find a table of the features available in Acceleo 3 and the new things that we will work on for the next release, including a wishlist for those who want to contribute to Acceleo. Some of those subjects may be used for the upcoming Google Summer of Code. This wiki will be updated with links to videos, tutorials, and community content.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/3162664736</link><guid>http://sbegaudeau.tumblr.com/post/3162664736</guid><pubDate>Mon, 07 Feb 2011 12:54:47 +0100</pubDate><category>Acceleo</category><category>Eclipse</category><category>Topcased</category></item><item><title>User interface improvements in Acceleo 3.1</title><description>&lt;p&gt;Three weeks ago, I started to work on some new features for the next release of Acceleo next year. &lt;a title="Jonathan" href="http://jomd.blogspot.com/"&gt;Jonathan&lt;/a&gt; and &lt;a title="Laurent" href="http://eclipsemde.blogspot.com/"&gt;Laurent&lt;/a&gt; told me to use Acceleo as a regular user and to find any feature that would be missing. Quickly I had some ideas to improve Acceleo and I started to work on some of them. &lt;/p&gt;
&lt;p&gt;In Acceleo 3, we have a system to report errors to the user with red markers in the editor. Starting with Acceleo 3.1 we will have a support for new markers like warnings or informations such as the green arrow to quickly see if a template overrides another template (if you click on the green arrow, we will open the overridden template in another editor).&lt;/p&gt;
&lt;p&gt;&lt;img alt="override marker" src="http://media.tumblr.com/tumblr_l6qfvsg8bV1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;We will also have a support for two new tags in comments &amp;#8220;@TODO&amp;#8221; and &amp;#8220;@FIXME&amp;#8221;. Those two new tags will create new tasks in the tasks view just like with the JDT.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6qfurQgHf1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;We will have a new block for the documentation &amp;#8220;[** &amp;#8230; /]&amp;#8221; because the comment block &amp;#8220;[comment  &amp;#8230; /]&amp;#8221; is a bit too long. With that documentation block, we will have a new refactoring process which will allow us to quickly generate a documentation block by typing Alt+Shift+J on a query, a template, a macro or a module. Just like in the JDT, it will create a documentation block with &amp;#8220;@param&amp;#8221; tags for each parameters of the selected template or query.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6qfxfsdgA1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;The documentation will be saved in the &amp;#8220;emtl&amp;#8221; files (Acceleo modules when compiled) and this documentation will be available when the cursor of your mouse is over an element.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6qfy1dzrd1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;Or during the autocompletion.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6qfyw1OJF1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;We will also have an improved outline view with new icons in order to see the visibility of an element and new actions in order to sort elements inside the outline view or to hide non public elements, templates or queries. All imports will be put under an &amp;#8220;import declaration&amp;#8221; node in the outline view.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6qg7sEYdK1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;Finally we will have a support for deprecated elements with the &amp;#8220;@deprecated&amp;#8221; tag in documentation blocks. It will create a warning on the deprecated element (a query, a template, a macro, or a module) and if used on a module, all elements of the module will be considered as deprecated.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6qg8axudE1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;And the last, but definitely not the least. The AcceleoEditor will have an action to show all the invisible characters that will be generated by Acceleo. If you look carefully, you will see that after the end of the header of the &amp;#8220;[for (attribute&amp;#160;: EAttribute | e.eAttributes)]&amp;#8221; the new line will &lt;strong&gt;not&lt;/strong&gt; generate a new line in the generated file.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_l6zukmDGDg1qbxlji.png"/&gt;&lt;/p&gt;
&lt;p&gt;You can see most of those improvements in this &lt;a title="screenshot" href="http://a.imageshack.us/img822/9955/screenshotqfm.png"&gt;screenshot&lt;/a&gt; and when they will be available (they won&amp;#8217;t be all in Acceleo 3.1 M1) don&amp;#8217;t hesitate to send us your feedback in the &lt;a title="forum" href="http://www.eclipse.org/forums/index.php?t=thread&amp;amp;frm_id=24"&gt;forum&lt;/a&gt; or in the &lt;a title="bugzilla" href="https://bugs.eclipse.org/bugs/"&gt;bugzilla&lt;/a&gt;.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/961722949</link><guid>http://sbegaudeau.tumblr.com/post/961722949</guid><pubDate>Mon, 16 Aug 2010 10:03:00 +0200</pubDate><category>Acceleo</category><category>Eclipse</category><category>Java</category></item><item><title>Introduction</title><description>&lt;p&gt;An introduction, that&amp;#8217;s a good way to start a blog, isn&amp;#8217;t it&amp;#160;? So, my name is Stéphane Bégaudeau and I&amp;#8217;m a software developer,  I am currently living in &lt;a title="Nantes" href="http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=nantes,+france&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=56.375007,135.263672&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=Nantes,+Loire-Atlantique,+Pays+de+la+Loire,+France&amp;amp;t=h&amp;amp;z=12"&gt;Nantes&lt;/a&gt; in France. I&amp;#8217;m creating software for a French company named &lt;a title="Obeo" href="http://www.obeo.fr/?&amp;amp;lang=en"&gt;Obeo&lt;/a&gt;, a strategic member of the &lt;a title="Eclipse Foundation" href="http://en.wikipedia.org/wiki/Eclipse_Foundation"&gt;Eclipse foundation&lt;/a&gt;, which produce applications based on the &lt;a title="Eclipse IDE" href="http://www.eclipse.org/"&gt;Eclipse IDE&lt;/a&gt;. To be more precise I&amp;#8217;m working on the code generator named &lt;a title="Acceleo" href="http://www.eclipse.org/acceleo/"&gt;Acceleo&lt;/a&gt;. It is an official projet of the Eclipse Foundation, and since its version 3, it is part of the release train of Eclipse.&lt;/p&gt;</description><link>http://sbegaudeau.tumblr.com/post/926270085</link><guid>http://sbegaudeau.tumblr.com/post/926270085</guid><pubDate>Mon, 09 Aug 2010 10:39:44 +0200</pubDate><category>Me</category></item></channel></rss>
