How to Transfer Images via DataSnap REST Part 1
September 28, 2017
Author: Landerson Gomes
See in this post how to transfer images via DataSnap REST between server application and app client .
Original Post
Access the original post in Portuguese: TRANSFERINDO IMAGEM VIA DATASNAP REST – PARTE…
REST with Datasnap Details in Practical Application Part 2
September 3, 2017
Author: Landerson Gomes
When exposing the project I decided to make use of REST DataSnap on the server side, and on the client side of the REST Client Library, and Firemonkey to create our solution.
For serialize and deserialize of JSON types, we use the new features…
RAD Server Solution Series: [Hospitality] Restaurant Survey Application
September 1, 2017
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 architecture that is open, stateless, secure and scalable. RAD Server is easy to develop, deploy and operate making it…
Use TRESTDataSetAdapter with arbitrary JSON
June 23, 2017
One basic questionI get asked is howcan I convert arbitrary JSON into some kind of data structure such that I can extract useful data?
One solution is to use the TRESTDataSetAdapter with arbitrary JSON.
RAD Server EMS Package to get data from a remote database through a REST API call and display the data on an EMS Client application.
March 17, 2017
Author: rkondner
Embarcadero’s Enterprise Mobility Services (EMS)is a turnkey middleware solution, part of RAD Server that supports secure, encrypted communication using an industry-standard REST interface. With built-in support for users and groups, EMS is a…
How to make RESTful WebBroker using C++Builder
February 21, 2017
Author: Andrea L59044
I used FireDAC because I wanted to make a DB connection to MySQL DB.
Resource and suffix can be obtained with Request->PathInfo.
So decomposePathInfointostd::vector<UnicodeString>and put it in.
////
std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_)
{
std::vector<UnicodeString>…
Quickly Build A Cross Platform Low Code Christmas Movie REST API Client With Delphi FireMonkey
December 23, 2016
Author: EAE
It is quick and easy to build a REST client with Delphi. I wanted to build out a Christmas themed project in Delphi and what better way than to build a Christmas Movie finder app. I wanted to build this app so that it was cross platform and would run on Android…
Learn To Setup And Configure SSL & TLS For RAD Studio EMS, DataSnap, REST And Web Services
November 14, 2016
This replay sessionby Robert Lovefrom CodeRage X will cover how to establish secure communication channels using with EMS, DataSnap, Rest, Web services, and raw Indy Sockets. It covers using SSL & TLS, OpenSSL, SSL with Indy, SSL with IIS, and how to…
Conectando desde Delphi a un webservice de Prestashop
June 15, 2016
Author: Emilio PM
Prestashop es una aplicación web muy extendida en Europa y que se utiliza para crear comercios electrónicos.
Dispone de una funcionalidad para conectar aplicaciones utilizando un servicio web. Existen multitud de páginas webs donde te explican como activar un servicio web en Prestashop, así pues, el primer paso es activarlo y obtener una clave para poder conectarnos.
En…