Demo Plug-in
The RAP project comes with two example applications demonstrating the
features and capabilities of RAP.
The first application provides a workbench very closely aligned to the
RCP workbench. The second demo, referred to as the 'controls demo', shows
what widgets there are and that they behave very similar to the SWT
widgets.
To access and run these demo applications, please open the Plug-ins view
(e.g. through the Plug-in Development perspective). Select the plug-in named
org.eclipse.rap.demo which contains both demo applications,
right-click on this plug-in and select Import as > Source Project
.
This plug-in will then appear with all source files in your workspace. The
demo also provides a ready-to-use
Equinox Launch Configuration.
After launching, you can access the workbench demo using the
URL https://localhost:<port>/rap?startup=default. To
try the controls demo enter the following URL:
https://localhost:<port>/rap?startup=controls.