RAP Project Lead at EclipseSource
Ivan Furnadjiev
RAP 3.21 is here with improved security and a new source code home
As part of Eclipse 2022-06 last week we released RAP 3.
What's new in the Eclipse RAP 3.19
Another year is about to end, and just in time, the Eclipse Simultaneous Release 2021.
Tabris for Eclipse RAP 3.17 released!
Tabris for Eclipse RAP 3.17 is a minor update that includes some additions and improvements.
RAP 3.13 brings cell selection to Nebula Grid widget
](http://rap.eclipsesource.com/demo/release/rapdemo/#nebula-grid) All of you who are familiar with JFace Tree/TableViewer know the SWTFocusCellManager and FocusCellOwnerDrawHighlighter classes.
Remote Application Platform (RAP) 3.10 is available for download
Together with the Eclipse Simultaneous Release 2019-09 we released RAP 3.
Tabris for Eclipse RAP 3.6 released!
We are proud to announce the release of Tabris for Eclipse RAP 3.
RAP 3.7 Released!
Together with the Eclipse Simultaneous Release 2018-12 we are releasing RAP 3.
Firefox change breaks key navigation in web frameworks including Eclipse RAP
Update 1: As of October 31, 2018 Firefox will postpone the change probably to its Firefox 65 release planned for January 29, 2019.
Develop modern web UIs with the newest Eclipse RAP 3.6
The Eclipse Remote Application Platform (RAP) is a stable, feature complete framework, that allows you to develop modern web UIs for all relevant web browsers.
How to use Container Dependency Injection in a RAP application
Container Dependency Injection (CDI) allows us to inject one or more components (or services) into a dependent object.
RAP 3.0 M5: Clipping Support, KTable Port in RAP
The new RAP 3.0 milestone M5 is out and has been available for download since February 6, 2015.
The evolution of RAP's FileDialog
The ability to upload files is key functionality for every Web application and, naturally RAP can upload files too.
Drawing Complex Shapes in RAP
In RAP 1.3, we added support for GC (Graphics Context) to the canvas widget.
Getting started with RAP
For beginner developers is very important to have a fast start in a new technology.
JavaScriptExecutor is now API
In the second milestone of RAP v2.0 we introduced a new Client API.
Making your images available using markup
In RAP v1.5 we introduced markup support for several widgets. One of the most frequently asked questions about markup support is: “Why are my images not displaying?
To catch or not to catch... Throwable
Many developers still catch Throwable in their try/catch statements. Is this a good idea?
Nebula Grid widget on RAP
All of you who are using SWT/RWT Tree or Table widget, know their limitations pretty well.