Twitter Logo Follow us on Twitter
Project Information About this project

RAP 4.4 M2 - New and Noteworthy

Here's a list of the most noteworthy things in the RAP 4.4 M2 milestone build which is available for download since August 1, 2025.

New bundle org.eclipse.rap.rwt.addons

This bundle contains additional RWT components like Camera and ClientCanvas.

Camera

In this milestone we added new Camera control that shows a video stream from the client camera. It also allows to take a picture from the camera.

ClientCanvas

The ClientCanvas can be used like a SWT Canvas with the difference that a client can draw on it's area, too. Client side drawing will be sent back to the server and registered ClientDrawListeners will be notified.

Issues fixed