In CodeRageX there were two sessions around MongoDB. The first session is the basics and the second session is more advanced topics dealing with MongoDB.MongoDB is an open-source NoSQL document database. The first session covers a MongoDB overview, JSON and BSON, the FireDAC MongoDB API wrapping classes, and the FireDAC MongoDB datasets.The second session covers indexing, query options…
What is RAD Server and How You Can Use It?
October 26, 2016
Author: Emailx45
I’m digging the new job. Lots of interesting things going on. Lots of great plans.
Now, you may not realize it, but I’m the Director of Product Management for all the Embarcadero products, including a very cool product named RAD Server.
Many of…
Learn to program with C++Builder: #1, Introduction and Installation
October 12, 2016
Update July 24, 2018: With thejust-released Community Edition of C++Builder, we’ve updated these posts.
Please visit the new version of this blog post here.
Community Edition replaces the old Starter edition, and is a full-featured, free, Professional-level…
There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
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…
Author: Sadaqat Ali
There are a number of Firemonkey component sets available for Delphi Berlin that can help you get ahead when developing for Android and iOS. Consider component developers to be another member of your team: they do the groundwork so you can focus on the…
Using existing ClientDataSet data in FDMemTable
February 14, 2015
Author: Davide Rubbiani
For today’s #DelphiWeek post, I thought I would highlight how you can use existing ClientDataSet (.cds) data in FDMemTable. With this approach, you can also save existing .cds data as JSON, for example. In this tutorial, I am going to create a new application, but you could also use this approach with an existing application.
Create a new Multi-Device Application…
In Delphi, C++Builder and RAD Studio XE6, we integrate with leading Backend as a Service (BaaS) providers to add functionality and platform services to your applications. With BaaS, you get easy access to common services in the cloud without having to build or…
As part of the new addition of the REST Client Library components in Delphi, C++Builder and RAD Studio XE5, we also include a REST Debugger so that you can explore REST Services and use it to help prototype the property settings for your app’s REST Client components.
Using the new REST Client library components to connect to Web & Cloud services (Part 2)
November 9, 2013
Author: Al M1426
This REST BaaS (Backend as a Service) client tutorial shows how to use the Embarcadero REST Library for accessing REST-based web services (REST stands for Representational State Transfer). The library is available for all platforms that are supported by Delphi. The REST Library framework focuses on JSON as the representation format. XML is not explicitly supported.
In Part 1, we…