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

< VIATRA‎ | CEP
 
(3 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 [[VIATRA/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]].
  
 
*[[VIATRA/CEP/Examples/SimpleEventProcessing|Simple event processing]]
 
*[[VIATRA/CEP/Examples/SimpleEventProcessing|Simple event processing]]
 
*[[VIATRA/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.

Back to the top