Developing a RAD Server Package

From RAD Studio
Jump to: navigation, search

Go Up to Extending the RAD Server Engine‎


RAD Studio allows you to extend the functionality of your RAD Server Engine (EMS Server) by creating a new RAD Server Package.

A RAD Server Package contains one or more RAD Server Resources. The RAD Server Engine installs the RAD Server Packages, and loads and registers their RAD Server Resources. RAD Server Client applications can use the extended functionality of the RAD Server Engine.

RAD Studio also allows you to create API documentation for the new RAD Server Resources in YAML and/or JSON format.

The following topics help you create and load a new RAD Server Package into your RAD Server Engine.

Topics

See Also