REST is one of the main models that has been described by Roy Fielding, one of the principal creators of the HTTP protocol, in his Ph.D. thesis and adopted as the model to be used in the evolution of the HTTP protocol architecture.
The Embarcadero REST Library isaccessiblefor all platforms, supported by Delphi. RESTRequest4Delphi is a wrapper around the built in components.
The…
Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files
October 4, 2020
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…
Note the following information has been made available by the author of PasDoc regarding the tool.
Documentation is generated from comments found in the source code or from external files. Many formatting @-tags are supported. Many output formats are supported, including…
EsVCLComponents – Free ErrorSoft Vcl Components – a free library of VCL components for Delphi and C++Builder. This new controls and components to improve the appearance applications and to better user experience. All components have best support transparency, not flicker, and has support Interesting possibility for double buffering for TGraphicControl heirs. Components support visual…
Powerful Spider Delphi Profiler Brings You Real Time Profiling For Delphi Applications
September 26, 2020
Delphi Profilers are used for Delphi application analysis, including performance profiling, memory and resource profiling, code coverage, unused unit detection, code metrics, exception tracing and integration with RAD Studio.
To get more detailed information about the…
Powerful VerySimple.Lua Embeddable Scripting Language Library For Delphi
September 26, 2020
Lua is with an emphasis on embedded systems (e.g., the Ginga middleware for digital TV in Brazil) and games (e.g., World of Warcraft). It is currently the leading scripting language in games and it has a deserved reputation for performance. To claim to be “as fast as…
Blazing Fast Socket Communications Component Library For Delphi
September 26, 2020
NetCom7 is an extremely optimized code on TCP/IP sockets. Forget using one thread per connection. With this suite, you can have as many concurrent connections to your server as you like. Threads are used per request and not per connection, and are maintained in a very fast thread pool class.
The NetCom version 7.2 package is now multi-platform! You can compile your apps under all platforms in…
Super fast CSV files processing with WinSoft CSV Library
August 27, 2020
The comma separated values format (CSV) has been used for exchanging and converting data between various spreadsheet programs for quite some time. It can be used as an Import/Export feature on multiple old and modern applications. And we could say is the de facto standard…