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
1 answer

Eclipse Help of RAP 2.0 application does not work with WebSphere 8.5.5.0

Problem As far as I understand in RAP every single servlet request should go through the Equinox Servlet Bridge. This includes the Help pages, which are JSP files inside the org.eclipse.help.webapp plugin. I have the following Servlet Mapping in the…
Gábor Lipták
  • 9,646
  • 2
  • 59
  • 113
0
votes
1 answer

Eclipse/RAP/GEF Indigo to Eclipse/RAP/GEF Kepler

I am not an Eclipse/RAP developer, but over a year ago I was tasked with getting a particular application to run. The development environment was Eclipse/RAP using Java. The application was already almost done -- I just needed to make a few…
Sean
  • 431
  • 2
  • 6
  • 14
0
votes
1 answer

RWT server side programming

I saw a wiki page on RWT which is similar to SWT and it provides a server side programming model for Rich-Web-Client developement. When I went through this particular line of code, one doubt came up in my mind: Why do they use widget based framework…
0
votes
1 answer

Disable session id based on cookies in RAP to use multiple browsers and tabbed browsing

I tried to prevent cookies for identifying the session in RAP. There are a lot of sources. The most important are obviously this and that one. It seems the jettycustomizer disappeared. Which JVM parameter would I have now to supply to force Jetty…
dkeck
  • 1,072
  • 1
  • 8
  • 13
0
votes
1 answer

Textbox height in a small browser window

I have here a peculiar problem. We have a RAP application intended for use on a PDA/phone, but when it is displayed in a small browser window, all the textboxes on the form(s) are too tall (around twice the height they should be). I've stepped…
Fritz H
  • 3,539
  • 2
  • 26
  • 37
0
votes
2 answers

Moving to Eclipse RCP from Eclipse plugin development

I am working with Eclipse Plugin development since 3 year but now i want to move to Eclipse RCP and RAP. I had tried and found it is bit similar and common things to work. Now I want a better way to start with RCP and RAP. please share me what are…
RTA
  • 1,251
  • 2
  • 14
  • 33
0
votes
1 answer

Using org.eclipse.core.resources with RAP

I am currently trying to port an Eclipse RCP plugin to RAP (it is my first experience with RAP). I had a look at several sample applications and tutorials on how to port, but all information I have got says that the bundle org.eclipse.core.resources…
sina
  • 1,817
  • 1
  • 18
  • 42
0
votes
2 answers

Can't get reference of ConfigurationAdmin in RAP

I'm trying to configure the osgi-jax-rs-connector in my RAP application. The README says to use the Configuration Admin Service for configuration. ServiceReference caRef = context .getServiceReference(ConfigurationAdmin.class.getName()); The…
Saskia
  • 1,046
  • 1
  • 7
  • 23
0
votes
1 answer

Multiple EntryPoints for a RAP-Application

i have an application based on Eclipse RWT (standalone version). It's a rather complex enterprise application involving Spring dependency injection and a lot of frameworks to be initialized at startup. Currently I'm in need of a second view on the…
BaSche
  • 394
  • 1
  • 6
0
votes
1 answer

Eclipse RAP 2.0 Double Click on TableViewer/TreeViewer Unresponsive on IE8

I am working on RAP 2.0 with IE8. Many time I double click on treeviewer node or item on tableviwer, it triggers no DoubleClickListener event. However if I made 3 clicks in a row, it will trigger the DoubleClickListener. It is working fine on…
0
votes
1 answer

Tabris UI Controls Demo Indication error on IPad and IPhone

I'm validating the Tabris framework at the moment and stumbled about a few indication errors when I tried the UI Control Code Snippets. I added the VisualGuideDemo.java to my HelloWorld-Project and added a table to the display with the createTable…
Sven
  • 1,648
  • 1
  • 21
  • 31
0
votes
1 answer

Using IEclipseContext in an RAP Application

we try to use single sourcing in an RCP/RAP-Application. The RCP-Application works fine, and we try now to use RAP for the webfrontend. For example the following class public class NavigationProcessor { //... @Inject private…
trampi
  • 2,214
  • 4
  • 17
  • 17
0
votes
1 answer

How can I pre-start my RAP application to trigger warmup right after startup

I have a RAP application which we deploy into a Tomcat instance. The application does some additional stuff during it's first startup. Currently when the first user opens the webpage in a Browser, it takes quite a while until the application is…
centic
  • 15,565
  • 9
  • 68
  • 125
0
votes
1 answer

RAP installation and necessary things to include while installation

I'm facing problem in my Rap application since i m new to this platform As per the video http://www.youtube.com/watch?feature=endscreen&v=6dAdpNjoBSc&NR=1.. i have done according to the video but idoubt ther might be few mistakes in my…
0
votes
1 answer

Tabris, Eclipse RAP How can i trigger an UIUpdate?

How can i trigger an UIUpdate with Tabris ? JavaScript ? UICallback ? Can you give a little example.
1 2 3
12
13