Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

RAD Server Samples in RAD Studio 10.2

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.

 

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.

 

FireDAC Resource Sample

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

 

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. 

 

Custom Login sample

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

 

API Doc Attributes Sample

You can find the APIDocAttributes sample project at:

 


 

 

Exit mobile version