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 "EGF Tutorial and Use Cases"

( Main Concepts and Examples)
(Generation Chain)
Line 11: Line 11:
 
== Generation Chain  ==
 
== Generation Chain  ==
  
*Tutorial: [http://wiki.eclipse.org/images/5/50/EGF_Tutorial_Generation_Chain_v0.1.0.pdf Download] this tutorial to understand how to define '''generation chains'''.
+
*Tutorial: [http://wiki.eclipse.org/images/5/50/EGF_Tutorial_Generation_Chain_v0.1.0.pdf Download] this tutorial to understand how to define generation chains
 
*Video: [http://vimeo.com/29472598 EGF Generation Chain]<br>
 
*Video: [http://vimeo.com/29472598 EGF Generation Chain]<br>
 
&nbsp;&nbsp;&nbsp; Learning '''Generation Chain''': [http://wiki.eclipse.org/images/c/cf/EGF-Exercices-GenerationChain-UC1.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.generationchain.uc1 plugin
 
  
 
== EGF Activities: Factory Component and Task  ==
 
== EGF Activities: Factory Component and Task  ==

Revision as of 13:03, 26 January 2012

Logo EGF.png


 Overview

  • Download an introduction to EGF
  • Practice: All the examples are included in EGF
  • Additional examples can be found on Eclipse Labs (e.g., for Ruby extension to EGF)

Generation Chain

EGF Activities: Factory Component and Task

    Learning Factory Component and Task: Exercices + Solution in examples / org.eclipse.egf.usecase.fc.uc1 plugin

    Example of Activity Workflow with Java and Ruby: examples / org.eclipse.egf.usecase.activityworkflow.uc1 plugin

EGF Patterns

    Learning Pattern: Exercices + Solution in examples / org.eclipse.egf.usecase.pattern.uc1 plugin
    Learning Pattern Extensibility: Exercices + Solution in examples / org.eclipse.egf.usecase.pattern.uc2 plugin

Portfolios

Refer to the portfolios provided by EGF:

Metamodel

Download the EGF metamodel


Back to the top