ScroogeXHTML for Object Pascal converts RTF documents to HTML5 and other formats. It now includes improved right-to-left language support.
Habari STOMP Client libraries release 2024.02
Habarisoft released new versions of its STOMP client libraries for Delphi, enabling Object Pascal applications to integrate with popular message brokers. More info: https://www.habarisoft.com/release_notes.html
ScroogeXHTML for Object Pascal 8.5
ScroogeXHTML for Object Pascal converts RTF documents to HTML5 and other formats. This release includes fixes, more tests, and API documentation. Compatible with Delphi 2009+.
Daraja HTTP Framework 2.8 released
This is a maintenance release, streamlining the Web Component and Web Filter API. https://github.com/michaelJustin/daraja-framework/releases/tag/2.8 Daraja HTTP Framework is an open source library for Object Pascal, based on the stand-alone HTTP server component contained in Internet Direct (Indy). More information - GitHub: https://github.com/michaelJustin/daraja-framework- API documentation: https://michaeljustin.github.io/daraja-framework/- Home page: https://www.habarisoft.com/daraja_framework.html
Habari STOMP Client libraries release 2023.12
Habarisoft released new versions of its native STOMP client libraries for Delphi / Object Pascal for integration with popular open source message brokers: Habari STOMP Client for ActiveMQ 8.5 - tested with Apache ActiveMQ 5.18.3 and 6.0.0 Habari STOMP Client for Artemis 8.5 - tested with Apache ActiveMQ Artemis 2.31.2 Habari STOMP Client for OpenMQ … Continue reading Habari STOMP Client libraries release 2023.12
Habari STOMP Client libraries release 2023.10
Habarisoft released new versions of its native STOMP client libraries for Delphi / Object Pascal for integration with popular open source message brokers: Habari STOMP Client for ActiveMQ 8.4 - tested with Apache ActiveMQ 5.18.3 Habari STOMP Client for Artemis 8.4 - tested with Apache ActiveMQ Artemis 2.31.0 Habari STOMP Client for OpenMQ 8.4 - … Continue reading Habari STOMP Client libraries release 2023.10
Daraja HTTP Framework 2.7 released
This is a maintenance release, streamlining the Web Component and Web Filter API. Noteworthy changes: 218 config.getcontext is not accessible from init in #220 217 update tutorial9 openidconnectbackend #222 Implement SetInitParameter in #226 Add method AddWebFilter specifying a WebFilterHolder in #228 procedure AddFilterWithMapping #230 240 fix memory leaks for configuration objects #241 Tutorial11 #243 First draft of TdjStatisticsFilter #248 Fix memory leak for djContextHandler #252 253 memory … Continue reading Daraja HTTP Framework 2.7 released
“Inverted” Request/Response example built with the Indy sockets library
Full source code included: this project demonstrates how both sides in a client/server application can initiate request/response style communication. For the sake of simplicity, both the client and the server part are placed in the same VCL form application. Client side Server side Implementation notes For client and server, there is both a "Send request" … Continue reading “Inverted” Request/Response example built with the Indy sockets library
Habari STOMP Client libraries release 2023.08
Habarisoft released new versions of its native STOMP client libraries for Delphi / Object Pascal for integration with popular open source message brokers: Habari STOMP Client for ActiveMQ 8.3 - tested with Apache ActiveMQ 5.18.2 Habari STOMP Client for Artemis 8.3 - tested with Apache ActiveMQ Artemis 2.30.0 Habari STOMP Client for OpenMQ 8.3 - … Continue reading Habari STOMP Client libraries release 2023.08
Daraja HTTP Framework 2.6 released
Web applications built with Daraja can now use Web Filters to intercept HTTP requests which match defined URL patterns. Cross-cutting concerns - such as logging, authentication, validation, conversion - are easier to implement than in previous versions (new in 2.6.0). For example, a filter which is mapped to a protected part of the application can … Continue reading Daraja HTTP Framework 2.6 released