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)
(Enhanced EMF Generation)
Line 36: Line 36:
  
 
*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>  
*Video: [http://vimeo.com/15654610 EMF Wrapper]<br>  
+
*Video: [http://vimeo.com/9842155 EMF Wrapper]<br>  
 
*Practice:<br>
 
*Practice:<br>
  
 
&nbsp;&nbsp;&nbsp; Learning '''EMF Generation Patterns - 1''': [http://wiki.eclipse.org/images/1/1b/EGF-Exercices-EMF-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/7/75/Org.eclipse.egf.usecase.emf.uc1.zip Solution (plug-in)]<br>&nbsp;&nbsp;&nbsp; Learning '''EMF Generation Patterns - 2''': [http://wiki.eclipse.org/images/d/d3/EGF-Exercices-EMF-UC2.pdf Exercices] + [http://wiki.eclipse.org/images/c/cb/Org.eclipse.egf.usecase.emf.uc2.zip Solution (plug-in)]<br>  
 
&nbsp;&nbsp;&nbsp; Learning '''EMF Generation Patterns - 1''': [http://wiki.eclipse.org/images/1/1b/EGF-Exercices-EMF-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/7/75/Org.eclipse.egf.usecase.emf.uc1.zip Solution (plug-in)]<br>&nbsp;&nbsp;&nbsp; Learning '''EMF Generation Patterns - 2''': [http://wiki.eclipse.org/images/d/d3/EGF-Exercices-EMF-UC2.pdf Exercices] + [http://wiki.eclipse.org/images/c/cb/Org.eclipse.egf.usecase.emf.uc2.zip Solution (plug-in)]<br>  
  
<br>  
+
<br>
  
 
= Metamodel  =
 
= Metamodel  =

Revision as of 09:10, 12 November 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