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
0
votes
2 answers

Open file with Tabris and RAP

Evaluating Tabris developed by eclipsesource, I could create a simple application browsing some filestructure from a backend. Now I would like to know how it is possible to open/show a file's content. On the serverside I created a service handler…
0
votes
1 answer

eclipse rap socket programming

Hi I have created a simple standalone chat program by using eclipse rcp. Is there any way that eclipse rcp chat program to migrate to eclipse rap application. I tried to use the same functionlity in eclipse rap also. It is not working. Anyway to do…
user414967
  • 5,225
  • 10
  • 40
  • 61
0
votes
3 answers

Eclipse RAP - Firefox doesn't forget session

We've got an Eclipse RAP application that's behaving a bit strangely in Firefox - two distinct problems. When you browse around, you can click on a button in one part of the system. This opens a popup window like so: IWorkbenchBrowserSupport bs; bs…
Fritz H
  • 3,539
  • 2
  • 26
  • 37
0
votes
1 answer

Tabris: Is it planned to support CTabFolder?

Tabris-Experts, currently I want to use CTabFolder to have the ability to close CTabItems. Is it correct that CTabFolder is not supported in Tabris until now? Using following code ... public class TabFolderExample extends Shell { public…
baumato
  • 358
  • 3
  • 13
0
votes
2 answers

Eclipse RAP / RWT Standalone applications - Best design?

I'm working on the design of an with RAP/RWT, working under Tomcat. I'm learning RAP now, and a couple of questions come to my mind. My application has a backend that works continuously gathering data from certain sources. On the other hand I want…
0
votes
1 answer

Eclipse RAP, Tabris: TableViewer does not work properly on iOS

I created a very small web application using a JFace TableViewer. In the brower the table looks nice, but on iOS using Tabris the table columns are missing. Please see the code here. And please compare the browser and iOS version here. What am I…
baumato
  • 358
  • 3
  • 13
0
votes
1 answer

eclipe rap demo source code

I was going through the eclipse RAP tutorials,examples and Demos. From the official site I got some demo. Any idea how to get the source codes for that demos? I tried to get through CVS access. But could not find the demo source code. Request you to…
user414967
  • 5,225
  • 10
  • 40
  • 61
0
votes
2 answers

Tabris, Eclipse RAP: Is there a public API to get to know which client has requested the page?

I am writing a RAP application using Eclipse RAP. The client may be any brower, an iPad or an android tablet (using Tabris). Is there any chance to find out which client has sent a request? The background for my question is: Tabris does not support…
baumato
  • 358
  • 3
  • 13
0
votes
1 answer

eclipse RCP for the web

My client has lots of eclipse RCP applications and wants to convert them to web applications with least possible effort. Is there any alternative to eclipse RAP?
Glory to Russia
  • 17,289
  • 56
  • 182
  • 325
0
votes
1 answer

Eclipse Rap no focus on a button

I have a problem with Focusable Buttons on Eclipse Rap. I have defined some Toogle buttons with some css style when your mouse is over it, with it is selected and when it is not. The thing is the focus on the button is making it look odd. I have…
Kasas
  • 1,216
  • 2
  • 18
  • 28
0
votes
1 answer

Add SelectionListener to SWT Browser

I'm implementing a ad-section in my RAP application (1.5M7). To show the ads, I used SWT Browser. How can I detect user-clicks on the browser (the ad) to be able to forward him to a linked page?
nico.ruti
  • 605
  • 6
  • 17
0
votes
1 answer

Is is possible to have a slide effect in RAP Eclipse?

I'm building a demo site about server management, I have a requirement as following: - User can search servers when he input an IP certain range, the site will list all information of available servers respectively (Server name, IP , status,…
zungnv
  • 257
  • 3
  • 11
-2
votes
1 answer

Sample of Single sourcing RAP and RCP? How to run /debug on IDE? How to deploy on tomcat

I am referring to http://www.ibm.com/developerworks/library/wa-rcprap/ And created host plug-in and fragment projects RCP and RAP. How to run them in Eclipse IDE? How to deploy on tomcat?
-2
votes
1 answer

RAP 2.0 Hello World example Entry Point not found

I installed the complete IDE package and the RAP target. After that I wanted to try the "Hello world" example, as you can found here example, but I dont' have the class BasicEntryPoint, which is described in "Create the application UI". After…
somehut
  • 139
  • 2
  • 4
  • 10
1 2 3
12
13