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

Difference between revisions of "Modeling Workflow Engine (MWE)"

 
Line 4: Line 4:
 
the modeling workflow engine (MWE) supports orchestration of different Eclipse modeling components to be executed within Eclipse as well as standalone. Based on a dependency injection framework, one can simply configure and wire up 'workflows' using a declarative XML-based language.
 
the modeling workflow engine (MWE) supports orchestration of different Eclipse modeling components to be executed within Eclipse as well as standalone. Based on a dependency injection framework, one can simply configure and wire up 'workflows' using a declarative XML-based language.
 
The project provides the runtime used to execute workflows as well as the IDE tooling used to edit, start and debug them.
 
The project provides the runtime used to execute workflows as well as the IDE tooling used to edit, start and debug them.
You can find the MWE(2) documentation at [https://github.com/eclipse/mwe/blob/master/documentation/mwe2.md]
+
You can find the MWE(2) documentation in the MWE Github Repo at [https://github.com/eclipse/mwe/blob/master/documentation/mwe2.md]
  
It is mainly used to configure the Xtext's code generator. For more details see the corresponding section in the [https://www.eclipse.org/Xtext/documentation/302_configuration.html#short-intro-to-mwe].
+
It is mainly used to configure the Xtext's code generator. For more details see the corresponding section in the Xtext Documentation [https://www.eclipse.org/Xtext/documentation/302_configuration.html#short-intro-to-mwe].
  
 
[[Category:EMFT]]
 
[[Category:EMFT]]

Latest revision as of 08:57, 19 October 2020


Welcome to the Modeling Workflow Engine wiki. the modeling workflow engine (MWE) supports orchestration of different Eclipse modeling components to be executed within Eclipse as well as standalone. Based on a dependency injection framework, one can simply configure and wire up 'workflows' using a declarative XML-based language. The project provides the runtime used to execute workflows as well as the IDE tooling used to edit, start and debug them. You can find the MWE(2) documentation in the MWE Github Repo at [1]

It is mainly used to configure the Xtext's code generator. For more details see the corresponding section in the Xtext Documentation [2].

Back to the top