News

RAD Server Docker Technical Guide Released

Embarcadero has just published a long and detailed guide covering the deployment of RAD Server to Docker. It is available at: https://cc.embarcadero.com/item/30910 The guide introducing some key concepts and than covers in details (providing information about all options and parameters) the scripts Embarcadero has made available on GitHub(https://github.com/Embarcadero) and…
Read more
News

Introducing Additional RAD Server Deployment Options

Over the past few months, we have seen a significant increase in interest and adoption of RAD Server, Embarcadero’s REST-based Web Service solution. We think this is due to the many additional features we’ve added to RAD Server in recent releases to further simplify…
C++

New Delphi and C++Builder RAD Server Courses now on Embarcadero Academy

I am proud to announce that two new RAD Server courses are available on the Embarcadero Academy! What You’ll Learn Watching the lecture videos, reading the lecture course notes and working with the example cpde you’ll learn the following: RAD Server’s application development tips and techniques RAD Server’s platform requirements How to build and test your first RAD Server…
Read more
C++

CodeRage 2019 Mini Series - RAD Server

Follow-up to the CodeRage 2019 Mini Series on“RAD Server, DataSnap, and Client Server Technologies” for the week of December 9 – 12, here are the resources, slides, and code examples used in the CodeRage 2019 Mini Series on RAD Server: Resources: The…
News

Deploying RAD Server with Linux Docker

Earlier this week, I blogged about Getting Started with Delphi and Linux Docker Support, which covered the Docker scripts and ready-to-use Docker images on DockerHub that you can use to deploy Delphi Linux applications manually or via PAServer and the IDE. The main reason…
News

Master Detail data in RAD Server using TEMSDataSetResource

Master Detail data in RAD Server The TEMSDataSetResource is a very powerful component that enables rapid development of full document REST API’s for TDataSet using RAD Server. Using TEMSDataSetResource, along with traditional master detail relationship configurations, it is possible to expose, and automatically document data APIs via REST with no code at all. In this article, I will cover…
Read more
News

Embedding Swagger UI into RAD Server

This post is an update to the original post written previously showing Swagger UI being used with RAD Server,covering new features of RAD Server. Why Embed Swagger UI into RAD Server? Swagger UI (as previously discussed) is a great option for checking your…
C++

The new 10.3.2 RAD Server Management Console

Since Embarcadero started bundling RAD Server development support with RAD Studio, there has been a little-known utility available to manage installations from a desktop client. This application was originally called EMS Desktop console, and used to ship both as a binary in…
C++

RAD Server Improvements in RAD Studio 10.3.2

Over the last couple of years, Embarcadero has been expanding the features and capabilities of theRAD Server architecture, while at the same time making it more affordable (by including free deployment licenses with different RAD Studio editions). The recent 10.3.2 Release of RAD Studio continues in the same direction, adding several interesting features to RAD Server, which I’m…
Read more