Tagged Questions

The Rich Ajax 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 http://eclipse.org/rap/

learn more… | top users | synonyms

2
votes
1answer
103 views

Hibernate and multiple threads, synchronize changes between multiple users

I am using Hibernate in an Eclipse RAP application. I have database tables mapped to classes with Hibernate and these classes have properties that are fetched lazily (If these weren't fetched lazily ...
2
votes
1answer
202 views

RCP/RAP: Link in SWT/JFace-TableViewer-Cell

Does anyone know a possibility to place a link in a JFace-TableViewer-Cell? I just need something that fires an event, when it is clicked on. Something that looks like a hyperlink would be perfect. ...
2
votes
2answers
1k views

Eclipse RCP menus & actions: Configure or code?

This is a general question but my current problem revolves around menu handling. In a normal plugin with contributes menu actions you would configure ActionSets etc in the plugin.xml configuration. ...
2
votes
0answers
161 views

What configuration and bundles are required to run an Eclipse RAP application on GlassFish 3.0?

I have an Eclipse plugin which I've written using the RAP 1.4m2 target. It runs fine using the Eclipse launcher and Equinox 3.7 (which is the default in Eclipse 3.6) . I have also configured my ...
1
vote
1answer
52 views

Get jetty realm credentials in application

It might be a stupid question but we are using jetty basic authentication on our server. Now we want to use the usercredentials in our application. Is it possible to get the current login in the RAP ...
1
vote
1answer
77 views

How is client-side rendering done in Eclipse RAP?

I read about Eclipse RAP and understood what a "servlet container" is: some kind of a java applet on a server instead of a client. I don't understand how RAP applications are rendered on browsers... ...
1
vote
1answer
83 views

Problems using two OSGI applications in Tomcat

whenever I start and access BIRT and an Eclipse RAP application deployed in Tomcat, Tomcat "crashes" (does not accept any new requests). This does not always happen immediately after the first access, ...
1
vote
1answer
59 views

Regarding Eclipse Command Frame Work

We are developing a RAP(Rich Ajax Platform) application using Helios 3.6 Version of Eclipse.Here, we are using Command Framework which uses Eclipse Modeling Frame Work. When a command gets executed ...
1
vote
1answer
83 views

What is the correct way to connect to a database from an eclipse plugin?

I am evaluating the Rich Ajax Platform (RAP) and I need to connect to a DB2 database (and perhaps others). Having done a fair amount of J2EE work I usually fetch a DataStore object via JNDI and use ...
1
vote
2answers
743 views

What do I need to do to resolve bundle org.eclipse.rap.ui cannot be resolved in eclipse helios?

I don't know what I have done wrong but it seems pretty major yet I can't figure it out. I'm using Eclipse Helios to create a RCP / RAP application. I downloaded and installed the RCP / RAP IDE and I ...
1
vote
1answer
688 views

How to use spring-roo entities from Eclipse RCP/RAP project

I have created a domain model using spring-roo, which makes heavy use of Spring and AspectJ. My model is deploying nicely as a OSGi bundle, and from the Spring STS (eclipse-based) IDE, I can call the ...
1
vote
2answers
1k views

Integrate Eclipse RAP and OSGI/Spring-DM plugins, using Maven for build

The background I have a project containing my domain model and persistence code (created using Spring-ROO). I've changed this into an OSGi bundle, and build & deploy it using Maven (via PAX ...
0
votes
1answer
18 views

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 ...
0
votes
1answer
17 views

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, ...
0
votes
1answer
19 views

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 ...
0
votes
0answers
25 views

Exporting Eclipse RAP war with OSGi bundles with external bundle-path

I have an Eclipse RAP product, I like to export as a web app for use inside Tomcat. For this I use the warproduct exporter in Eclipse, which until now have worked fine. I have a problem with ...
0
votes
1answer
32 views

Untyped events were supported in RAP?

I'm developing an application based on RCP.Recently, I have moved it to RAP. Before, I used some untyped events in RCP to pass some necessary data for different purposes. For example, I have a button ...
0
votes
1answer
63 views

Browser detection in a Eclipse RAP application

I was wondering if it is possible to detect the browser (especially IE) in a Eclipse RAP application. I'd like to inform the server about what browser the client is using, so that it can show adapted ...
0
votes
0answers
42 views

Error “Unable to create perspective” when run deployed RAP application

I'm developing an application based on Eclipse RCP. Currently, I need to move this app to RAP. The code is almost no change, because between them support very well single-sourcing. I created 2 ...
0
votes
1answer
47 views

Has Eclipse RAP a standard API

this question might sound a little bit weired... But I will try to explain: I got an Android App, that makes calls against a RAP-Build Website (to that I only have access via Webbrowser). Until now ...
0
votes
0answers
90 views

Spring remember-me authentication in eclipse RAP application

i like to implement Spring remember-me authentication in my eclipse RAP application. So far i've got the 'normal' user login/authentication working, but now i want the credentials to be remembered. ...
0
votes
0answers
55 views

PreferencePage in Eclipse RAP

I have tried searching on the net on how create a new preference page in RAP eclipse but could not find one. There are lots of examples for RCP, which I tried and worked but when i tried the same code ...
0
votes
0answers
87 views

Nullable date picker for RAP

In our RAP project we have a form for setting values to different types of fields like Long, Double, Date, etc. We want this form to allow user to choose null as one of the possible values for all ...
0
votes
1answer
74 views

Can I run a third-party Eclipse plugin as a standalone RAP application?

I am using a freeware third-party Eclipse plugin (Toad Extensions for Eclipse, which I really love), and I'm interested if I can run that plugin in a Rich Ajax Platform (RAP) container with little ...
0
votes
1answer
104 views

Is Eclipse RAP (web port of RCP) compatible with weblogic?

I'm wondering if anybody succeed or has a proof of successfull deployment of a Eclipse RAP application on Weblogic, whatever the version of RAP and Weblogic he's using. I get an HTTP 404 (servlet ...
0
votes
3answers
96 views

Eclipse rcp plugin added to the target can be resolved at compile time, but not run time

I've added a plugin to the target platform of my RAP application. I can reference it without issue without any problems while working on the project, and the compile happens without errors. The plugin ...
0
votes
3answers
640 views

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?
0
votes
1answer
135 views

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 ...
0
votes
3answers
567 views

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 ...