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.
org.eclipse.rap.rwt.addons
This bundle contains additional RWT components like Camera and ClientCanvas.
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.
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.
To assist you with the migration from RAP 2.x (or 1.x) to 3.0, we provide a migration guide.