Skip to main content



      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 07:35 Go to next message
Eclipse UserFriend
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 08:30 Go to previous messageGo to next message
Eclipse UserFriend
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 09:17 Go to previous messageGo to next message
Eclipse UserFriend
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 04:21 Go to previous messageGo to next message
Eclipse UserFriend
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 12:08 Go to previous message
Eclipse UserFriend
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: Sat Jul 12 04:32:59 EDT 2025

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

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

Back to the top