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 "VIATRA/CEP/Examples"

< VIATRA‎ | CEP
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following demonstrations highlight the essentials of the VIATRA-CEP framework using a simple example introduced by Martin Fowler, commonly referred as the ''state machine DSL'', presented in his [http://martinfowler.com/books/dsl.html DSL book]. The sources are available on [https://github.com/david-istvan/viatra-cep-examples GitHub]. To run them, the [[VIATRA2/CEP/UserDocumentation#Setting_up_the_environment|environment must be set up first]].
+
The following demonstrations highlight the essentials of the VIATRA-CEP framework using a simple example introduced by Martin Fowler, commonly referred as the ''state machine DSL'', presented in his [http://martinfowler.com/books/dsl.html DSL book]. The sources are available from the official [http://git.eclipse.org/c/viatra/org.eclipse.viatra.examples.git VIATRA Examples repository]. To run them, the [[VIATRA/CEP#Installation|environment must be set up first]].
  
*[[VIATRA2/CEP/Examples/SimpleEventProcessing|Simple event processing]]
+
*[[VIATRA/CEP/Examples/SimpleEventProcessing|Simple event processing]]
*[[VIATRA2/CEP/Examples/ModelEvents|Processing model events]]
+
*[[VIATRA/CEP/Examples/ModelEvents|Processing model events]]
 +
*[[VIATRA/CEP/Examples/EcoreIntegration|Processing Ecore notifications]]

Latest revision as of 05:53, 30 October 2015

The following demonstrations highlight the essentials of the VIATRA-CEP framework using a simple example introduced by Martin Fowler, commonly referred as the state machine DSL, presented in his DSL book. The sources are available from the official VIATRA Examples repository. To run them, the environment must be set up first.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.