The complete execution flow of the RemObjects client.

  1. The client is connecting to the RemObjects server.
  2. The client sends a request to the server asking to execute a specific remote method.
  3. The server receives a request and is able to identify the corresponding execution logic based on the method name and parameters of the request.
  4. The server executes the remote method and returns the result to the client.
  5. The client receives the response from the server.
  6. The client will handle the returned results by updating the interface, saving data, etc.
  7. The client continues to wait for user input, or sends a new request based on the requirements.
  8. If necessary, the client can disconnect from the server.
bannerAds