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 "EMF Compare"

(Team)
(Team)
(57 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{EMF_Compare}} __NOTOC__
<table border="0" width="100%" cellspacing="6">
+
<tr>
+
<td>
+
=Presentation=
+
  
The EMF Compare project is [http://www.eclipse.org/modeling/emf/?project=compare  part of EMF] (Eclipse Modeling Framework).
+
[[Image:EMF_Compare_logo_colors.png]]
  
EMF Compare brings model comparison to the EMF framework, this tool provides generic support for any kind of metamodel in order to compare and merge models. The objectives of this component are to provide a stable and efficient generic implementation of model comparison and to provide an extensible framework for specific needs.  
+
[http://www.eclipse.org/emf/compare EMF Compare] brings model comparison to the EMF framework. It provides generic and customizable support of model comparison and merge. It works with any kinds of EMF models such as Ecore, UML and your owns. The objectives of EMF Compare are to provide a stable and efficient generic implementation of model comparison and merge and to provide an extensible framework for dedicated needs. The [http://www.eclipse.org/emf/compare EMF Compare] project is part of EMF (Eclipse Modeling Framework).  
  
 +
= Links =
  
The comparison process is divided in 2 phases: '''matching''' and '''differencing.''' The matching phase browses the model version figuring out which element comes from which other one, then the differencing process browses the matching result and create the corresponding delta. This delta may itself be serialized as a model.
+
* The [http://www.eclipse.org/emf/compare homepage].
 +
* The [http://projects.eclipse.org/projects/modeling.emf.compare Eclipse project page]
 +
* The [http://www.eclipse.org/forums/index.php/f/164/ forum] (also available via NNTP as news://news.eclipse.org/eclipse.modeling.emf).
 +
* The [http://git.eclipse.org/c/emfcompare/org.eclipse.emf.compare.git source code].
 +
* The [https://git.eclipse.org/r/#/q/status:open+project:emfcompare/org.eclipse.emf.compare,n,z open reviews on Gerrit]
 +
* The [http://www.eclipse.org/emf/compare/documentation/latest/ documentation].
 +
** [http://www.eclipse.org/emf/compare/documentation/latest/user/user-guide.html User Guide]
 +
** [http://www.eclipse.org/emf/compare/documentation/latest/developer/developer-guide.html Developer Guide]
 +
** [http://www.eclipse.org/emf/compare/documentation/latest/tutorial/tutorial.html Tutorial]
 +
** [http://www.eclipse.org/emf/compare/documentation/latest/FAQ.html FAQ]
 +
* The [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&query_format=advanced&product=emfcompare&list_id=7339794 Bugzilla].
 +
* The [http://wiki.eclipse.org/Category:EMF_Compare list of all wiki pages of EMF Compare]
 +
* The [http://wiki.eclipse.org/Category:EMF_Compare/Specification specifications of next EMF Compare features]
 +
* The [http://wiki.eclipse.org/Category:EMF_Compare/Archive archived wiki pages of EMF Compare]
  
[[Image:CompareGlobal.png]]
+
= Team  =
  
=Compatibility=
+
The project developers are:  
The EMF Compare development team does its best to maintain downward compatibility towards Europa (3.3). Following is the compatibility chart :
+
{| border="1"
+
! EMF Compare !! Eclipse 3.2 - EMF 2.2 !! Eclipse 3.3 - EMF 2.3 !! Eclipse 3.4 - EMF 2.4 !! Eclipse 3.5 - EMF 2.5 !! Eclipse 3.6 - EMF 2.6
+
|-
+
| 0.7
+
| style="text-align:center; background:green; color:white" | OK
+
|
+
|
+
|
+
|
+
|-
+
| 0.8
+
| style="text-align:center; background:red; color:white" | KO
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
|
+
|
+
|-
+
| 1.0
+
| style="text-align:center; background:red; color:white" | KO
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
|-
+
| 1.1
+
| style="text-align:center; background:red; color:white" | KO
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
| style="text-align:center; background:green; color:white" | OK
+
|}
+
An empty cell indicates that the compatibility hasn't been tested for a particular combination.
+
</td>
+
  
<td rowspan="2" width="310" style="background-color: #bbbad2; border-width: 1px; border-style: solid; border-color: #e3e2ff; padding: 10px;">
+
* Mikaël Barbero ([http://www.obeo.fr Obeo]), project lead
 +
* Cédric Brun ([http://www.obeo.fr Obeo])
 +
* Laurent Goubet ([http://www.obeo.fr Obeo])
 +
* Cédric Notot ([http://www.obeo.fr Obeo])
 +
* Axel Richard ([http://www.obeo.fr Obeo])
 +
* Arthur Daussy ([http://www.obeo.fr Obeo])
  
=Documentation=
+
[[Category:EMF Compare]]
* Initial project description : [[Media:EMFCompareDescription.pdf | EMF Compare Description (PDF)]]
+
* [[EMF Compare 1.1.0 New And Noteworthy | New and Noteworthy : 1.1.0]]
+
* [[EMF Compare 1.0.0 New And Noteworthy | New and Noteworthy : 1.0.0]]
+
* [[EMF Compare 0.8.0 New And Noteworthy | New and Noteworthy : 0.8.0]]
+
==User Guide==
+
* [[Installing and Using EMF Compare | Installing and Using EMF Compare]]
+
* [[EMF Compare Demos | EMF Compare Demos]]
+
 
+
==Developer Guide==
+
* [[Setting up a development environment for EMF Compare | Setting up a development environment for EMF Compare]]
+
* [[Comparing XML files with EMF Compare | Comparing XML files with EMF Compare]]
+
 
+
You'll find a few more tutorials on the Eclipse Online Help once you installed EMF Compare
+
* Architecture
+
* Using the Compare Services
+
* Adapting the Comparison Process to your Ecore Model
+
* Adding new actions to the export menu
+
 
+
''Feel free to add any tutorial or documentation on the wiki, we'll integrate them back in the online help.''
+
 
+
==FAQ==
+
* [[EMF Compare FAQ|EMF Compare FAQ]]
+
</td>
+
</table>
+
 
+
 
+
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
+
<tr>
+
<td style="background-color: #cff8d9; border-width: 1px; border-style: solid; border-color: #def9e4; padding: 10px;">
+
 
+
=Roadmap & History=
+
 
+
== Roadmap ==
+
 
+
=== 1.1.0 - Eclipse 3.6 ===
+
- Match Scoping
+
- Performances and Scalability
+
- Better stability
+
 
+
=== 1.0.0 - Eclipse 3.5 ===
+
- [[EMF_Compare/Epatch|patch/changeset model]]
+
- UI extensibility
+
- Graphical modelers integration
+
- Remote proxy resolving
+
- Incubation status exit
+
- ResourceSet match (inter-models links)
+
 
+
 
+
== History ==
+
 
+
 
+
=== 0.8.0 - Ganymede (2008) ===
+
- « 3 way » comparison
+
- confirm RCP/Domain uses cases for diff/synchronization
+
- diff engine extensibility
+
- diff model extension
+
- performances enhancements
+
- tutorials/documentation
+
 
+
=== 0.7.0 branch (2007)===
+
 
+
- merge/differencing
+
- reference documentation
+
- « 2 way » comparison
+
- Ecore/XMI Id handling
+
- metamodel agnostic
+
- match engine extensibility
+
- export API
+
 
+
</td>
+
 
+
<td  style="background-color: #fef6b0; border-width: 1px; border-style: solid; border-color: #e3e2ff; padding: 10px;">
+
 
+
</td>
+
<tr>
+
<td>
+
 
+
=Team=
+
The project developers are:
+
 
+
Cedric Brun ([http://www.obeo.fr Obeo]), project lead
+
 
+
Laurent Goubet ([http://www.obeo.fr Obeo])
+
 
+
Jonathan Musset ([http://www.obeo.fr Obeo])
+
 
+
Moritz Eysholdt ([http://www.itemis.de Itemis])
+
</td>
+
<td>
+
 
+
=Contacts=
+
Any issue should be reported to the [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF&component=Compare Bugzilla]
+
You may also contact the team using the EMF newsgroup.
+
</td>
+
<tr>
+
<td colspan="2">
+
=Events=
+
'''10/06/2009''' - Graduation to EMF [http://www.eclipse.org/project-slides/Galileo/EMF_Compare_Galileo_Review.pdf Graduation Review]
+
 
+
'''20/03/2008''' - Short talk given at EclipseCon 2008 [http://www.eclipsecon.org/2008/?page=sub/&id=328 An update on EMF Compare]
+
 
+
'''10/10/2007''' - Talk given at Eclipse Summit Europe 2007 [http://cedric.brun.free.fr/EMFCompare_OneYearLater.pdf EMF Compare : One year later].
+
 
+
'''05/03/2007''' - We presented the project at EclipseCon through a [http://www.eclipsecon.org/2007/index.php?page=sub/&id=3593 panel]. Here is some feedback: [[Model Comparison Panel 2007]].
+
</td>
+
</tr>
+
</table>
+
 
+
[[Category:Modeling]]
+
[[Category:EMFT]]
+

Revision as of 10:52, 19 September 2014


EMF Compare
Website
Download
Community
Mailing List
Forums
Bugzilla
Open
Create New
Contribute
Browse Source


EMF Compare logo colors.png

EMF Compare brings model comparison to the EMF framework. It provides generic and customizable support of model comparison and merge. It works with any kinds of EMF models such as Ecore, UML and your owns. The objectives of EMF Compare are to provide a stable and efficient generic implementation of model comparison and merge and to provide an extensible framework for dedicated needs. The EMF Compare project is part of EMF (Eclipse Modeling Framework).

Links

Team

The project developers are:

  • Mikaël Barbero (Obeo), project lead
  • Cédric Brun (Obeo)
  • Laurent Goubet (Obeo)
  • Cédric Notot (Obeo)
  • Axel Richard (Obeo)
  • Arthur Daussy (Obeo)

Back to the top