Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

New And Noteworthy

Revision as of 09:49, 10 June 2009 by Laurent.goubet.obeo.fr (Talk | contribs) (New page: =Galileo Release= ==Acceleo 0.8== First public release of Acceleo, implementation of the OMG specification [http://www.omg.org/spec/MOFM2T/1.0/ MOF Model to Text Transformation Language]....)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Galileo Release

Acceleo 0.8

First public release of Acceleo, implementation of the OMG specification [http://www.omg.org/spec/MOFM2T/1.0/ MOF Model to Text Transformation Language].

Code Generation

Acceleo can be used to generate code from any metamodel, be it Ecore, UML or a custom DSL, as long as it can be read through EMF.

Tooling

  • Acceleo is provided along with a powerful editor providing all usual features : code completion, syntax higlighting, code navigation, syntax error detection and marking, ...
  • Generation templates can be run and debugged from Eclipse

Standalone

Acceleo fully supports standalone generation with only a minimal set of plugins required in the classpath; Mainly EMF and Eclipse core.

Back to the top