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:
 
<br>  
 
<br>  
  
=== Main Concepts  ===
+
== Main Concepts  ==
  
*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.<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: 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>
  
=== 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'''.  
Line 15: Line 15:
 
&nbsp;&nbsp;&nbsp; Learning '''Generation Chain''': [http://wiki.eclipse.org/images/c/cf/EGF-Exercices-GenerationChain-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/a/a9/Org.eclipse.egf.usecase.generationchain.uc1.zip Solution (plug-in)]  
 
&nbsp;&nbsp;&nbsp; Learning '''Generation Chain''': [http://wiki.eclipse.org/images/c/cf/EGF-Exercices-GenerationChain-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/a/a9/Org.eclipse.egf.usecase.generationchain.uc1.zip Solution (plug-in)]  
  
=== EGF Activities: Factory Component and Task  ===
+
== EGF Activities: Factory Component and Task  ==
  
 
*Videos: [http://vimeo.com/15639796 Activity Creation], [http://vimeo.com/15705526 Activity Worflow with Java and Ruby], [http://vimeo.com/9842155 Factory Component Creation]<br>  
 
*Videos: [http://vimeo.com/15639796 Activity Creation], [http://vimeo.com/15705526 Activity Worflow with Java and Ruby], [http://vimeo.com/9842155 Factory Component Creation]<br>  
Line 24: Line 24:
 
&nbsp;&nbsp;&nbsp; Example of '''Activity Workflow''' with Java and Ruby: [http://wiki.eclipse.org/images/9/93/Org.eclipse.egf.usecase.activityworkflow.uc1.zip plug-in]  
 
&nbsp;&nbsp;&nbsp; Example of '''Activity Workflow''' with Java and Ruby: [http://wiki.eclipse.org/images/9/93/Org.eclipse.egf.usecase.activityworkflow.uc1.zip plug-in]  
  
=== EGF Patterns  ===
+
== EGF Patterns  ==
  
 
*Tutorial: [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'''.  
 
*Tutorial: [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'''.  
Line 32: Line 32:
 
&nbsp; &nbsp; Learning '''Pattern''': [http://wiki.eclipse.org/images/6/6a/EGF-Exercices-Pattern-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/3/36/Org.eclipse.egf.usecase.pattern.uc1.zip Solution (plug-in)]<br>&nbsp;&nbsp;&nbsp; Learning '''Pattern Extensibility''': [http://wiki.eclipse.org/images/3/36/EGF-Exercices-Pattern-UC2.pdf Exercices] + [http://wiki.eclipse.org/images/1/17/Org.eclipse.egf.usecase.pattern.uc2.zip Solution (plug-in)]<br>  
 
&nbsp; &nbsp; Learning '''Pattern''': [http://wiki.eclipse.org/images/6/6a/EGF-Exercices-Pattern-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/3/36/Org.eclipse.egf.usecase.pattern.uc1.zip Solution (plug-in)]<br>&nbsp;&nbsp;&nbsp; Learning '''Pattern Extensibility''': [http://wiki.eclipse.org/images/3/36/EGF-Exercices-Pattern-UC2.pdf Exercices] + [http://wiki.eclipse.org/images/1/17/Org.eclipse.egf.usecase.pattern.uc2.zip Solution (plug-in)]<br>  
  
=== Enhanced EMF Generation  ===
+
== Enhanced EMF Generation  ==
  
 
*Tutorial: [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>  
 
*Tutorial: [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>  

Revision as of 09:10, 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.
  • 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