Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RAP/Incubator/ClientScripting

< RAP
Revision as of 11:16, 27 January 2012 by Unnamed Poltroon (Talk)

Overview

Conventional RAP applications are running almost entirely on a Server, with a thin client just rendering the user interface. This has several advantages, but it also means all relevant user-interactions have to be forwarded to the Server before beeing processed, causing small delays and traffic. Scenarios where interactions occur with a high frequency, like typing or mouse movements, would therefore be undesirable.

Java API

== JavaScript API =?

Back to the top