Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Acceleo/Runtime"

m (Acceleo runtime)
 
m (Formatting)
Line 3: Line 3:
 
Acceleo is based on three separate components: the compiler, the generation engine and the tooling. The acceleo runtime is composed of the generation engine and the compiler.
 
Acceleo is based on three separate components: the compiler, the generation engine and the tooling. The acceleo runtime is composed of the generation engine and the compiler.
  
= Compiler =
+
== Compiler ==
  
== Benchmark ==
+
=== Benchmark ===
  
  
= Generation engine =
+
== Generation engine ==
  
== Benchmark ==
+
=== Benchmark ===
  
  
= Stand alone =
+
== Stand alone ==
 
The Acceleo runtime can be used in a stand alone environment without any dependencies to the Eclipse IDE, as such it can be embedded in a good old Java application.
 
The Acceleo runtime can be used in a stand alone environment without any dependencies to the Eclipse IDE, as such it can be embedded in a good old Java application.

Revision as of 14:11, 8 January 2011

Runtime

Acceleo is based on three separate components: the compiler, the generation engine and the tooling. The acceleo runtime is composed of the generation engine and the compiler.

Compiler

Benchmark

Generation engine

Benchmark

Stand alone

The Acceleo runtime can be used in a stand alone environment without any dependencies to the Eclipse IDE, as such it can be embedded in a good old Java application.

Back to the top