January 2012
3 posts
3 tags
Having fun with Chrome's APIs
While working on the future Acceleo tutorial that will occurred during EclipseCon 2012, I have to work with several javascript frameworks and with the API of the Chrome browser. Of course, as usual, it’s a nice opportunity to see what can be done with those.
I believe that I can use that opportunity to build a small extension for those who want to find Acceleo related content on internet...
4 tags
Quick and dirty maven repository for Acceleo
You want to use Acceleo jars in a stand alone project with maven? You don’t know how to host Acceleo jars in a maven repository? Well, it’s simple:
1- create a local maven repository
2- put Acceleo jars inside
3- push it on github :)
So while I’m waiting for the Eclipse Foundation to put the content of the release train online, I think that I’ll put everything needed...
4 tags
UML to Java Generator for Acceleo
With the transition to the latest release of Acceleo, new generators built with Acceleo 3 are coming on the Obeo Marketplace. Among those generators, you will be able to find the first release of the UML to Java generator. This generator will feature several improvements to the basic UI plugin traditionally generated by Acceleo.
Builder
As an answer to a popular request, this generator will...