RAD Server Engine (EMS Server)

From RAD Studio
Jump to: navigation, search

Go Up to RAD Server (EMS)


The RAD Server Engine provides functions and services for RAD Server Client Application.

The RAD Server Engine manages the RAD Server database and allows you to:

  • Access the information stored in this RAD Server database (such as registered Users, Groups and Version) by calling the built-in REST API of the RAD Server Engine.
  • Extend the functionality of the RAD Server Engine by registering new RAD Server Resources.
  • Access the information of the RAD Server Engine from a RAD Server Client application by making calls to the REST API.
  • Upgrade your RAD Server Database and backup your RAD Server configuration settings.

Main Characteristics

  • The RAD Server Engine is the REST API server and manages the RAD Server Database.
  • The RAD Server database data can be accessed through the REST API Server that is exposed.
    • Built-in REST API. The stored activity of the devices and users of your application, and the analytics information can be accessed by making calls to this API.
    • Custom REST API. The RAD Server Engine functionality can be extended by adding new RAD Server Packages to it. The RAD Server Engine registers new RAD Server Resources from these RAD Server Packages.

Accessing the RAD Server Engine from the Browser on Windows

You can access the RAD Server Engine by using your regular browser.

Accessing the RAD Server Engine from the Browser on Linux

Topics

See Also