[Teneo] GMF Editors [message #81584] |
Mon, 30 April 2007 08:37  |
Eclipse User |
|
|
|
Originally posted by: james.willans.xactium.com
I'm exploring technology for collaborative modelling using EMF models.
I've been looking at Teneo with interest, particularly the Resource
Utility which eliminates the need to store any data locally. I'm
interested to know whether anyone has experimented using GMF models with
the Resource Utility so that both the EMF model and the GMF diagrams over
the model are stored only within the database and not on the file system?
James
|
|
|
|
|
Re: [Teneo] GMF Editors [message #81750 is a reply to message #81735] |
Wed, 02 May 2007 08:26  |
Eclipse User |
|
|
|
Hi,
We store GMF diagrams as blob [byte array] in database.
If some more information is needed then may be we will jot down
something and can post later next week.
- Parvez Chauhan
Martin Taal wrote:
> Hi James,
> Sorry I had missed your post. About 6 months back I have tried myself to
> also store the diagram into the db but at that time ran into problems
> because the gmf model itself extends the ecore model and because of this
> issue:
> http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/m sg02482.html
>
> I do not know if this has changed.
>
> Also at that time Teneo did not support the features of the ecore model.
> The current 0.8.0 release of Teneo however has better support. So it can
> be worth a try.
>
> Regarding gmf see also the recent thread on this newsgroup with the title:
> [Teneo]Problem Persisting GMF diagram to HibernateResource
>
> gr. Martin
>
> Ed Merks wrote:
>> James,
>>
>> I guess no one has experience with this. Let me try adding the GMF
>> newsgroup to the list, since it's more likely that someone with
>> experience will see this post there. I know that Dave from my group
>> made an EMF generated editor work with Teneo and he said is was very
>> trivial involving only the addition of some configuration code to
>> register the right things...
>>
>>
>> James Willans wrote:
>>> I'm exploring technology for collaborative modelling using EMF
>>> models. I've been looking at Teneo with interest, particularly the
>>> Resource Utility which eliminates the need to store any data
>>> locally. I'm interested to know whether anyone has experimented
>>> using GMF models with the Resource Utility so that both the EMF model
>>> and the GMF diagrams over the model are stored only within the
>>> database and not on the file system?
>>>
>>> James
>>>
>
>
|
|
|
Re: [Teneo] GMF Editors [message #605196 is a reply to message #81584] |
Wed, 02 May 2007 07:20  |
Eclipse User |
|
|
|
James,
I guess no one has experience with this. Let me try adding the GMF
newsgroup to the list, since it's more likely that someone with
experience will see this post there. I know that Dave from my group
made an EMF generated editor work with Teneo and he said is was very
trivial involving only the addition of some configuration code to
register the right things...
James Willans wrote:
> I'm exploring technology for collaborative modelling using EMF
> models. I've been looking at Teneo with interest, particularly the
> Resource Utility which eliminates the need to store any data locally.
> I'm interested to know whether anyone has experimented using GMF
> models with the Resource Utility so that both the EMF model and the
> GMF diagrams over the model are stored only within the database and
> not on the file system?
>
> James
>
|
|
|
Re: [Teneo] GMF Editors [message #605198 is a reply to message #81720] |
Wed, 02 May 2007 08:01  |
Eclipse User |
|
|
|
Hi James,
Sorry I had missed your post. About 6 months back I have tried myself to also store the diagram into
the db but at that time ran into problems because the gmf model itself extends the ecore model and
because of this issue:
http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/m sg02482.html
I do not know if this has changed.
Also at that time Teneo did not support the features of the ecore model. The current 0.8.0 release
of Teneo however has better support. So it can be worth a try.
Regarding gmf see also the recent thread on this newsgroup with the title:
[Teneo]Problem Persisting GMF diagram to HibernateResource
gr. Martin
Ed Merks wrote:
> James,
>
> I guess no one has experience with this. Let me try adding the GMF
> newsgroup to the list, since it's more likely that someone with
> experience will see this post there. I know that Dave from my group
> made an EMF generated editor work with Teneo and he said is was very
> trivial involving only the addition of some configuration code to
> register the right things...
>
>
> James Willans wrote:
>> I'm exploring technology for collaborative modelling using EMF
>> models. I've been looking at Teneo with interest, particularly the
>> Resource Utility which eliminates the need to store any data locally.
>> I'm interested to know whether anyone has experimented using GMF
>> models with the Resource Utility so that both the EMF model and the
>> GMF diagrams over the model are stored only within the database and
>> not on the file system?
>>
>> James
>>
--
With Regards, Martin Taal
Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
|
|
|
Re: [Teneo] GMF Editors [message #605200 is a reply to message #81735] |
Wed, 02 May 2007 08:26  |
Eclipse User |
|
|
|
Hi,
We store GMF diagrams as blob [byte array] in database.
If some more information is needed then may be we will jot down
something and can post later next week.
- Parvez Chauhan
Martin Taal wrote:
> Hi James,
> Sorry I had missed your post. About 6 months back I have tried myself to
> also store the diagram into the db but at that time ran into problems
> because the gmf model itself extends the ecore model and because of this
> issue:
> http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/m sg02482.html
>
> I do not know if this has changed.
>
> Also at that time Teneo did not support the features of the ecore model.
> The current 0.8.0 release of Teneo however has better support. So it can
> be worth a try.
>
> Regarding gmf see also the recent thread on this newsgroup with the title:
> [Teneo]Problem Persisting GMF diagram to HibernateResource
>
> gr. Martin
>
> Ed Merks wrote:
>> James,
>>
>> I guess no one has experience with this. Let me try adding the GMF
>> newsgroup to the list, since it's more likely that someone with
>> experience will see this post there. I know that Dave from my group
>> made an EMF generated editor work with Teneo and he said is was very
>> trivial involving only the addition of some configuration code to
>> register the right things...
>>
>>
>> James Willans wrote:
>>> I'm exploring technology for collaborative modelling using EMF
>>> models. I've been looking at Teneo with interest, particularly the
>>> Resource Utility which eliminates the need to store any data
>>> locally. I'm interested to know whether anyone has experimented
>>> using GMF models with the Resource Utility so that both the EMF model
>>> and the GMF diagrams over the model are stored only within the
>>> database and not on the file system?
>>>
>>> James
>>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.08626 seconds