With RapidClipse, you can deploy your project as a common Java desktop application. The result is a hybrid desktop application. The architecture is comparable to hybrid apps. The application itself is a Java application that runs on the server (Servlet). The HTML user interface is dynamically generated by the server and is displayed on the client with the help of the respective system browser that runs full-screen inside its own program window. Thus, the browser is not detectable. The program window is based on SWT and as such is native. Alternatively, you can deploy your desktop application as a client-server or fat-client application.


  1. Select Quick Launch > Build Web App (.war).
  2. Next, set the required parameters in the deployment wizard.
  3. Click on Finish.
Options:

Deploying client-server applications

  1. Deploy the .war file generated in your project under target in your application server.
  2. Deliver the files generated in your project in target > desktop apps, e.g. via download link or on a volume. 

Deploy fat client

  1. Deliver the files generated in your project in target > desktop apps, e.g. via download link or on a volume.