Habarisoft released the 2019.06 version of its Object Pascal STOMP client libraries for application integration with open source message brokers Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ. The release includes Habari Client for ActiveMQ 6.2 - tested with Apache ActiveMQ 5.15.9 Habari Client for Artemis 6.2 - tested with Apache ActiveMQ Artemis 2.8.1 Habari Client for … Continue reading Habari Client libraries release 2019.06
OpenCTF 1.6.0 component test framework released
The Open Component Test Framework (OpenCTF) is a test case generator framework for Delphi VCL applications, which creates DUnit tests at run time. The new version 1.6.0 is a maintenance release and is now available on GitHub at https://github.com/michaelJustin/openctf Example project [sourcecode lang="Delphi"] program FormTests; uses OpenCTF, ctfStandardTests, GUITestRunner, TestForm in 'TestForm.pas' {Form1}; begin OpenCTF.RegisterFormClasses([TForm1]); … Continue reading OpenCTF 1.6.0 component test framework released
Habari Client libraries release 2019.02
Habarisoft released the 2019.02 version of its Object Pascal STOMP client libraries for application integration with open source message brokers (Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ). New in this release Delphi 6 support Linux support (experimental) for Delphi 10.3 Rio Fixed compiler error if HABARI_USE_INTERCEPT is enabled but HABARI_LOGGING is not Fixed compiler warnings and … Continue reading Habari Client libraries release 2019.02
Habari Client libraries release 2018.10
Habarisoft released the 2018.10 version of its Object Pascal STOMP client libraries for application integration with open source message brokers (Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ). New in this release new simple API, based on interfaces MQContext, MQProducer and MQConsumer (the old API still may be used) Example: [sourcecode lang="Delphi" highlight="17,20"] procedure TNewApiTests.TestSendMessage; var Factory: … Continue reading Habari Client libraries release 2018.10
Habari Client libraries release 2018.08
Habarisoft released the 2018.08 version of its Object Pascal STOMP client libraries for application integration with open source message brokers (Apache ActiveMQ, Artemis, OpenMQ and RabbitMQ). Resources Home page: https://www.habarisoft.com/index.html Feature matrix: https://www.habarisoft.com/index.html#feature_matrix About Habari Client libraries Habari Client libraries enable Object Pascal applications to take advantage of message broker / message queue technology – … Continue reading Habari Client libraries release 2018.08
ScroogeXHTML for Delphi 7.0 released
Version 7.0 of ScroogeXHTML for Delphi changes the default output document type to HTML5, added the TSxOptionsHead.MetaViewport property, removes unneccessary line breaks after <span style=, and contains minor maintenance changes Resources Demo version: https://www.habarisoft.com/scroogexhtml/7.0/ScroogeXHTMLDemo.zip User guide: https://www.habarisoft.com/scroogexhtml/7.0/docs/ScroogeXHTMLGettingStarted.pdf API: https://www.habarisoft.com/scroogexhtml/7.0/docs/api/index.html Home page: https://www.scroogexhtml.com/scroogexhtml_delphi.html ScroogeXHTML is also available for the Java platform.
Habari Client libraries release 2017.06
Habarisoft released Habari Client libraries release 2017.06
Habari Client libraries 2017.06 performance test application
Habari Client libraries 2017.06 (release date TBD) includes an enhanced performance test application, which optionally collects message rates of multiple test runs and displays the sample median. Performance test application (screenshot) To start the long-running tests, shift-click on the run button. Taking all test samples takes around ten seconds. Shown below is an example for … Continue reading Habari Client libraries 2017.06 performance test application
ScroogeXHTML for Delphi 6.15 released
Version 6.15 of the RTF to HTML/XHTML converter for Delphi and Free Pascal introduces support for DBCS encoded font names, and fixes Symbol font conversion with Free Pascal. It also uses the standard string type now instead of the SXText type.
ScroogeXHTML for Delphi 6.14 released
Version 6.14 of ScroogeXHTML for Delphi introduces support for paragraph background colors and paragraph box borders. It also fixes Free Pascal warnings and Unicode character conversion.