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

How can I add bundle to configuration?

I want to use Pax logging in my application. So I need to add two bundles org.ops4j.pax.logging.pax-logging-service and org.ops4j.pax.logging.pax-logging-api. How can I add those two bundles to run configuration of my application. I mean can see…
gamo
  • 1,549
  • 7
  • 24
  • 36
0
votes
1 answer

Eclipse RAP/RCP Server push/callback

I am building a message application.. in which the UI should get notified when the new message come in the system... What is best way to achieve it?.. One way is to create a background task that will poll server every one minute to see if there are…
Kaushik
  • 13
  • 4
0
votes
1 answer

javax.servlet Missing For WAR

I build a WAR for an Eclipse RAP application using Maven. Now the documentation states: Make sure that the WAR does not contain the javax.servlet bundle. In the plug-in manifest the javax.servlet must be listed in the Import-Package section, not in…
Stefan S.
  • 3,950
  • 5
  • 25
  • 77
0
votes
0 answers

Creating SpreadJS Editor Only Works With Alert

I'm trying to create a RAP widget out of this editor. The creating code looks like that: bindAll(this, [ "layout", "onReady", "onRender", "onSend" ]); this.parent = rap.getObject(properties.parent); this.htmlElement =…
Stefan S.
  • 3,950
  • 5
  • 25
  • 77
0
votes
1 answer

Exception while running my WAR in eclipse using TomCat 7

I'm trying to launch my rap web app from eclipse using TomCat 7, but it causes the following exception: HTTP Status 500 - Servlet.init() for servlet equinoxbridgeservlet threw exception message Servlet.init() for servlet equinoxbridgeservlet threw…
Juseeth
  • 467
  • 1
  • 6
  • 18
0
votes
1 answer

How to run a GEF application in RAP runtime

I have a GEF application and want to run it in RAP runtime. I have set the target definition adding the GEF dependencies. But, somehow the IDE didn't manage to found GEF library. I used the plug-in this link provide…
Andrei Dharma
  • 47
  • 2
  • 9
0
votes
2 answers

How to add toolbar in a single view in RAP?

I have a View class extend ViewPart and I want to add a toolbar in that view. I think the best way is use Action. But I'm a beginner for eclipse RAP and don't know how to make it. Need help. I also tried this code below but it doesn't work. public…
gamo
  • 1,549
  • 7
  • 24
  • 36
0
votes
1 answer

How to show other view from same view class?

I need to open multiple view from a same view class with different data. For more detail. I have TreeViewer with six TreeParent. Now, when I select one parent my application will show a view and if I click other one that will not show anymore. Now I…
gamo
  • 1,549
  • 7
  • 24
  • 36
0
votes
1 answer

"Missing requirements" when defining an Eclipse target platform with RAP and Teneo

I created a target file and added the RAP target platform and a local folder with some proprietary bundles. When I tried to add the other dependencies for Teneo and Hibernate as stated in this tutorial, some dependencies for Teneo are not satisfied.…
Abde
  • 31
  • 1
  • 5
0
votes
1 answer

Internet Explorer 10: text size changes itself randomly in Eclipse RAP application

Problem I have an Eclipse RAP application, and as soon as I change some dropdown box value, random texts became changed in my application. They become bigger. You may need to know, that in Eclipse RAP all styles are inlined and calculated server…
Gábor Lipták
  • 9,646
  • 2
  • 59
  • 113
0
votes
2 answers

why server is required for running swt application in Scout

I am new to eclipse scout. I create my first scount hello world application for swt . It automatically created the server project as well. But when I try to run the swt application, I got the error saying that server has to start first. Why does…
0
votes
1 answer

Problems with jface and RAP

I'm developing a view for an application I'm working on, and I'm using jface with RAP. I thought it wouldn't be difficult but I'm not really making any progresses. I have a sketch of what I need to do, but I can't even start the application. Google…
ccoutinho
  • 3,308
  • 5
  • 39
  • 47
0
votes
1 answer

JPA-entities from separate bundles which used one connection from main bundle

I want split my RAP application into separate bundles. First bundle - is main module. It contains common functions as navigation menu, opening database connection. (database oracle) Other bundles is plugins modules, which contains views,…
0
votes
1 answer

Prevent disk caching of HTML5 canvas tag for drawImage in RAP

Using RAP for drawing images into a canvas which is done on the client side using the HTML5 canvas tag works nicely. Assuming you use Eclipse the images being produced on the server side can be found under
dkeck
  • 1,072
  • 1
  • 8
  • 13
0
votes
2 answers

configure RAP without Eclipse

I want to setup a Web Project utilizing the Eclipse RAP Framework. My toolchain bases on Maven & Netbeans. The three work together, I am able to start a sample RAP Application. Now I want to add further stuff (images / resources, extensions etc.)…
Angelo Fuchs
  • 9,825
  • 1
  • 35
  • 72