Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Solution developed in Servoy and hosted on the Servoy Application Server are used through Servoy Clients.

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 logic defined in the solution
Batch Processor: A headless client that runs on the Servoy Application Server to perform tasks like batchprocessing, either periodically or when triggered by an external event.
Runtime Client: A stand alone client, that operates independent of the Servoy Application Server

Servoy follow the paradigm "Develop once, deploy everywhere". Solutions developed in Servoy can be deployed to end users using the Servoy Smart Client and/or Servoy Web Client and/or Servoy Runtime Client technology, without having to change a single line of code or compilation.

The same solutions that are delivered to end users can, at the same time, also be used as Batch Processor for serverside processing or in a Headless Client for exposing business logic through Webservices or for integration with external systems.

  • No labels