Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » EMF Compare
EMF Compare [message #96974] Sun, 23 September 2007 09:58 Go to next message
Eclipse UserFriend
Originally posted by: andrew_steady.hotmail.com

Hi,

Can anyone give an update on compare? I have the following questions:

1. Is it compatible with JDK 1.4 and Eclipse 3.2?

2. Does it allow to compare two sets of instance data from the same model
as well as comparing different models?

3. If answer to (2) is yes what format is the delta?

Thanks,

Andy
Re: EMF Compare [message #96976 is a reply to message #96974] Sun, 23 September 2007 11:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Andy,

Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
I'd say yes to 1. I'm not sure it lets you compare instances from
different models. There is a delta/diff model to describe differences
and this model can be serialized just like any other EMF model.


Andrew Steady wrote:
> Hi,
>
> Can anyone give an update on compare? I have the following questions:
>
> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>
> 2. Does it allow to compare two sets of instance data from the same
> model as well as comparing different models?
>
> 3. If answer to (2) is yes what format is the delta?
>
> Thanks,
>
> Andy
>
Re: EMF Compare [message #97080 is a reply to message #96976] Sun, 23 September 2007 17:28 Go to previous messageGo to next message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------020407010903070006070203
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Andy,

EMF Compare is built against JDK 1.5 and makes use of the features it
introduced such as foreach and generics. It is therefore incompatible
with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.

I think this nulls out your other questions yet if not :
EMF Compare should allow you to compare both instances of the same model
and instances of two distinct models, and the delta can be serialized as
an XMI file as would any other EMF model.

Cheers,
Laurent Goubet
Obeo

Ed Merks a
Re: EMF Compare [message #97493 is a reply to message #97080] Wed, 26 September 2007 02:39 Go to previous message
Eclipse UserFriend
Originally posted by: andrew_steady.hotmail.com

Hi Laurent,

Thanks for this. The functionality you describe is exactly what we need,
I'm going to try it out and if it does the trick push for us to move to
1.5 or perhaps to run the compare in a separate process.

Many thanks,

Andy



laurent Goubet wrote:

> Andy,

> EMF Compare is built against JDK 1.5 and makes use of the features it
> introduced such as foreach and generics. It is therefore incompatible
> with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.

> I think this nulls out your other questions yet if not :
> EMF Compare should allow you to compare both instances of the same model
> and instances of two distinct models, and the delta can be serialized as
> an XMI file as would any other EMF model.

> Cheers,
> Laurent Goubet
> Obeo

> Ed Merks a écrit :
>> Andy,
>>
>> Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
>> I'd say yes to 1. I'm not sure it lets you compare instances from
>> different models. There is a delta/diff model to describe differences
>> and this model can be serialized just like any other EMF model.
>>
>>
>> Andrew Steady wrote:
>>> Hi,
>>>
>>> Can anyone give an update on compare? I have the following questions:
>>>
>>> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>>>
>>> 2. Does it allow to compare two sets of instance data from the same
>>> model as well as comparing different models?
>>>
>>> 3. If answer to (2) is yes what format is the delta?
>>>
>>> Thanks,
>>>
>>> Andy
>>>
Re: EMF Compare [message #609769 is a reply to message #96974] Sun, 23 September 2007 11:58 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Andy,

Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
I'd say yes to 1. I'm not sure it lets you compare instances from
different models. There is a delta/diff model to describe differences
and this model can be serialized just like any other EMF model.


Andrew Steady wrote:
> Hi,
>
> Can anyone give an update on compare? I have the following questions:
>
> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>
> 2. Does it allow to compare two sets of instance data from the same
> model as well as comparing different models?
>
> 3. If answer to (2) is yes what format is the delta?
>
> Thanks,
>
> Andy
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF Compare [message #609779 is a reply to message #96976] Sun, 23 September 2007 17:28 Go to previous message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------020407010903070006070203
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Andy,

EMF Compare is built against JDK 1.5 and makes use of the features it
introduced such as foreach and generics. It is therefore incompatible
with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.

I think this nulls out your other questions yet if not :
EMF Compare should allow you to compare both instances of the same model
and instances of two distinct models, and the delta can be serialized as
an XMI file as would any other EMF model.

Cheers,
Laurent Goubet
Obeo

Ed Merks a
Re: EMF Compare [message #609817 is a reply to message #97080] Wed, 26 September 2007 02:39 Go to previous message
Eclipse UserFriend
Originally posted by: andrew_steady.hotmail.com

Hi Laurent,

Thanks for this. The functionality you describe is exactly what we need,
I'm going to try it out and if it does the trick push for us to move to
1.5 or perhaps to run the compare in a separate process.

Many thanks,

Andy



laurent Goubet wrote:

> Andy,

> EMF Compare is built against JDK 1.5 and makes use of the features it
> introduced such as foreach and generics. It is therefore incompatible
> with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.

> I think this nulls out your other questions yet if not :
> EMF Compare should allow you to compare both instances of the same model
> and instances of two distinct models, and the delta can be serialized as
> an XMI file as would any other EMF model.

> Cheers,
> Laurent Goubet
> Obeo

> Ed Merks a écrit :
>> Andy,
>>
>> Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
>> I'd say yes to 1. I'm not sure it lets you compare instances from
>> different models. There is a delta/diff model to describe differences
>> and this model can be serialized just like any other EMF model.
>>
>>
>> Andrew Steady wrote:
>>> Hi,
>>>
>>> Can anyone give an update on compare? I have the following questions:
>>>
>>> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>>>
>>> 2. Does it allow to compare two sets of instance data from the same
>>> model as well as comparing different models?
>>>
>>> 3. If answer to (2) is yes what format is the delta?
>>>
>>> Thanks,
>>>
>>> Andy
>>>
Previous Topic:Teneo / Hibernate / Compare
Next Topic:[Announce] Ecore Diagram Component Proposal
Goto Forum:
  


Current Time: Fri Apr 26 00:35:20 GMT 2024

Powered by FUDForum. Page generated in 0.05101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top