C++

CodeRage 2019 Mini Series - DataSnap

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: Resources: CodeRage 2019 DataSnap Slides: https://drive.google.com/file/d/1iCn7FaDaPi5g9r3nJZO45bFuhM_8D06P/view?usp=sharing DataSnap Labs…
Read more
Delphi

Evaluating Web Development Frameworks for Delphi

An overview of the various web development technologies available to Delphi developers. [Slides] [Replay] Frameworks covered: Server-Focused DataSnapTCP/IP, HTTP, HTTPS, REST Creating REST Server with DataSnap Mars-CuriosityLightweight with cross-platform…
Delphi

How to customize URL in Datasnap REST servers

Author: Landerson Gomes In this post I discuss how to customize the URLs generated by the Datasnap REST server. Challenge A major challenge in building APIs when using Datasnap is to generate URLs so that documentation, understanding, and versioning is easy. I’ve always been particularly bothered by the “datasnap / rest / TServeMethodName” automatically generated by Datasnap…
Read more
Delphi

How to Transfer Images via DataSnap REST Part 1

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 1 http://landersongomes.com.br/embarcadero/delphi/transferindo-image-datasnap-rest-parte-1 Download the trial and run your tests. Download Free Trial To the…
Read more
News

Migrating Delphi - Case Studies Webinar

On this webinar we learned how to migrate from older editions of Delphi with some stories of what to look for and how to update your code (including tools and resources to help you along the way) This webinar focused on these three areas for migrating legacy Delphi to the…
C++

Apache Server support in RAD Studio, Delphi and C++Builder 10.1 Berlin

With the release of RAD Studio, Delphi and C++Builder 10.1 Berlin, we have added Apache Server support on Windows (Linux server is on the RAD studio 2016 public road map) for RAD Server / EMS.You can now run the EMS Server and the EMS Console in the Apache server on a production environment. You can also use other server features in RAD Studio, Delphi and C++Builder in an Apache server…
Read more