Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to run RCP Application in the browser?
How to run RCP Application in the browser? [message #117174] Fri, 26 December 2008 08:41 Go to next message
Srinivas Velidanda is currently offline Srinivas VelidandaFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

I have a RCP application with multiple plugins. I could not convert my RCP
application to run as web application as I have more than one plugin.

Anybody converted a rcp application with multiple plugins to web
application using RAP?

I want to know whether I can use RAP for such purpose, If YES then could
someone already done help me to do this?

Thanks in advance,
Srinivas Velidanda.
Re: How to run RCP Application in the browser? [message #117186 is a reply to message #117174] Fri, 26 December 2008 10:55 Go to previous messageGo to next message
Srinivas Velidanda is currently offline Srinivas VelidandaFriend
Messages: 3
Registered: July 2009
Junior Member
While trying to convert one of the plugins I found the below dependencies
listed in the plugin dependencies tab and not finding the RAP plugins to
be replaced with.

Here is the list

org.eclipse.update.configurator
org.eclipse.update.core,
org.eclipse.update.scheduler,
org.eclipse.update.ui,
org.eclipse.core.runtime.compatibility.auth,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.core.resources,
com.singularity.spp.common,
org.eclipse.ui.ide,

Are there RAP plugins for these RCP plugins?

Can someone help me to get the appropriate plugins to be replaced with?

Thanks & Regards
Srinivas Velidanda.
Re: How to run RCP Application in the browser? [message #117198 is a reply to message #117186] Sat, 27 December 2008 10:38 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi,

see my comments below.

Srinivas Velidanda wrote:
> While trying to convert one of the plugins I found the below
> dependencies listed in the plugin dependencies tab and not finding the
> RAP plugins to be replaced with.
>
> Here is the list
>
> org.eclipse.update.configurator
> org.eclipse.update.core,
> org.eclipse.update.scheduler,
I heard of people just putting that stuff into their target and it worked.

> org.eclipse.update.ui,
I don't think this will run out of the box. But depending on your use
case it would be sense to exclude it. I don't think you should allow the
users of a web application to update the installation/install new plugins.

> org.eclipse.core.runtime.compatibility.auth,
Should be possible to just add it to the target.

> org.eclipse.core.runtime,
Should be present in the target.

> org.eclipse.jface.text,
RAP currently does not support text-editing stuff like StyledText and
thus we currently do not support higher-level API for this.

> org.eclipse.core.resources,
Heard that it should be possible to use it as is. But be aware that a
workspace would be shared across all sessions.

> com.singularity.spp.common,
I don't think this one is availble at eclipse.org

> org.eclipse.ui.ide,
As mentioned before, the text-editing stuff is the main reason why we
don't have these plugins yet. Depending on your use-case you could use a
self-built plugin with what you need from the ide plugin.

Greets
Benny

>
> Are there RAP plugins for these RCP plugins?
>
> Can someone help me to get the appropriate plugins to be replaced with?
>
> Thanks & Regards
> Srinivas Velidanda.
>
Previous Topic:Web Enabling RCP Application
Next Topic:How to get or create the PerspectiveSwitcher Bar?
Goto Forum:
  


Current Time: Fri Apr 26 12:57:16 GMT 2024

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

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

Back to the top