Delphi

Live event : The Apocalypse Coding Group.

Don’t miss Part 7 & 8 of the Apocalypse Coding Group on 25. & 26.04. 14:00 UTC. With: Andrea MagniCraig ChapmanGlenn DufkeIan BarkerJim McKeethan me… Where MVP’s are trying to convince the viewers that they are worthy of this title, although it did not look like this in the Live-Stream 1-6 with 4 hours each.It’s fun and you can annoy us in the live chat! Part-7…
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…
News

RAD Server: Beyond the Basics Webinar Replay and Code

Last week’s webinar on RAD Server was well attended, which is great because we see increased interest in the RAD Server technology. We have great plans for it for the coming release! Watch the Webinar Replay The video of the webinar is on YouTube…
Delphi

Free Field Service App Template Solution Quick Start Guide For Android, iOS, macOS, and Windows

The RAD Server Field Service Template consists of three main components and a setup application (also check out the deep dive). The Field Service Admin app has been tested on Windows and macOS (but probably also runs on Android and iOS). The Field Service App has been tested on Android, iOS, macOS, and Windows. The Field Service Setup has been tested on Windows. The Field Service Server has been…
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
Delphi

REST with Datasnap Details in Practical Application Part 2

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 of the JSON Frameworks (inserted from the Seattle version): System.JSON.Readers and…
Read more