Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RAP/Incubator/ClientScripting"

< RAP
(New page: = Overview = = Java API = = JavaScript API =)
 
Line 1: Line 1:
= Overview =
+
== Overview ==
  
= Java API =
+
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.
  
= JavaScript API =
+
== Java API ==
 +
 
 +
== JavaScript API =?

Revision as of 11:16, 27 January 2012

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