Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
jvx:communication:async_callback [2018/01/31 21:36]
admin created
jvx:communication:async_callback [2018/01/31 21:42]
admin
Line 1: Line 1:
-Any function at the client´s business logic can be addressed using Server Actions. These are usually actions that do not take up a lot of time, such as, for example, input validation.+~~Title: Asynchronous Communication using CallBack~~ 
 + 
 +Any function at the client´s business logic can be addressed using [[jvx:​communication:​calling_server_action|Server Actions]]. These are usually actions that do not take up a lot of time, such as, for example, input validation.
  
 For this reason, communication between client and server is synchronized,​ i.e., the client makes a request to the server and waits for a response. During the wait time, the mouse cursor in the application is displayed as an hourglass, and the user can perform no further actions. For this reason, communication between client and server is synchronized,​ i.e., the client makes a request to the server and waits for a response. During the wait time, the mouse cursor in the application is displayed as an hourglass, and the user can perform no further actions.
Line 13: Line 15:
 Our application allows the creation of reports that are based on millions of datasets. However, the datasets have to be evaluated and compressed. Processing time for an individual report is approximately 3 minutes. Our application allows the creation of reports that are based on millions of datasets. However, the datasets have to be evaluated and compressed. Processing time for an individual report is approximately 3 minutes.
  
-The user initiates the report by clicking a button (see Client Actions) and is notified when the report has been created. In the meantime, the user can continue to work as usual.+The user initiates the report by clicking a button (see [[jvx:​client:​gui:​actions|Client Actions]]) and is notified when the report has been created. In the meantime, the user can continue to work as usual.
  
 As a first step, a server action is required: As a first step, a server action is required:
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information