RAD Server Samples in RAD Studio 10.2

by Apr 8, 2017

With RAD Studio 10.2, we provide great RAD Server demo projects to get you started.  With 10.2, you can deploy RAD Server to Linux servers, in addition to Windows servers. Below is a list of sample projects that highlight RAD Server's capabilities and are designed to help you get started building your own solutions with RAD Server.

 

 

Notes Resource Sample

The first part of the application consists of creating a RAD Server Package with a new ResourceName (Notes). Once you run the package, the resource is registered on the server and can be accessed by a client application using REST. The client needs a TEMSProvider to connect to RAD Server and retrieve the JSON data.

  • Start | Programs | Embarcadero RAD Studio 10.2 Tokyo | Samples and then navigate to either:
    • Object PascalMulti-Device SamplesEMSNotesResource
    • CPPMulti-Device SamplesEMSNotesResource

 

RAD Server Multi-Tenancy Sample

The sample application demonstrates a retail store deployment use case. Each store with its employees and goods is a tenant implementation. Multi-tenancy support was added in RAD Studio 10.2.

  • Start | Programs | Embarcadero RAD Studio 10.2 Tokyo | Samples and then navigate to the following:
    • Object PascalDataBaseEMSMulti-Tenancy Demo

 

FireDAC Resource Sample

This sample is a RAD Server demo that uses FireDAC components. The sample accesses a SQLite database.

  • Start | Programs | Embarcadero RAD Studio 10.2 Tokyo | Samples and then navigate to either:
    • Object PascalDataBaseEMSFireDACResource
    • CPPDatabaseEMSFireDACResource

 

ThingPoint IoT Sample

This demo application creates a ThingPoint Edge Service application that simulates data generated from an IoT device, caches its data, and responds to remote requests for data from RAD Server. 

  • Start | Programs | Embarcadero RAD Studio 10.2 Tokyo | Samples and then navigate to either:
    • Object PascalMulti-Device SamplesEMSThingPoint IoT Sample Data Demo
    • CPPMulti-Device SamplesEMSThingPoint IoT Sample Data Demo

 

Custom Login sample

This sample demonstrates how to implement custom Login and Signup endpoints in a custom resource.

    • Start | Programs | Embarcadero RAD Studio 10.2 Tokyo | Samples and then navigate to either:
      • Object PascalDatabaseEMSCustomLogin
      • CPPDatabaseEMSCustomLogin

 

API Doc Attributes Sample

You can find the APIDocAttributes sample project at:

  • Start | Programs | Embarcadero RAD Studio 10.2 Tokyo | Samples and then navigate to either:
    • Object PascalDataBaseEMSAPIDocAttributes
    • CPPDatabaseEMSAPIDocAttributes