Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Re: RAP with EMF model
Re: RAP with EMF model [message #494998] Tue, 03 November 2009 13:59 Go to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------060609020902070008060504
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

It's been a while since I explored RAP integration:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=213988

At that time there wasn't support for mouse events and cell editors, but
I think that's improved a lot.

I've added the EMF and RAP newsgroups/forums to the reply.


balachandar380@gmail.com wrote:
> anybody having examples with "RAP with EMF model"
>
> ??? instead of "org.eclipse.ui.ide"
> could u tel me, is there any equivalent plugin
> i tried this plugin in my RAP application but i didnt work
>
> anybody give me the suggestion

--------------060609020902070008060504
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It's been a while since I explored RAP integration:<br>
<blockquote><a
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=213988">https://bugs.eclipse.org/bugs/show_bug.cgi?id=213988</a><br>
</blockquote>
At that time there wasn't support for mouse events and cell editors,
but I think that's improved a lot.<br>
<br>
I've added the EMF and RAP newsgroups/forums to the reply.<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:balachandar380@gmail.com">balachandar380@gmail.com</a> wrote:
<blockquote cite="mid:hcp7dg$lm0$1@build.eclipse.org" type="cite">anybody
having examples with "RAP with EMF model"
<br>
<br>
???  instead of "org.eclipse.ui.ide" <br>
could u tel me, is there any equivalent plugin <br>
i tried this plugin in my RAP application but i didnt work
<br>
<br>
anybody give me the suggestion
<br>
</blockquote>
</body>
</html>

--------------060609020902070008060504--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: RAP with EMF model [message #495550 is a reply to message #494998] Thu, 05 November 2009 10:42 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

> balachandar380@gmail.com wrote:
>> anybody having examples with "RAP with EMF model"
>>
>> ??? instead of "org.eclipse.ui.ide"
>> could u tel me, is there any equivalent plugin
>> i tried this plugin in my RAP application but i didnt work
>>
>> anybody give me the suggestion

Hi,

there is no equivalent for org.eclipse.ui.ide in RAP. Unless you try to
implement a Web-IDE, there are usually only a few methods needed from
this bundle. It often helps to replace those calls with JFace or SWT API.

What exactly do you need from org.eclipse.ui.ide?

Ralf
Re: RAP with EMF model [message #495556 is a reply to message #495550] Thu, 05 November 2009 10:58 Go to previous message
Lothar Werzinger is currently offline Lothar WerzingerFriend
Messages: 153
Registered: July 2009
Location: Bay Area
Senior Member
Ralf Sternberg wrote:

>> balachandar380@gmail.com wrote:
>>> anybody having examples with "RAP with EMF model"
>>>
>>> ??? instead of "org.eclipse.ui.ide"
>>> could u tel me, is there any equivalent plugin
>>> i tried this plugin in my RAP application but i didnt work
>>>
>>> anybody give me the suggestion
>
> Hi,
>
> there is no equivalent for org.eclipse.ui.ide in RAP. Unless you try to
> implement a Web-IDE, there are usually only a few methods needed from
> this bundle. It often helps to replace those calls with JFace or SWT API.
>
> What exactly do you need from org.eclipse.ui.ide?
>
> Ralf

I made org.eclipse.emf.edit.ui work with RAP (for my RAP proof of concept
evaluation) by importing the plugin into the workspace and setting the
org.eclipse.ui.* dependencies to optional (quite a hack, but a fast one to
see if org.eclipse.emf.edit.ui contains uncompilable code due to missing
API in RAP).

However the generated EMF Editor needs serious hacking in order to compile
by removing all the things (like D&D) that RAP does not support.

Lothar
Previous Topic:Website Application in RAP
Next Topic:[Databinding]Binding multiple TreeViewers in different session to single model
Goto Forum:
  


Current Time: Fri Apr 19 23:53:43 GMT 2024

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

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

Back to the top