Home » Archived » Eclipse Communications Framework (ECF) » Graphical editors and ECF
Graphical editors and ECF [message #534836] |
Thu, 20 May 2010 13:18 |
|
Hello,
I'm looking for examples of ECF use with graphical editors (GEF or GMF).
I remember of stumbling upon an example a long time ago: a simple collaborative GEF editor, with green squares.. but i cant find it.
Could someone point me a link to an example?
thank you in advance,
Ugo
|
|
|
Re: Graphical editors and ECF [message #534993 is a reply to message #534836] |
Thu, 20 May 2010 22:31 |
Scott Lewis Messages: 1038 Registered: July 2009 |
Senior Member |
|
|
Hi Ugo,
Yes, we did have an example years ago (in 2005 I think) that was an
EMF+simple GEF-based graphical editor. It was very simple...essentially
just nodes and links between them, but it did use ECF to communicate and
synchronize state changes of the underlying model (using EMF and
notification, and ECF's messaging APIs).
I'm sad to say that we haven't been able to keep this example maintained
(it had dependencies not only on ECF, but also on EMF, GEF), and so I'm
not at all sure it will still work (or even compile) with more recent
versions of ECF, EMF, and GEF.
I'm willing to track it down in the Eclipse archives if you wish, but
I'm not sure if it's worth it given the changes that have occurred
since. Do you still want to access this (old) code? Let me know and if
so I'll find it in the Eclipse archives.
Thanks,
Scott
Ugo Sangiorgi wrote:
> Hello,
>
> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
> I remember of stumbling upon an example a long time ago: a simple
> collaborative GEF editor, with green squares.. but i cant find it.
>
> Could someone point me a link to an example?
>
> thank you in advance,
> Ugo
|
|
|
Re: Graphical editors and ECF [message #535033 is a reply to message #534993] |
Fri, 21 May 2010 07:14 |
|
Guys,
Forgive me that I chime in here but maybe the new Dawn component of the
CDO Model Repository is of interest for you. Dawn is a generative
framework that augments GMF editors so that they transparently work on
top of distributed shared EMF/CDO models. Please let us know if you
would like to have more infos. Martin Fluegge will be happy to answer
them ;-)
Here's an old article about Dawn:
http://www.mftech.org/blog/pivot/entry.php?id=13
Cheers
/Eike
----
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Am 21.05.2010 00:31, schrieb Scott Lewis:
> Hi Ugo,
>
> Yes, we did have an example years ago (in 2005 I think) that was an
> EMF+simple GEF-based graphical editor. It was very
> simple...essentially just nodes and links between them, but it did use
> ECF to communicate and synchronize state changes of the underlying
> model (using EMF and notification, and ECF's messaging APIs).
>
> I'm sad to say that we haven't been able to keep this example
> maintained (it had dependencies not only on ECF, but also on EMF,
> GEF), and so I'm not at all sure it will still work (or even compile)
> with more recent versions of ECF, EMF, and GEF.
>
> I'm willing to track it down in the Eclipse archives if you wish, but
> I'm not sure if it's worth it given the changes that have occurred
> since. Do you still want to access this (old) code? Let me know and
> if so I'll find it in the Eclipse archives.
>
> Thanks,
>
> Scott
>
>
> Ugo Sangiorgi wrote:
>> Hello,
>>
>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>> I remember of stumbling upon an example a long time ago: a simple
>> collaborative GEF editor, with green squares.. but i cant find it.
>>
>> Could someone point me a link to an example?
>>
>> thank you in advance,
>> Ugo
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
|
Re: Graphical editors and ECF [message #535371 is a reply to message #534993] |
Sat, 22 May 2010 21:02 |
|
Hello Scott,
I would appreciate very much if you could track those old projects for me, thank you.
I'm investigating how two GMF editors might be synchronized using ECF, to build a sort
of collaborative graphical editor. If ECF is able (and I think it is) to sync commands
between the editors, would be enough, it is really simple and the example should give me
what I need.
(I got an old 'scribble share' at the examples, on the cvs, but I could not get it to work after a few tries..)
I promise to try to fix the dead projects and patch back to you guys, if you want.
Anyway I will be working with graphical editors and collaboration quite a bit in the future,
whatever I produce is meant to be contributed back :)
Best regards,
Ugo
Scott Lewis escreveu:
> Hi Ugo,
>
> Yes, we did have an example years ago (in 2005 I think) that was an
> EMF+simple GEF-based graphical editor. It was very simple...essentially
> just nodes and links between them, but it did use ECF to communicate and
> synchronize state changes of the underlying model (using EMF and
> notification, and ECF's messaging APIs).
>
> I'm sad to say that we haven't been able to keep this example maintained
> (it had dependencies not only on ECF, but also on EMF, GEF), and so I'm
> not at all sure it will still work (or even compile) with more recent
> versions of ECF, EMF, and GEF.
>
> I'm willing to track it down in the Eclipse archives if you wish, but
> I'm not sure if it's worth it given the changes that have occurred
> since. Do you still want to access this (old) code? Let me know and if
> so I'll find it in the Eclipse archives.
>
> Thanks,
>
> Scott
>
>
> Ugo Sangiorgi wrote:
>> Hello,
>>
>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>> I remember of stumbling upon an example a long time ago: a simple
>> collaborative GEF editor, with green squares.. but i cant find it.
>>
>> Could someone point me a link to an example?
>>
>> thank you in advance,
>> Ugo
|
|
|
Re: Graphical editors and ECF [message #535372 is a reply to message #534993] |
Sat, 22 May 2010 21:02 |
|
Hello Scott,
I would appreciate very much if you could track those old projects for me, thank you.
I'm investigating how two GMF editors might be synchronized using ECF, to build a sort
of collaborative graphical editor. If ECF is able (and I think it is) to sync commands
between the editors, would be enough, it is really simple and the example should give me
what I need.
(I got an old 'scribble share' at the examples, on the cvs, but I could not get it to work after a few tries..)
I promise to try to fix the dead projects and patch back to you guys, if you want.
Anyway I will be working with graphical editors and collaboration quite a bit in the future,
whatever I produce is meant to be contributed back :)
Best regards,
Ugo
Scott Lewis escreveu:
> Hi Ugo,
>
> Yes, we did have an example years ago (in 2005 I think) that was an
> EMF+simple GEF-based graphical editor. It was very simple...essentially
> just nodes and links between them, but it did use ECF to communicate and
> synchronize state changes of the underlying model (using EMF and
> notification, and ECF's messaging APIs).
>
> I'm sad to say that we haven't been able to keep this example maintained
> (it had dependencies not only on ECF, but also on EMF, GEF), and so I'm
> not at all sure it will still work (or even compile) with more recent
> versions of ECF, EMF, and GEF.
>
> I'm willing to track it down in the Eclipse archives if you wish, but
> I'm not sure if it's worth it given the changes that have occurred
> since. Do you still want to access this (old) code? Let me know and if
> so I'll find it in the Eclipse archives.
>
> Thanks,
>
> Scott
>
>
> Ugo Sangiorgi wrote:
>> Hello,
>>
>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>> I remember of stumbling upon an example a long time ago: a simple
>> collaborative GEF editor, with green squares.. but i cant find it.
>>
>> Could someone point me a link to an example?
>>
>> thank you in advance,
>> Ugo
|
|
|
Re: Graphical editors and ECF [message #535384 is a reply to message #535033] |
Sat, 22 May 2010 23:22 |
|
Hello Eike,
thank you very much, Dawn seems to fit perfectly.
The screencasts shows some really nice features
http://www.mftech.org/dawn/screencasts.html
I will contact Martin regarding the implementation.
Eike Stepper escreveu:
> Guys,
>
> Forgive me that I chime in here but maybe the new Dawn component of the
> CDO Model Repository is of interest for you. Dawn is a generative
> framework that augments GMF editors so that they transparently work on
> top of distributed shared EMF/CDO models. Please let us know if you
> would like to have more infos. Martin Fluegge will be happy to answer
> them ;-)
>
> Here's an old article about Dawn:
> http://www.mftech.org/blog/pivot/entry.php?id=13
>
> Cheers
> /Eike
>
> ----
> http://thegordian.blogspot.com
> http://twitter.com/eikestepper
>
>
>
> Am 21.05.2010 00:31, schrieb Scott Lewis:
>> Hi Ugo,
>>
>> Yes, we did have an example years ago (in 2005 I think) that was an
>> EMF+simple GEF-based graphical editor. It was very
>> simple...essentially just nodes and links between them, but it did use
>> ECF to communicate and synchronize state changes of the underlying
>> model (using EMF and notification, and ECF's messaging APIs).
>>
>> I'm sad to say that we haven't been able to keep this example
>> maintained (it had dependencies not only on ECF, but also on EMF,
>> GEF), and so I'm not at all sure it will still work (or even compile)
>> with more recent versions of ECF, EMF, and GEF.
>>
>> I'm willing to track it down in the Eclipse archives if you wish, but
>> I'm not sure if it's worth it given the changes that have occurred
>> since. Do you still want to access this (old) code? Let me know and
>> if so I'll find it in the Eclipse archives.
>>
>> Thanks,
>>
>> Scott
>>
>>
>> Ugo Sangiorgi wrote:
>>> Hello,
>>>
>>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>>> I remember of stumbling upon an example a long time ago: a simple
>>> collaborative GEF editor, with green squares.. but i cant find it.
>>>
>>> Could someone point me a link to an example?
>>>
>>> thank you in advance,
>>> Ugo
|
|
| |
Re: Graphical editors and ECF [message #625252 is a reply to message #534836] |
Thu, 20 May 2010 22:31 |
Scott Lewis Messages: 1038 Registered: July 2009 |
Senior Member |
|
|
Hi Ugo,
Yes, we did have an example years ago (in 2005 I think) that was an
EMF+simple GEF-based graphical editor. It was very simple...essentially
just nodes and links between them, but it did use ECF to communicate and
synchronize state changes of the underlying model (using EMF and
notification, and ECF's messaging APIs).
I'm sad to say that we haven't been able to keep this example maintained
(it had dependencies not only on ECF, but also on EMF, GEF), and so I'm
not at all sure it will still work (or even compile) with more recent
versions of ECF, EMF, and GEF.
I'm willing to track it down in the Eclipse archives if you wish, but
I'm not sure if it's worth it given the changes that have occurred
since. Do you still want to access this (old) code? Let me know and if
so I'll find it in the Eclipse archives.
Thanks,
Scott
Ugo Sangiorgi wrote:
> Hello,
>
> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
> I remember of stumbling upon an example a long time ago: a simple
> collaborative GEF editor, with green squares.. but i cant find it.
>
> Could someone point me a link to an example?
>
> thank you in advance,
> Ugo
|
|
|
Re: Graphical editors and ECF [message #625253 is a reply to message #534993] |
Fri, 21 May 2010 07:14 |
|
Guys,
Forgive me that I chime in here but maybe the new Dawn component of the
CDO Model Repository is of interest for you. Dawn is a generative
framework that augments GMF editors so that they transparently work on
top of distributed shared EMF/CDO models. Please let us know if you
would like to have more infos. Martin Fluegge will be happy to answer
them ;-)
Here's an old article about Dawn:
http://www.mftech.org/blog/pivot/entry.php?id=13
Cheers
/Eike
----
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Am 21.05.2010 00:31, schrieb Scott Lewis:
> Hi Ugo,
>
> Yes, we did have an example years ago (in 2005 I think) that was an
> EMF+simple GEF-based graphical editor. It was very
> simple...essentially just nodes and links between them, but it did use
> ECF to communicate and synchronize state changes of the underlying
> model (using EMF and notification, and ECF's messaging APIs).
>
> I'm sad to say that we haven't been able to keep this example
> maintained (it had dependencies not only on ECF, but also on EMF,
> GEF), and so I'm not at all sure it will still work (or even compile)
> with more recent versions of ECF, EMF, and GEF.
>
> I'm willing to track it down in the Eclipse archives if you wish, but
> I'm not sure if it's worth it given the changes that have occurred
> since. Do you still want to access this (old) code? Let me know and
> if so I'll find it in the Eclipse archives.
>
> Thanks,
>
> Scott
>
>
> Ugo Sangiorgi wrote:
>> Hello,
>>
>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>> I remember of stumbling upon an example a long time ago: a simple
>> collaborative GEF editor, with green squares.. but i cant find it.
>>
>> Could someone point me a link to an example?
>>
>> thank you in advance,
>> Ugo
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
|
Re: Graphical editors and ECF [message #625254 is a reply to message #534993] |
Sat, 22 May 2010 21:02 |
|
Hello Scott,
I would appreciate very much if you could track those old projects for me, thank you.
I'm investigating how two GMF editors might be synchronized using ECF, to build a sort
of collaborative graphical editor. If ECF is able (and I think it is) to sync commands
between the editors, would be enough, it is really simple and the example should give me
what I need.
(I got an old 'scribble share' at the examples, on the cvs, but I could not get it to work after a few tries..)
I promise to try to fix the dead projects and patch back to you guys, if you want.
Anyway I will be working with graphical editors and collaboration quite a bit in the future,
whatever I produce is meant to be contributed back :)
Best regards,
Ugo
Scott Lewis escreveu:
> Hi Ugo,
>
> Yes, we did have an example years ago (in 2005 I think) that was an
> EMF+simple GEF-based graphical editor. It was very simple...essentially
> just nodes and links between them, but it did use ECF to communicate and
> synchronize state changes of the underlying model (using EMF and
> notification, and ECF's messaging APIs).
>
> I'm sad to say that we haven't been able to keep this example maintained
> (it had dependencies not only on ECF, but also on EMF, GEF), and so I'm
> not at all sure it will still work (or even compile) with more recent
> versions of ECF, EMF, and GEF.
>
> I'm willing to track it down in the Eclipse archives if you wish, but
> I'm not sure if it's worth it given the changes that have occurred
> since. Do you still want to access this (old) code? Let me know and if
> so I'll find it in the Eclipse archives.
>
> Thanks,
>
> Scott
>
>
> Ugo Sangiorgi wrote:
>> Hello,
>>
>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>> I remember of stumbling upon an example a long time ago: a simple
>> collaborative GEF editor, with green squares.. but i cant find it.
>>
>> Could someone point me a link to an example?
>>
>> thank you in advance,
>> Ugo
|
|
|
Re: Graphical editors and ECF [message #625255 is a reply to message #534993] |
Sat, 22 May 2010 21:02 |
|
Hello Scott,
I would appreciate very much if you could track those old projects for me, thank you.
I'm investigating how two GMF editors might be synchronized using ECF, to build a sort
of collaborative graphical editor. If ECF is able (and I think it is) to sync commands
between the editors, would be enough, it is really simple and the example should give me
what I need.
(I got an old 'scribble share' at the examples, on the cvs, but I could not get it to work after a few tries..)
I promise to try to fix the dead projects and patch back to you guys, if you want.
Anyway I will be working with graphical editors and collaboration quite a bit in the future,
whatever I produce is meant to be contributed back :)
Best regards,
Ugo
Scott Lewis escreveu:
> Hi Ugo,
>
> Yes, we did have an example years ago (in 2005 I think) that was an
> EMF+simple GEF-based graphical editor. It was very simple...essentially
> just nodes and links between them, but it did use ECF to communicate and
> synchronize state changes of the underlying model (using EMF and
> notification, and ECF's messaging APIs).
>
> I'm sad to say that we haven't been able to keep this example maintained
> (it had dependencies not only on ECF, but also on EMF, GEF), and so I'm
> not at all sure it will still work (or even compile) with more recent
> versions of ECF, EMF, and GEF.
>
> I'm willing to track it down in the Eclipse archives if you wish, but
> I'm not sure if it's worth it given the changes that have occurred
> since. Do you still want to access this (old) code? Let me know and if
> so I'll find it in the Eclipse archives.
>
> Thanks,
>
> Scott
>
>
> Ugo Sangiorgi wrote:
>> Hello,
>>
>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>> I remember of stumbling upon an example a long time ago: a simple
>> collaborative GEF editor, with green squares.. but i cant find it.
>>
>> Could someone point me a link to an example?
>>
>> thank you in advance,
>> Ugo
|
|
|
Re: Graphical editors and ECF [message #625256 is a reply to message #535033] |
Sat, 22 May 2010 23:22 |
|
Hello Eike,
thank you very much, Dawn seems to fit perfectly.
The screencasts shows some really nice features
http://www.mftech.org/dawn/screencasts.html
I will contact Martin regarding the implementation.
Eike Stepper escreveu:
> Guys,
>
> Forgive me that I chime in here but maybe the new Dawn component of the
> CDO Model Repository is of interest for you. Dawn is a generative
> framework that augments GMF editors so that they transparently work on
> top of distributed shared EMF/CDO models. Please let us know if you
> would like to have more infos. Martin Fluegge will be happy to answer
> them ;-)
>
> Here's an old article about Dawn:
> http://www.mftech.org/blog/pivot/entry.php?id=13
>
> Cheers
> /Eike
>
> ----
> http://thegordian.blogspot.com
> http://twitter.com/eikestepper
>
>
>
> Am 21.05.2010 00:31, schrieb Scott Lewis:
>> Hi Ugo,
>>
>> Yes, we did have an example years ago (in 2005 I think) that was an
>> EMF+simple GEF-based graphical editor. It was very
>> simple...essentially just nodes and links between them, but it did use
>> ECF to communicate and synchronize state changes of the underlying
>> model (using EMF and notification, and ECF's messaging APIs).
>>
>> I'm sad to say that we haven't been able to keep this example
>> maintained (it had dependencies not only on ECF, but also on EMF,
>> GEF), and so I'm not at all sure it will still work (or even compile)
>> with more recent versions of ECF, EMF, and GEF.
>>
>> I'm willing to track it down in the Eclipse archives if you wish, but
>> I'm not sure if it's worth it given the changes that have occurred
>> since. Do you still want to access this (old) code? Let me know and
>> if so I'll find it in the Eclipse archives.
>>
>> Thanks,
>>
>> Scott
>>
>>
>> Ugo Sangiorgi wrote:
>>> Hello,
>>>
>>> I'm looking for examples of ECF use with graphical editors (GEF or GMF).
>>> I remember of stumbling upon an example a long time ago: a simple
>>> collaborative GEF editor, with green squares.. but i cant find it.
>>>
>>> Could someone point me a link to an example?
>>>
>>> thank you in advance,
>>> Ugo
|
|
| | |
|
|
Goto Forum:
Current Time: Sat Nov 09 04:03:20 GMT 2024
Powered by FUDForum. Page generated in 0.04609 seconds
|