Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RWT standalone application question
RWT standalone application question [message #509080] Thu, 21 January 2010 11:00 Go to next message
Dmitry Egorov is currently offline Dmitry EgorovFriend
Messages: 11
Registered: July 2009
Location: Moscow
Junior Member
Hi all!
I use FAQ http://wiki.eclipse.org/RAP/FAQ#How_do_I_use_a_RWT_standalon e_application_in_Tomcat
In code implementing IEntryPoint can't use class WorkbenchAdvisor (throws exception ClassNotFound).
How fix it problem?
Regards
Dmitry.
Re: RWT standalone application question [message #509089 is a reply to message #509080] Thu, 21 January 2010 06:24 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi Dmitry,

the whole idea of RWT standalone deployment is to use RWT itself without
OSGi. As the workbench heavily relies on OSGi concepts (bundles,
extensions, etc) it is not intended to be run without Equinox as
underlying OSGi implementation. If you really want to create a RWT
standalone application you have to scope your dependencies to RWT and
JFace. Otherwise you have to deploy your application with the
servletbridge and Equinox.

Regards,
Ben

Dmitry Egorov wrote:
> Hi all!
> I use FAQ
> http://wiki.eclipse.org/RAP/FAQ#How_do_I_use_a_RWT_standalon e_application_in_Tomcat
>
> In code implementing IEntryPoint can't use class WorkbenchAdvisor
> (throws exception ClassNotFound).
> How fix it problem?
> Regards
> Dmitry.
>


--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
Re: RWT standalone application question [message #509154 is a reply to message #509080] Thu, 21 January 2010 14:33 Go to previous message
Dmitry Egorov is currently offline Dmitry EgorovFriend
Messages: 11
Registered: July 2009
Location: Moscow
Junior Member
Benjamin, thanks for your help.
I am only started with RAP (sorry for my poor English), may be my question looks like idiot question (sorry in that case Wink.
What i must do with Eclipse project to use WorkbenchAdvisor? I suspect add dependencies, what dependencies?
Benjamin, could you advise.
Regards, Dmitry.

[Updated on: Thu, 21 January 2010 14:37]

Report message to a moderator

Previous Topic:problem with firefox 3.5.7
Next Topic:Form Heading Issue
Goto Forum:
  


Current Time: Thu Apr 25 12:44:52 GMT 2024

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

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

Back to the top