Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and return results. You can publish APIs, manage users and devices that are connected to the RAD Server, capture analytics about…
Learn How To Implement A Custom Resource EMS Package To Extend RAD Server In Delphi
November 1, 2020
TheCustomLoginsample is a server-client EMS demo, that demonstrates how to implement custom Login and Signup endpoints in a custom resource.
It requires InterBase to be installed on the machine to connect to the EMS server. Make sure that the EMS Server is…
Learn About Quickly Building REST Applications Using The Powerful RAD Server In Delphi/C++ Builder
October 28, 2020
Over a period of years lot of Web Architectural styles were introduced like, Pipe and filter, Uniform Pipe Filter and some hierarchical styles like client server, Client server stateless, cache, etc. But each style has equal strength and limitations which leads to a modern…
EMS.NotesResource Sample is a server-client EMS demo.
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample. InterBase is used to store the information with the server connections. Use theRAD Server Consoleto display the statistics.
The first part consists of creating an EMS Package…
Rapidly Build And Deploy Service-Based REST Applications With RAD Server For RAD Studio
October 7, 2020
Every year CodeRage sessions happen online. CodeRage is all about Delphi, C++ Builder, RAD Server, Delphi Web Development, and more.
In this mini-session, you can learn how to build backends and adding custom API resources through a Delphi or C++ Builder Package Library…
Rapidly Upgrade Legacy Solutions With This RAD Server Comprehensive Quick Start Guide
August 9, 2020
RAD Server is a turn-key application foundation for rapidly building and deploying services based applications. RAD Server enables developers to quickly build new application back-ends or migrate existing Delphi or C++ client/server business logic to a modern services based…
Auto Inc Fields in RAD Server with InterBase
April 9, 2020
How to create Auto Incremental Fields in RAD Server with InterBase, FireDAC and TEMSDataSetResource
One key feature when asking a remote server to add a record is to get the new record ID value returned. Thankfully this is easily achieved with InterBase and FireDAC via RAD Server with TEMSDataSetResource
InterBase has a concept of Generators. These provide a unique sequential integer value that…
Open Innovation, RAD Server and Enterprise Connectors
April 3, 2020
The sheer volume of data that is collected has exploded in recent years thanks to digitalization and modern cloud architectures that support massive data collection, and encourage widespread cross-sharing of data.
The growth trend of having applications with easily…
RAD Server: Mapping Web Properties to Folders
March 13, 2020
In my Embarcadero Academy RAD Server courses, “Using Delphi and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based Solutions” and “Using C++Builder and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based…
Creating PDF Reports in RAD Server
February 5, 2020
Creating PDF Reports in RAD Server
Reporting is a critical aspect of any enterprise application, but the data and the programming components to create reports are not always available on all platforms?
It took a little trial and error to work out the best path to create reports via RADServer using the components out the box. In this post, I will share what I have learned along the…