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

(Generation Chain)
( Main Concepts and Examples)
Line 3: Line 3:
 
<br>  
 
<br>  
  
== &nbsp;Main Concepts and Examples<br>  ==
+
== &nbsp;Overview<br>  ==
  
*Quick tour of EGF: [http://wiki.eclipse.org/images/2/24/EGF-QuickTour.pdf here]<br>  
+
*Download an [http://wiki.eclipse.org/images/6/66/EGF_Introduction.pdf introduction] to EGF<br>  
*Tutorial: [http://wiki.eclipse.org/images/9/9a/EGF-Tutorial_v0.1.0.pdf Download] this tutorial to understand the main concepts of EGF: 1) factory component, task, activity, production plan, 2) pattern.<br>  
+
*Practice: All the examples are included in EGF<br>  
*Link:&nbsp; [http://code.google.com/a/eclipselabs.org/p/egf-portfolio/ EGF Portfolio] on Eclipse Labs (e.g., for Ruby extension to EGF)  
+
*Additional examples can be found on [http://code.google.com/a/eclipselabs.org/p/egf-portfolio/ Eclipse Labs] (e.g., for Ruby extension to EGF) <br>
*Practice: All the examples in the sequel can be downloaded [http://www.eclipse.org/downloads/download.php?file=/egf/tool/egf_0.5.0/org.eclipse.egf.sdk_0.5.0.v20110608-1746-examples-incubation.zip here] <br>
+
  
 
== Generation Chain  ==
 
== Generation Chain  ==

Revision as of 13:01, 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

    Learning Generation Chain: Exercices + Solution in examples / org.eclipse.egf.usecase.generationchain.uc1 plugin

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