Questions tagged [eclipse-rap]

The Eclipse Remote Application Platform lets you build rich, Ajax-enabled Web applications by using the Eclipse development model/ Use this tag for questions which are specific to RAP rather than general SWT questions.

The Remote Application Platform lets you build rich, Ajax-enabled Web applications by using the Eclipse development model, plug-ins with the well known Eclipse workbench extension points and a widget toolkit with SWT API. RAP provides an implementation of the SWT API called the RAP Widget Toolkit, which makes using the same code basis for Eclipse RCP and Eclipse RAP development possible.

See http://eclipse.org/rap/ for more information and on github https://github.com/eclipse-rap

Related tags

194 questions
1
vote
3 answers

How can I start an OSGI bundle at runtime?

I need to wait to start a bundle during the execution of another bundle, is this possible?
Josh
  • 11
  • 1
  • 2
1
vote
1 answer

Execute background action in Eclipse RAP application

I want to execute a query in background in my Eclipse RAP application, but without blocking the UI. I followed this guide: http://eclipse.org/rap/developers-guide/devguide.php?topic=threads.html&version=2.2 But without success :/ The query is…
ccoutinho
  • 3,308
  • 5
  • 39
  • 47
1
vote
2 answers

Eclipse for RCP and RAP Developers: Juno Service Release 2

I am able to execute Rascal programs, but I am getting this trace of errors and warnings only by opening the perpective (I do not even know if the errors are related). There are one warning and two…
1
vote
1 answer

Are Vaadin or RAP/RWT prone to denial of service attacks

Vaadin and Eclipse RAP/RWT are web application frameworks with - as far as I understand - similar architecture. My question is if an application built with Vaadin or RAP is prone to denial of service attacks? I am currently evaluating the frameworks…
wero
  • 32,544
  • 3
  • 59
  • 84
1
vote
1 answer

Intercept JSON message - Eclipse RAP

Is there a way to intercept and record every JSON message exchanged between a Eclipse RAP-Client and a RAP-Server?
nap.gab
  • 451
  • 4
  • 19
1
vote
2 answers

Eclipse RAP/RWT not containing a Transform class

I am using Eclipse RWT to port applications written using Eclipse SWT to the web. But unfortunately there is no equivalent class for transformations under org.eclipse.swt.graphics. You can compare the Eclipse Platform API and the corresponding…
dkeck
  • 1,072
  • 1
  • 8
  • 13
1
vote
1 answer

Eclipse RAP 2.0 application won't start with WebSphere 8.5.5.0

I have an Eclipse RAP application. The web.xml is the following:
Gábor Lipták
  • 9,646
  • 2
  • 59
  • 113
1
vote
1 answer

Eclipse / RAP / Tabris: Is it possible to invoke code locally on the client?

I'd like to be able to use service discovery APIs (e.g. jmdns) on the client to find services running on the client's local network (in a desktop app). Not knowing a huge amount about RAP architecture, with the code actually running on the server…
Justin
  • 128
  • 1
  • 6
1
vote
1 answer

Eclipse RAP, Tabris: Style is gone after refreshing the browser

I wrote a web application using Tabris. I set the style of the application myself using following lines in the ApplicationConfiguration: application.addStyleSheet("SandboxTheme", "sandbox.css"); application.addStyleSheet("SandboxTheme",…
baumato
  • 358
  • 3
  • 13
1
vote
1 answer

How to use toolbar button as download link

I'm writing a RCP/RAP-App with rap 1.4 as target platform for the rap part. In rcp I have a save button configured via menuContribution in the plugin.xml and an according SaveHandler for the save command. Now I like to use this button as a download…
Michael K.
  • 1,738
  • 2
  • 17
  • 35
1
vote
2 answers

Eclipse RAP Installation

I a newbie with eclipse RAP, I see this how-to for installing Eclipse Rap http://www.vogella.com/articles/EclipseRAP/article.html but when i click on Launch a RAP Application I see this error HTTP ERROR 404 Problem accessing /rap. Reason: …
Ant
  • 281
  • 1
  • 4
  • 19
0
votes
1 answer

Eclipse RCP, RAP, how to populate tree from another view on plugin loaded

I want to make a dynamic application and I want to add TreeItem's in a Tree when another plugin is loaded. For example: I have plugin: com.project.startup and this plugin has a View with a Tree inside it. This I have plugin: com.project.populator.…
Alex
  • 2,126
  • 3
  • 25
  • 47
0
votes
1 answer

eclipse rcp/rap Java EE 6 security

I have a eclipse rcp/rap application and I want to connect to Java EE 6 EJBs... My problem is that in EJB I use some Java EE 6 standard security @RolesAllowed ... but I don't know how to implement this in RCP/RAP...??? I saw a way: java ee 6…
Alex
  • 2,126
  • 3
  • 25
  • 47
0
votes
1 answer

Can't get GIF animated

I can't get an animated GIF animated within a CLabel. I also tried Label. final CLabel lblSpinner = new CLabel(this, SWT.NONE); lblSpinner.setImage(SWTResourceManager.getImage(Installation_4.class, "/resources/spinner_anim_16.gif")); What's wrong?…
Michael K.
  • 1,738
  • 2
  • 17
  • 35
0
votes
1 answer

How to: Eclipse RAP configuration external ip, listen 0.0.0.0

I have a RAP application that is running on a certain port (8181). I can access my application from local ip: 192.168.0.230 but I can't access my application from my provider's link. My router port is forwarded... How can I configure my RAP…
Alex
  • 2,126
  • 3
  • 25
  • 47