News

RAD Server Solution Series: [Hospitality] Restaurant Survey Application

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…
Read more
C++

How to make RESTful WebBroker using C++Builder

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>…
Read more
News

Conectando desde Delphi a un webservice de Prestashop

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…
Read more