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"

(Enhanced EMF Generation)
Line 37: Line 37:
 
== 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>
*Video: [http://vimeo.com/9842155 EMF Wrapper]<br>  
+
*Video: [http://vimeo.com/9842155 EMF Wrapper]<br>
*Practice:<br>
+
*Practice:<br>&nbsp;&nbsp;&nbsp; Learning&nbsp;'''Basic EMF Generation with Patterns''': [http://wiki.eclipse.org/images/1/1b/EGF-Exercices-EMF-UC1.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.emf.uc1 plugin <br>&nbsp;&nbsp;&nbsp; Learning '''Customization of the EMF Generation''': [http://wiki.eclipse.org/images/d/d3/EGF-Exercices-EMF-UC2.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.emf.uc2 plugin&nbsp;<br>&nbsp;&nbsp;&nbsp; Learning '''Teamworking - Integration of customized&nbsp;EMF Generation''': [http://wiki.eclipse.org/images/e/e3/EGF-Exercices-EMF-UC3.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.emf.uc3 plugin
  
&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>
 
+
<br>
+
  
 
= Metamodel  =
 
= Metamodel  =

Revision as of 06:44, 18 December 2010

Logo EGF.png


Main Concepts

  • Quick tour of EGF: here
  • 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: All examples in the sequel can be download here

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 plug-in

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

Enhanced EMF Generation

  • Tutorial: Download this tutorial for in introduction of a pattern-based EMF Generation.
  • Video: EMF Wrapper
  • Practice:
        Learning Basic EMF Generation with Patterns: Exercices + Solution in examples / org.eclipse.egf.usecase.emf.uc1 plugin
        Learning Customization of the EMF Generation: Exercices + Solution in examples / org.eclipse.egf.usecase.emf.uc2 plugin 
        Learning Teamworking - Integration of customized EMF Generation: Exercices + Solution in examples / org.eclipse.egf.usecase.emf.uc3 plugin



Metamodel

Download the EGF metamodel


Back to the top