News

GM Update

It is that time of the year again when we celebrate and thank our families, colleagues, and customers. Being a global company, we have to acknowledge that many of these sentiments vary greatly from country to country, but technology has brought us all closer together and allows us to share more and to relate more closely to one another. Embarcadero continues to make excellent progress in our many…
Read more
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 Embarcadero invested in Docker support is to aid in the deployment of RAD Server solutions. What is RAD Server? Embarcadero has…
Read more
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…
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 documentation and working with the REST API. One of the challenges has always been CORS (Cross Origin Resource Sharing) that makes…
Read more
C++

IDE Improvements in RAD Studio 10.3.3

RADStudio, Delphi and C++Builder 10.3.3 were released last Thursday, Nov 21 2019. There are a number of great improvements this release, and in thispost we’ll look at some of the tweaks and changes to the IDE itself. Features Editor tabs show modified…
C++

New in RAD Studio 10.3.3: iOS 13 and macOS Catalina support

macOS Catalina (Delphi) support  Back in July when we introduced 10.3.2, we added macOS 64-bit support to Delphi. We’ve expanded that support in 10.3.3 to include macOS Catalina. macOS Catalina is the first version of macOS that requires all apps to be 64-bit enabled. With our Delphi macOS 64-bit support, you can also target the macOS App Store, complete with notarization support. For macOS…
Read more