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"

(Portfolios)
(Generation Chain)
Line 13: Line 13:
  
 
*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'''.  
*Video: [http://vimeo.com/15654610 EGF Generation Chain]<br>
+
*Video: [http://vimeo.com/29472598 EGF Generation Chain]<br>
  
 
&nbsp;&nbsp;&nbsp; Learning '''Generation Chain''': [http://wiki.eclipse.org/images/c/cf/EGF-Exercices-GenerationChain-UC1.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.generationchain.uc1 plugin
 
&nbsp;&nbsp;&nbsp; Learning '''Generation Chain''': [http://wiki.eclipse.org/images/c/cf/EGF-Exercices-GenerationChain-UC1.pdf Exercices] + Solution in [http://wiki.eclipse.org/images/4/45/Egf-examples.zip examples] / org.eclipse.egf.usecase.generationchain.uc1 plugin

Revision as of 06:14, 23 September 2011

Logo EGF.png


 Main Concepts and Examples

  • 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 the examples in the sequel can be downloaded 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 plugin

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

Portfolios

Refer to the portfolios provided by EGF:

Metamodel

Download the EGF metamodel


Back to the top