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"

Line 3: Line 3:
 
== EGF Tutorial  ==
 
== EGF Tutorial  ==
  
[http://wiki.eclipse.org/images/9/9a/EGF-Tutorial_v0.1.0.pdf Download] this tutorial to understand the main features of EGF: 1) factory component, task, activity, production plan, 2) pattern.
+
*[http://wiki.eclipse.org/images/9/9a/EGF-Tutorial_v0.1.0.pdf Download] this tutorial to understand the main features of EGF: 1) factory component, task, activity, production plan, 2) pattern.
  
    Videos: [http://vimeo.com/15705526 EGF Activity Worflow with Java and Ruby]  
+
&nbsp;&nbsp;&nbsp; Videos about EGF activities: [http://vimeo.com/15639796 Activity Creation], [http://vimeo.com/15705526 Activity Worflow with Java and Ruby]<br>
  
[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'''. <br>[http://wiki.eclipse.org/images/4/43/EGF-Tutorial_reuse_and_customization_v0.1.0.pdf Download] this tutorial to understand the reuse and customization with EGF and the '''pattern extensibility'''.<br>[http://wiki.eclipse.org/images/b/b7/EGF_Tutorial_-_EMF_Generation_Patterns_v0.1.0.pdf Download] this tutorial for in introduction of a '''pattern-based EMF Generation'''.<br>  
+
&nbsp;&nbsp;&nbsp; Videos about EGF patterns: [http://vimeo.com/15664081 Pattern Creation], [http://vimeo.com/15683231 Pattern Preconditions]
 +
 
 +
*[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'''.
 +
 
 +
&nbsp;&nbsp;&nbsp; Videos: [http://vimeo.com/15654610 EGF Generation Chain]<br>
 +
 
 +
*[http://wiki.eclipse.org/images/4/43/EGF-Tutorial_reuse_and_customization_v0.1.0.pdf Download] this tutorial to understand the reuse and customization with EGF and the '''pattern extensibility'''.
 +
*[http://wiki.eclipse.org/images/b/b7/EGF_Tutorial_-_EMF_Generation_Patterns_v0.1.0.pdf Download] this tutorial for in introduction of a '''pattern-based EMF Generation'''.<br>
 +
&nbsp;&nbsp;&nbsp; Videos: [http://vimeo.com/15654610 EMF Wrapper]<br>
 +
 
 +
<br>
  
 
== EGF Use Cases<br>  ==
 
== EGF Use Cases<br>  ==

Revision as of 05:24, 20 October 2010

Logo EGF.png

EGF Tutorial

  • Download this tutorial to understand the main features of EGF: 1) factory component, task, activity, production plan, 2) pattern.

    Videos about EGF activities: Activity Creation, Activity Worflow with Java and Ruby

    Videos about EGF patterns: Pattern Creation, Pattern Preconditions

  • Download this tutorial to understand how to define generation chains.

    Videos: EGF Generation Chain

  • Download this tutorial to understand the reuse and customization with EGF and the pattern extensibility.
  • Download this tutorial for in introduction of a pattern-based EMF Generation.

    Videos: EMF Wrapper


EGF Use Cases

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

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

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

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

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

Library model example: plug-in

Metamodel

Download the EGF metamodel

Video

Factory Component Creation
Pattern Creation

Back to the top