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 2: Line 2:
  
 
Welcome to the Modeling Workflow Engine wiki.
 
Welcome to the Modeling Workflow Engine wiki.
the modeling workflow enginge (MWE) supports orchestration of different Eclipse modeling components to be executed at runtime (i.e. standalone). Based on a dependency injection framework, one can simply configure and wire up 'workflows' (sorry about using the term another time ;-)) using a declarative 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' (sorry about using the term another time ;-)) using a declarative XML-based language.
This project provides the runtime used to execute workflows as well the IDE tooling used to edit and start/debug them.
+
The project provides the runtime used to execute workflows as well as the IDE tooling used to edit, start and debug them.
  
The next version and the first offical Eclipse releas of MWE (formerly know as oAW's workflow engine) will be available later this year (approx. october 2008). See the project plan wiki page.
+
The next version and the first offical Eclipse release of MWE (formerly know as oAW's workflow engine) will be available later this year (approx. october 2008). See the project plan wiki page.
  
 
{| border="0" cellspacing="15" valign="top" style="width:100%;"
 
{| border="0" cellspacing="15" valign="top" style="width:100%;"

Revision as of 10:15, 26 May 2008


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' (sorry about using the term another time ;-)) 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 next version and the first offical Eclipse release of MWE (formerly know as oAW's workflow engine) will be available later this year (approx. october 2008). See the project plan wiki page.

Modeling Workflow Engine from oAW 4.3

Get Involved (Eclipse MWE stream)

Back to the top