Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP support for other Eclipse bundles
RAP support for other Eclipse bundles [message #125931] Mon, 23 March 2009 13:04 Go to next message
Eclipse UserFriend
Originally posted by: Florin-Alexandru.Bratu.sophia.inria.fr

Hello!

My scenario is the following: I have an Eclipse RCP application, and I
would like to port it for the Web. I found out about RAP which promises
to being able to do it without actually rewriting the interface code. So
I gave it a shot but apparently it is not that easy - like it never is! :D

The problems I get are mostly related to the fact that RAP(in fact RWT)
implements a subset of the SWT functionality, not all. Also, the
problems with using other bundles with RAP are not fully solved.

My question is the following:
- is there a description of the features from SWT that are done in RWT
and the ones that are still missing(something like a TODO plan) ?
- is there a list of the Eclipse bundles that are supported by RAP, and
those that are not yet supported?

All I found is:
http://www.eclipse.org/projects/project-plan.php?projectid=t echnology.rap
but I this document does not provide all the information I need.
Re: RAP support for other Eclipse bundles [message #125944 is a reply to message #125931] Mon, 23 March 2009 14:16 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Florin-Alexandru,
in general we use the presumption of compile-error (all missing features
in RAP will give you a compile error). A RAP project plan for upcoming
1.2 release is published at [1].
About the supported Eclipse bundles - look at the RAP target platform [2].

[1]
http://www.eclipse.org/projects/project-plan.php?projectid=t echnology.rap
[2] http://www.eclipse.org/rap/downloads/

Best,
Ivan

Florin-Alexandru Bratu wrote:
> Hello!
>
> My scenario is the following: I have an Eclipse RCP application, and I
> would like to port it for the Web. I found out about RAP which
> promises to being able to do it without actually rewriting the
> interface code. So I gave it a shot but apparently it is not that easy
> - like it never is! :D
>
> The problems I get are mostly related to the fact that RAP(in fact
> RWT) implements a subset of the SWT functionality, not all. Also, the
> problems with using other bundles with RAP are not fully solved.
>
> My question is the following:
> - is there a description of the features from SWT that are done in RWT
> and the ones that are still missing(something like a TODO plan) ?
> - is there a list of the Eclipse bundles that are supported by RAP,
> and those that are not yet supported?
>
> All I found is:
> http://www.eclipse.org/projects/project-plan.php?projectid=t echnology.rap
> but I this document does not provide all the information I need.
Re: RAP support for other Eclipse bundles [message #125955 is a reply to message #125944] Mon, 23 March 2009 15:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Florin-Alexandru.Bratu.sophia.inria.fr

Ivan Furnadjiev wrote:
> Hi Florin-Alexandru,
> in general we use the presumption of compile-error (all missing features
> in RAP will give you a compile error).
Not too practical approach because I get about 6000+ errors...
> About the supported Eclipse bundles - look at the RAP target platform [2].
10x for the tip, this helped!
>
> Best,
> Ivan
Cheers,
Florin.
Re: RAP support for other Eclipse bundles [message #126250 is a reply to message #125955] Wed, 25 March 2009 15:56 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Florin,

6000+ errors sound a lot. Did you change the dependencies from
org.eclipse.ui to to org.eclpse.rap.ui?

Are you aware of the single sourcing webinar [1]?

HTH
Rüdiger

[1] http://www.eclipse.org/rap/singlesourcing.php


Florin-Alexandru Bratu wrote:
> Ivan Furnadjiev wrote:
>> Hi Florin-Alexandru,
>> in general we use the presumption of compile-error (all missing
>> features in RAP will give you a compile error).
> Not too practical approach because I get about 6000+ errors...
>> About the supported Eclipse bundles - look at the RAP target platform
>> [2].
> 10x for the tip, this helped!
>>
>> Best,
>> Ivan
> Cheers,
> Florin.
Re: RAP support for other Eclipse bundles [message #126262 is a reply to message #126250] Wed, 25 March 2009 19:32 Go to previous message
Eclipse UserFriend
Originally posted by: Florin-Alexandru.Bratu.sophia.inria.fr

Sorry for the late reply. In the meanwhile, I tried a different
approach: javaws'ing my RCP plugin...

Rüdiger Herrmann wrote:
> Florin,
>
> 6000+ errors sound a lot. Did you change the dependencies from
> org.eclipse.ui to to org.eclpse.rap.ui?
yap.
>
> Are you aware of the single sourcing webinar [1]?
Nope. Watching it right now...
>
> HTH
> Rüdiger
>
> [1] http://www.eclipse.org/rap/singlesourcing.php
>
Previous Topic:custom widget problems
Next Topic:Image from hard drive
Goto Forum:
  


Current Time: Fri Apr 19 11:18:49 GMT 2024

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

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

Back to the top