Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Servoy has several types of clients:
Smart Client: A native application that runs on the users machine
Web Client: A browser based client, based on pure HTML and CSS (No browser plugins required)
Headless Client: A programmatic Java interface to the solution, to be used programatically expose and use both the business logic and datalayer defined in the solution
Batch Processor: A headless client that runs on the Servoy Application Server to perform tasks like batch processing, either periodically or when triggered by an external event.
Runtime Client: A standalone client, that operates independently of the Servoy Application Server

...