C++DelphiNewsRAD Server

RAD Server Gets a Boost in RAD Studio 12.3

RAD Studio 12.3 brings several improvements to RAD Server that address common pain points and add new functionality. Let’s take a look at what’s new. Consistent Date/Time Formats Across Requests One issue that’s now resolved is the inconsistency in date/time formats between GET and LIST requests. RAD Studio 12.3 introduces roFDDateTimeFormat, a boolean variable flag in the…
Read more
C++DelphiHow-To'sNewsRAD Studio

New PAServer Docker Image: Smaller, Faster, Better

Deploying and debugging RAD Studio applications has never been easier. With our new Docker image and our revamped run.sh script, this process is now streamlined and more user-friendly. This post introduces our optimized PAServer Docker solution, highlighting significant improvements, including a whopping 64% reduction in image size. GitHub Repo What is PAServer? PAServer (Platform…
Read more
CodeDelphiNews

Harnessing the power of the Web with Delphi & HTMX

If you ever wanted to create a server-based web application, then HTMX is a solution that offers great flexibility for development, allowing RAD Studio developers to deliver the business logic while still allowing designers to make the web application look great using CSS. Without having to write a single line of JavaScript code, you can build a full web application, with the entire logic in a web…
Read more
DatabaseInterBaseNewsRAD Server

How to Deploy RAD Server And InterBase on The Same Linux Machine

If you want to deploy RAD Server on a Linux environment (on-premise or cloud-based) it is mandatory to deploy an instance of InterBase as well because it is the database used by RAD Server to store all its internal data. This is quite straightforward in most cases, and you can even do it using Docker if you want, but what if you need to deploy RAD Server and your own InterBase instance on just…
Read more