All about running methods on the server Bekijk groter

All about running methods on the server

5FOROD009

60,00 € excl. BTW

Meer informatie

All about running methods on the server

  • Duration: 90 minutes
  • Level: All levels
  • Language: English

In a client/server system, it can be useful to move a client-side process to the server to be run server-side.

Different options then become available for developers who can build synchronous or asynchronous solutions.

Goals

Whether in a client/server environment or a system using a REST server, it often makes sense to move a process from running on the client to run on the server.

For example, to optimize database operations and avoid large transfers of data between the client and server. Different options are available to build synchronous or asynchronous solutions.

What are the advantages of the different solutions and how can they be implemented correctly?

A single application is used to illustrate and compare the different approaches.

Session materials

Shortly after you receive the order confirmation email, you will receive a second email with links that point to the following support materials:

  • a video of the training session
  • the source code of the sample application