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"

(Main Concepts)
Line 6: Line 6:
  
 
*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>  
 
*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>  
*Link:&nbsp; [http://code.google.com/a/eclipselabs.org/p/egf-portfolio/ EGF Portfolio] on Eclipse Labs (e.g., for Ruby plugin)  
+
*Link:&nbsp; [http://code.google.com/a/eclipselabs.org/p/egf-portfolio/ EGF Portfolio] on Eclipse Labs (e.g., for Ruby extension to EGF)  
 
*Practice: Library model example commonly used in the sequel: [http://wiki.eclipse.org/images/a/a9/Org.eclipse.emf.examples.library.zip plug-in] <br>
 
*Practice: Library model example commonly used in the sequel: [http://wiki.eclipse.org/images/a/a9/Org.eclipse.emf.examples.library.zip plug-in] <br>
  

Revision as of 10:52, 20 October 2010

Logo EGF.png


Main Concepts

  • Tutorial: Download this tutorial to understand the main concepts of EGF: 1) factory component, task, activity, production plan, 2) pattern.
  • Link:  EGF Portfolio on Eclipse Labs (e.g., for Ruby extension to EGF)
  • Practice: Library model example commonly used in the sequel: plug-in

Generation Chain

    Learning Generation Chain: Exercices + Solution (plug-in)

EGF Activities: Factory Component and Task

    Learning Factory Component and Task: Exercices + Solution (plug-in)

    Example of Activity Workflow with Java and Ruby: plug-in

EGF Patterns

    Learning Pattern: Exercices + Solution (plug-in)
    Learning Pattern Extensibility: Exercices + Solution (plug-in)

Enhanced EMF Generation

  • Tutorial: Download this tutorial for in introduction of a pattern-based EMF Generation.
  • Video: EMF Wrapper
  • Practice:

    Learning EMF Generation Patterns - 1: Exercices + Solution (plug-in)
    Learning EMF Generation Patterns - 2: Exercices + Solution (plug-in)


Metamodel

Download the EGF metamodel


Back to the top