C++DelphiRAD Studio

Learn About Quickly Building REST Applications Using The Powerful RAD Server In Delphi/C++ Builder

Over a period of years lot of Web Architectural styles were introduced like, Pipe and filter, Uniform Pipe Filter and some hierarchical styles like client server, Client server stateless, cache, etc. But each style has equal strength and limitations which leads to a modern, scalable, stateless architectural style called REST which is widely adopted. The Word REST is the Abbreviation of the…
Read more
CodeDelphi

Quickly Build A DropBox Client App With A Delphi REST Library Using OAuth 2.0 Protocol

In this tutorial, you can learn about the OAuth2 protocol to download and upload files from DropBox. Overview DropBox REST ClientOAuth2 ProtocolREST Client Using TRESTClientREST Client Using Indy OAuth 2.0 OAuth 2.0 is the industry-standard protocol for authorization. REST Client Library The Embarcadero REST Library is a framework for accessing REST-based web…
Read more
C++IDERAD Studio

Quickly Bind Your Data Source To Different Types Of Data With LiveBindings Delphi AdapterBindSource Sample App

LiveBindings help Delphi/C++ developers to connect source and control component with no lines of code. Connecting to the Datasource or TPrototypeBindSource is straightforward way to connect to your controls. How about binding the custom data collections created for your application with your control components? No Idea ? Don’t worry. This post can guide you to do the job smoothly.
Read more
CodeDelphiRAD Studio

Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files

The HFS is different from classic file sharing because it uses web technology. It also differs from classic web servers because it’s very easy to use and runs “right out-of-the box”. The virtual file system will allow you to easily share even one single file. The project is built in Delphi and full source code is available on GitHub. Dev notes “Initially developed in…
Read more