Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » GMF with vaadin
GMF with vaadin [message #1691438] Tue, 07 April 2015 09:29 Go to next message
sayeb khaoula is currently offline sayeb khaoulaFriend
Messages: 5
Registered: April 2015
Junior Member
Hello

I'm creating a web application using vaadin. I use eclipse kepler SR2 for J2EE in windows 64-bit and vaadin 7.

A part of my application is to implement a graphical model editor. I will use GMF for that editor. I see some tutorials about how to create such editor.

My question: how to integrate the editor in my application?

Please help me Smile

thanks
Re: GMF with vaadin [message #1692291 is a reply to message #1691438] Tue, 14 April 2015 21:02 Go to previous messageGo to next message
Nikos Margaritis is currently offline Nikos MargaritisFriend
Messages: 65
Registered: September 2014
Member

Hello there,

Vaadin utilises Java for the creation of web applications.
A GMF project comes in the form of eclipse PLUGINS.

You can not integrate the editor in your application, because it is meant to run in eclipse/desktop... Try to build the model editor with some javascript libraries instead.


Now on the other hand, if you create the GMF editor as an RCP, you can run it outside of eclipse, but still you can not integrate it in your web app. However, you can offer it for download to the users.

[Updated on: Tue, 14 April 2015 21:17]

Report message to a moderator

Re: GMF with vaadin [message #1692300 is a reply to message #1692291] Tue, 14 April 2015 22:09 Go to previous messageGo to next message
sayeb khaoula is currently offline sayeb khaoulaFriend
Messages: 5
Registered: April 2015
Junior Member
thank you Nikos Margaritis for your response

About vaadin, I use it as a plug-in in eclipse, so my web app is created in eclipse.

Ok, now I succeed to generate the gmf editor as an RCP, how can I use it?

Thank you again Smile

[Updated on: Tue, 14 April 2015 22:26]

Report message to a moderator

Re: GMF with vaadin [message #1692458 is a reply to message #1692300] Wed, 15 April 2015 22:59 Go to previous message
Nikos Margaritis is currently offline Nikos MargaritisFriend
Messages: 65
Registered: September 2014
Member

Your web app is created in eclipse but it is still a web app, it is meant to run in the browser, while GMF is meant to run in eclipse/locally...

If you generate it as RCP you can offer it for download and users will run it locally in their desktops.
Previous Topic:GMF Diagram Editor & Runnable JAR
Next Topic:Conflicting handlers with combined EMF/GMF Editor
Goto Forum:
  


Current Time: Fri Apr 19 02:31:44 GMT 2024

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

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

Back to the top