GMF with vaadin [message #1691438] |
Tue, 07 April 2015 09:29  |
Eclipse User |
|
|
|
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
thanks
|
|
|
Re: GMF with vaadin [message #1692291 is a reply to message #1691438] |
Tue, 14 April 2015 21:02   |
Eclipse User |
|
|
|
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] by Moderator Report message to a moderator
|
|
|
|
Re: GMF with vaadin [message #1692458 is a reply to message #1692300] |
Wed, 15 April 2015 22:59  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03158 seconds