DelphiNewsRAD ServerRAD Studio

Sqids: Integration with RAD Server and standalone library

With the launch of RAD Studio 12, RAD Server not only fully integrates the encoding Sqids library, but you can also use it in any other project through the new TSqidsEncoding class available in the System.NetEncoding.Sqids namespace. Sqids is a small open-source library that can produce short, unique, random-looking IDs from numbers. The best way to think about it is like a…
Read more
Case StudyDatabaseDelphiRAD StudioShowcase

Electronics Manufacturing Made Easy With Delphi And RAD Server

We recently asked developers to get in touch with their stories of building enterprise solutions with RAD Studio’s IDE software including Delphi, C++ Builder, as well as related technologies such as RAD Server, FireDAC, and Interbase. Today’s article was written by Bruce McKibben about his Macaos system. Thanks Bruce! What is Macaos story? Although there are many good tools…
Read more
C++DatabaseDelphi

RAD Server and Sencha CRUD Grid

This post shows how to create a RAD Server REST Endpoint (JSON Web Service ) using the RAD Server Database Endpoints Wizard using a FireDAC Connection, to create REST Endpoints for CRUD functionality. And create a Sencha Web Client Application with a CRUD Grid for our data! RAD Server Steps 1. Using RAD Studio, Delphi or C++ Builder: File | New | Other | RAD Server | RAD Server Package | Click…
Read more
News

The New RAD Server Lite (RSLite) in RAD Studio 11

We announced the availability of a new option to deploy and license RAD Server as part of the RAD Studio 11 Alexandria release, with the goal of simplifying deployment for installations that do not require a large number of REST requests. What is RAD Server? Before I get to…
InterBaseRAD Studio

How To Deploy RAD Server With An InterBase DB To Docker

Docker enables you to simplify the deployment process effectively. It allows you to quickly deploy and scale applications into any environment. It is widely being used by development teams around the world. In this blog post, you will get an overview of docker deployment using RAD Server Engine, InterBase database, and PAServer. Let’s dive in. What is Docker? Docker is a tool that enables…
Read more