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"

(Introduction)
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
[http://eclipse.org/egf EGF project page]  
 
[http://eclipse.org/egf EGF project page]  
  
The EMFT EGF project is [http://www.eclipse.org/emft/projects/ part of EMFT] (EMF Technology).  
+
The EGF project is [http://www.eclipse.org/projects/project.php?id=modeling.emf part of EMF].  
  
 
In order to improve the software development industrialization, a major step consists in mass-producing software. This mass-production must be customizable, and must be able to support complex, large-scale and heterogeneous generations. Given the today’s available Eclipse tools, the issue here is not to provide either a new transformation engine (model-to-model, model-to-text, text-to-model, text-to-text) or DSL (Domain-Specific Language) editor but to realize their integration for flexible software mass-production. This is the purpose of EGF.  
 
In order to improve the software development industrialization, a major step consists in mass-producing software. This mass-production must be customizable, and must be able to support complex, large-scale and heterogeneous generations. Given the today’s available Eclipse tools, the issue here is not to provide either a new transformation engine (model-to-model, model-to-text, text-to-model, text-to-text) or DSL (Domain-Specific Language) editor but to realize their integration for flexible software mass-production. This is the purpose of EGF.  
Line 24: Line 24:
 
| <br>  
 
| <br>  
 
| valign="top" | '''Software'''<br>  
 
| valign="top" | '''Software'''<br>  
[[EGF Installation|'''Download and Installation''']]<br>[[EGF Tutorial and Use Cases|'''Tutorial and use cases''']]<br>[[EGF/Portfolio|'''EGF Portfolio''']]<br>[https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT Report a bug]<br>  
+
[[EGF Installation|Download and Installation]]<br>[[EGF Tutorial and Use Cases|'''Tutorial and use cases''']]<br>[[EGF/Portfolio|'''EGF Portfolio''']]<br>[https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF.EGF Report a bug]<br>[http://www.eclipse.org/forums/eclipse.egf EMF/EGF newsgroup]<br>
  
 
| <br>  
 
| <br>  
Line 30: Line 30:
 
| <br>  
 
| <br>  
 
| valign="top" | '''Follow up'''<br>  
 
| valign="top" | '''Follow up'''<br>  
[[EGF Roadmap|Roadmap and releases]]<br>[[EGF/IndigoReview|EGF Indigo Review]]<br>[[#Team|Team]]<br>[[EGF Partners|Partners]]<br>  
+
[[EGF/Releases|Planned and last releases]]<br>[[EGF/Review|EGF Reviews]]<br>[[#Team|Team]]<br>[[EGF Partners|Partners]]<br>  
  
 
|}
 
|}
Line 38: Line 38:
 
The EGF committers are:  
 
The EGF committers are:  
  
*[mailto:benoit.langlois@thalesgroup.com Benoit Langlois] ([http://www.thalesgroup.com/ Thales/TCS/EPM]), project lead  
+
*[mailto:benoit.langlois@thalesgroup.com Benoit Langlois] ([http://www.thalesgroup.com/ Thales/TGS/SSE]), project lead  
*[mailto:xavier.maysonnave@soyatec.com Xavier Maysonnave] ([http://www.soyatec.com Soyatec])
+
 
*[mailto:thomas.guiu@soyatec.com Thomas Guiu] ([http://www.soyatec.com Soyatec])  
 
*[mailto:thomas.guiu@soyatec.com Thomas Guiu] ([http://www.soyatec.com Soyatec])  
 +
*[mailto:boubekeur.zendagui@obeo.fr Boubekeur Zendagui] ([http://www.obeo.fr Obeo])
 
*[mailto:laurent.goubet@obeo.fr Laurent Goubet] ([http://www.obeo.fr Obeo])
 
*[mailto:laurent.goubet@obeo.fr Laurent Goubet] ([http://www.obeo.fr Obeo])
  
 +
<br> Other main EGF contributors are:
  
The main EGF contributors are:  
+
*[mailto:matthieu.helleboid@thalesgroup.com Matthieu Helleboid] ([http://www.thalesgroup.com/ Thales/TGS/SSE])
  
*[mailto:m.helleboid@soyatec.com Matthieu Helleboid] ([http://www.soyatec.com Soyatec])
+
<br>  
 
+
<br>
+
  
 
= Contact  =
 
= Contact  =
  
Any issue should be reported to the [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT Bugzilla] You may also contact the team using the EMFT newsgroup.  
+
Any issue should be reported to the [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF.EGF Bugzilla] You may also contact the team using the [http://www.eclipse.org/forums/eclipse.egf EMF/EGF newsgroup].  
  
[[Category:Modeling]] [[Category:EMFT]]
+
[[Category:Modeling]] [[Category:EMF]]

Revision as of 06:09, 17 May 2013

Logo EGF.png

Introduction

EGF project page

The EGF project is part of EMF.

In order to improve the software development industrialization, a major step consists in mass-producing software. This mass-production must be customizable, and must be able to support complex, large-scale and heterogeneous generations. Given the today’s available Eclipse tools, the issue here is not to provide either a new transformation engine (model-to-model, model-to-text, text-to-model, text-to-text) or DSL (Domain-Specific Language) editor but to realize their integration for flexible software mass-production. This is the purpose of EGF.

EGF federates generation around the pivotal element of factory component. A factory component is a unit of generation with a clear objective of generation. It has a contract to declare the factory component parameters. Contrary to a classic generation which aggregates all the generation parameters, generation data are organized by viewpoints, such as generation pattern, license description or deployment declaration. Altogether, viewpoints explicitly configure all the generation parameters. The generation orchestration is defined by a production plan. A generation step of the production plan can either be a Java task or, by assembly, an invocation to another factory component. Regarding the lifecycle, a factory component can be edited and executed.

A factory component encapsulates generation know-how. A portfolio is a consistent set of factory components with a common generation objective, valuable for a development team or a user community. The purpose is to create off-the-shelf factory components. For instance, a technical infrastructure factory provides all the needed mechanisms for an application development (e.g., transaction management, persistence policy).


Documentware

New And Noteworthy
Documents
Presentations
Proposal
Contact




Software

Download and Installation
Tutorial and use cases
EGF Portfolio
Report a bug
EMF/EGF newsgroup




Follow up

Planned and last releases
EGF Reviews
Team
Partners

Team

The EGF committers are:


Other main EGF contributors are:


Contact

Any issue should be reported to the Bugzilla You may also contact the team using the EMF/EGF newsgroup.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.