Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » GMF with vaadin
GMF with vaadin [message #1691438] Tue, 07 April 2015 05:29 Go to next message
Eclipse UserFriend
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 17:02 Go to previous messageGo to next message
Eclipse UserFriend
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 17:17] by Moderator

Re: GMF with vaadin [message #1692300 is a reply to message #1692291] Tue, 14 April 2015 18:09 Go to previous messageGo to next message
Eclipse UserFriend
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 18:26] by Moderator

Re: GMF with vaadin [message #1692458 is a reply to message #1692300] Wed, 15 April 2015 18:59 Go to previous message
Eclipse UserFriend
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: Sat Apr 26 08:23:57 EDT 2025

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

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

Back to the top