Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Where to start Custom SWT App to RAP
Where to start Custom SWT App to RAP [message #649482] Wed, 19 January 2011 12:35 Go to next message
Timothy Fridey is currently offline Timothy FrideyFriend
Messages: 4
Registered: January 2011
Junior Member
Hi there,
I currently have a SWT application that is not an RCP application and have recently come across RAP. I'm wanting to know is it recommended/required that I first convert my application to use the RCP framework.

All my research points to yes, but as it would seem to be a massive undertaking I though I would ask if it is necessary first.
If this is so can anyone point me in the direction of some good RCP documentation for doing so.

Cheers,
Tim
Re: Where to start Custom SWT App to RAP [message #649497 is a reply to message #649482] Wed, 19 January 2011 13:30 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 Tim,
take a look at this FAQ entry:
http://wiki.eclipse.org/RAP/FAQ#How_do_I_use_a_RWT_standalon e_application_in_Tomcat
HTH,
Ivan

On 1/19/2011 2:35 PM, Timothy Fridey wrote:
> Hi there,
> I currently have a SWT application that is not an RCP
> application and have recently come across RAP. I'm wanting to know is
> it recommended/required that I first convert my application to use the
> RCP framework.
> All my research points to yes, but as it would seem to be a massive
> undertaking I though I would ask if it is necessary first.
> If this is so can anyone point me in the direction of some good RCP
> documentation for doing so.
>
> Cheers,
> Tim
Re: Where to start Custom SWT App to RAP [message #650042 is a reply to message #649482] Fri, 21 January 2011 14:17 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Timothy,

of course you can run plain SWT applications on RAP. Turning them into RCP
first is neither necessary nor recommended, since RCP is more heavyweight
and complex than needed for most web applications.

The "standalone" approach (Ivan pointed you to the FAQ) is the way to go
when you don't want to deal with OSGi.

But even if you like to use OSGi, there's no need for RCP. You can turn
your SWT application into a bundle, add a dependency to
org.eclipse.rap.ui, and deploy it the usual way.

Best regards, Ralf

--
Ralf Sternberg

Twitter: @ralfstx
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Where to start Custom SWT App to RAP [message #650217 is a reply to message #649482] Sun, 23 January 2011 09:21 Go to previous messageGo to next message
Timothy Fridey is currently offline Timothy FrideyFriend
Messages: 4
Registered: January 2011
Junior Member
This is good news, thanks a lot for your feedback.
Re: Where to start Custom SWT App to RAP [message #651079 is a reply to message #650042] Thu, 27 January 2011 17:08 Go to previous message
Ravi Kumar S is currently offline Ravi Kumar SFriend
Messages: 12
Registered: July 2009
Junior Member
Hi Ralf,
I am struggling exactly the same problem. I have an RCP application which I want to use it in my RAP application in a separate perspective.

I am not sure on how to convert this RCP application into a bundle and add it as dependency to my rap.ui. can you help me please ?


Rgds
Ravi
Previous Topic:Custom Draw Support
Next Topic:Table Item Height
Goto Forum:
  


Current Time: Thu Apr 25 08:09:49 GMT 2024

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

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

Back to the top