Documentation

Trace:

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvx:communication:calling_server_action [2020/06/08 15:45]
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
jvx:communication:calling_server_action [2020/07/08 17:46] (current)
cduncan articles
Line 1: Line 1:
 ~~Title: Calling a Server Action~~ ~~Title: Calling a Server Action~~
  
-A server action is a method/​function that is defined in a lifecycle ​object at the server. Execution is initiated either by the client or directly at the server.+A server action is a method/​function that is defined in a life cycle object at the server. Execution is initiated either by the client or directly at the server.
  
 In short, it is any method at the business level of the application. In short, it is any method at the business level of the application.
Line 13: Line 13:
 Cancellations are initiated by the client via a button. The order number, as well as a PIN/​confirmation code, are required for execution. Cancellations are initiated by the client via a button. The order number, as well as a PIN/​confirmation code, are required for execution.
  
-We'll show snippets of client and server-side implementation.+We'll show snippets of clientand server-side implementation.
  
 <file java> <file java>
Line 56: Line 56:
 </​file>​ </​file>​
  
-The action call is done with following line:+The action call is done with the following line:
  
 <file java> <file java>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information