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"

(Generation Chain)
(EGF Activities: Factory Component and Task)
Line 22: Line 22:
 
*Practice:<br>
 
*Practice:<br>
  
&nbsp;&nbsp;&nbsp; Learning '''Factory Component''' and&nbsp;'''Task''': [http://wiki.eclipse.org/images/4/44/EGF-Exercices-FactoryComponent-UC1.pdf Exercices] + [http://wiki.eclipse.org/images/3/31/Org.eclipse.egf.usecase.fc.uc1.zip Solution (plug-in)]
+
&nbsp;&nbsp;&nbsp; Learning '''Factory Component''' and&nbsp;'''Task''': [http://wiki.eclipse.org/images/4/44/EGF-Exercices-FactoryComponent-UC1.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.fc.uc1 plugin
  
&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/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.activityworkflow.uc1 plug-in
  
 
== EGF Patterns  ==
 
== EGF Patterns  ==

Revision as of 06:29, 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.zip

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 (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