Documentation

Trace:

Differences

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

Link to this comparison view

jvx:communication:client_server_properties [2018/02/01 08:08]
admin created
jvx:communication:client_server_properties [2020/06/08 15:50] (current)
cduncan
Line 3: Line 3:
 Client/​Server properties are used to transmit information about the client to the server and vice versa. The transmission of properties is integrated in the communication protocol and does not require special handling. Client/​Server properties are used to transmit information about the client to the server and vice versa. The transmission of properties is integrated in the communication protocol and does not require special handling.
  
-During the transmission,​ only new, changed or deleted properties are considered. In addition, only strings, numbers and boolean values are transmitted but no serializable POJOs. This guarantees that the same properties are available at the server and at the client and that they are synchronized at the time of access.+During the transmission,​ only new, changedor deleted properties are considered. In addition, only strings, numbersand boolean values are transmitted but no serializable POJOs. This guarantees that the same properties are available at the server and at the client and that they are synchronized at the time of access.
  
 When a property is set at the client, it does not always trigger immediate transmission to the server. The properties are usually considered automatically during the next communication. There are, however, properties to which this does not apply, particularly properties that control certain settings, such as timeouts. When a property is set at the client, it does not always trigger immediate transmission to the server. The properties are usually considered automatically during the next communication. There are, however, properties to which this does not apply, particularly properties that control certain settings, such as timeouts.
Line 36: Line 36:
 </​file>​ </​file>​
  
-Properties are also set on the server side during ​intialisation ​of the session:+Properties are also set on the server side during ​initialization ​of the session:
  
 <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