Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Teneo] GMF Editors
[Teneo] GMF Editors [message #81584] Mon, 30 April 2007 12:37 Go to next message
Eclipse UserFriend
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 #81720 is a reply to message #81584] Wed, 02 May 2007 11:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

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 #81735 is a reply to message #81720] Wed, 02 May 2007 12:01 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
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 #81750 is a reply to message #81735] Wed, 02 May 2007 12:26 Go to previous message
Parvez is currently offline ParvezFriend
Messages: 181
Registered: July 2009
Senior Member
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 11:20 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
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
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [Teneo] GMF Editors [message #605198 is a reply to message #81720] Wed, 02 May 2007 12:01 Go to previous message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
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 12:26 Go to previous message
Parvez is currently offline ParvezFriend
Messages: 181
Registered: July 2009
Senior Member
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
>>>
>
>
Previous Topic:[Teneo+hibernate]
Next Topic:[Teneo]Feature request to support the @Entity annotation
Goto Forum:
  


Current Time: Tue Apr 23 09:47:53 GMT 2024

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

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

Back to the top