We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder for building native modular and fast multi-tier solutions.

The release includes:

  • NEW! SmartBind now fully supports VCL, FMX, including image/graphics and TListView
  • NEW! SmartBind data generators and data proxies for easy separation of data sharing concerns in modular applications
  • NEW! SmartEvent for easy separation of event and execution workflow based concerns for the ultimate in modular application design
  • NEW! Native highly scalable TCP server transport now also supports REST
  • Significant improvements and fixes in many areas including
    • RTTI
    • Scheduler
    • LINQ
    • Object Notation
    • ORM

New stuff
        =========
        - Huge amount of improvements to kbmMW SmartBind including
           See features explained in blog posts at components4developers.blog
           Data generators
           Listview VCL and FMX support
           Binding used string based settings.
           AutoBind which locates properties or methods which has the attribute kbmMW_AutoBind. The attribute can be either a string based binding or
           refer to a method which will be called during autobinding to setup all the required bindings for that particular instance.
           Binding to data proxies for clear model/view separation.
           Binding images/graphics
           Break values (grouping header) support (currently ListView)
           Binding kbmMWDateTime and kbmMWNullable
           Saving and loading binding definitions to/from object notation formats like XML, YAML, JSON etc.
           Horizontalscroll, verticalscroll and cell based grid binding.
        - Added kbmMWSmartEvent.pas. kbmMW SmartEvent is an advanced pub/sub based event mechanism to replace regular Onxxxx event handlers,
          making it much easier to separate concerns in an application. See videos and blogposts.
        - Added new TkbmMWConcatStream in kbmMWGlobal.pas. It allows multiple streams to seem as one when reading,
          without reallocating memory.
        - Added TkbmMWBoyerMoore class, containing multiple ways to search for sub data in data very quickly to kbmMWGlobal.
        - Added kbmMWSockClient.pas for a skeleton for an easy to use async client request/response setup. Currently in experimental phase.
        - Added support for REST to native TCP Transport.

Changes/minor additions
        =======================
        - Updated look of wizards.
        - Added support in kbmMWScheduler for scheduled events indicating ownership to other scheduled events.
          Purpose is establishing termination ownership and more in nested scheduled events.
        - Improved TkbmMWScheduledEvent.WaitRuns to allow for external anonymous function to determine is wait is to be extended.
        - Updated kbmMW LINQ to support using TStrings instances for input and output with optional autoconversion of numeric data.
        - Updated streamformat controllers with new GetTotalSize class function.
        - Updated TkbmMWSortedList to support Unique constraint.
        - Updated TkbmMWThreadList, TkbmMWThreadDictionary<TKey,TValue> and TkbmMWThreadObjectDictionary<TKey,TValue> to support providing a comparer.
        - Added IkbmMWThreadAutoValue and TkbmMWThreadAutoValue for scope based reference oounted thread safe value variables.
        - Added CardinalToText, CardinalToHexText, HexTextToCardinal, AddChars to TkbmMWTextPChar.
        - Added CardinalToText, CardinalToHexText, HexTextToCardinal, AddBytes, ExpectOneOfBytes to TkbmMWTextPByte.
        - Improved TkbmMWPrettyBinary to include pretty versions of relevant 8 bit characters.
        - Moved TkbmMWSubscriptionHash to kbmMWGlobal.pas
        - Added global functions kbmMWVariantToByteArray and kbmMWByteArrayToVariant to kbmMWGlobal.pas.
        - Added PrettyOptions:TkbmMWPrettyHexOptions and UseStackMap:boolean to IkbmMWLogFormatter in kbmMWLog.pas.
          Controls how pretty data and stackdumps are produced when logging.
        - Made minor improvements to kbmMWNullable
        - Updated kbmMWWinsock.pas
        - Added ASkipCache:boolean option to TkbmMWCustomPooledDataSet.PopulateData
        - Added InheritsFromTControl, InheritsFromTComponent, GetInstanceUnit, GetMethods to TkbmMWRTTI
        - Added String2DateTimeStyle and DateTimeStyle2String to TkbmMWDateTime.
        - Updated kbmMWObjectNotation with various minor features.

Fixes
        =====
        - Fixes and minor improvements to kbmMW ORM
        - Fixed minor issues in kbmMWDebugStackTrace
        - Fixed format issues with TkbmMWScheduledEvent.Cron
        - Fixed bugs in TkbmMWSceduler
        - Fixed various bugs in kbmMWGlobal.pas
        - Fixed kbmMWFindReplace in kbmMWHTTLUtils.pas
        - Fixed bugs in TkbmMWPooledDatasetRefreshSchedulerThread.RefreshDataset
        - Fixed TkbmMWCustomPooledDataSet.MasterChanged issues.
        - Fixed TkbmMWRTTI.CompareValue
        - Minor fixes and improvements in kbmMWYAML, kbmMWSQLite, kbmMWBinaryParser, kbmMWSecurity
        - Fixed timezone parsing in TkbmMWDateTime.ParseRFC1123DateTime
        - Fixed bug in TkbmMWInterbaseSQLRewriter.RewriteDescribeTable
        - Fixed procedure TkbmMWLockFreeHashArray.GC

kbmmw 5.10.00 发布的更多相关文章

  1. KBMMW 4.92.00 发布

    We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...

  2. KBMMW 4.90.00 发布

    kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...

  3. kbmmw 5.05.00 发布

    新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...

  4. KBMMW 4.84.00 发布

    kbmMW is a portable, highly scalable, high end application server and enterprise architecture integr ...

  5. KBMMW 4.82.00 发布

    作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...

  6. KbmMW 4.30.00 发布

    今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX. 暂时不支持ios开发,同时加强了通过JSON 的对象序列化.还有就是解决了我提交的几个有关 汉字处 ...

  7. KBMMW 4.93.00 发布

    可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐. 4.93.00 April 26 2016 Important notes (changes that may break existi ...

  8. KBMMW 4.83.00 发布

    新版本又来了,端午节都不让大家过好:) 这次终于支持ios 64了,不用我再手工改了. Components4Developers is a company established in 1999 w ...

  9. KBMMW 4.80.00 发布

    一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code)        ======= ...

随机推荐

  1. JS的ES7支持

    1.指数运算符(幂): ** 2.Array.prototype.includes(value) : 判断数组中是否包含指定value console.log(2**4); let arr = [2, ...

  2. 转载:EM算法的最精辟讲解

    机器学习十大算法之一:EM算法.能评得上十大之一,让人听起来觉得挺NB的.什么是NB啊,我们一般说某个人很NB,是因为他能解决一些别人解决不了的问题.神为什么是神,因为神能做很多人做不了的事.那么EM ...

  3. Salesforce 开发整理(三)权限共享

    Salesforce提供对象的访问权限可以通过 安全性控制 → 共享设置,可以查看每个对象在系统内部默认的访问权限 共用读写:对象的记录任何用户都可以进行读写操作 公用只读:对象的记录任何用户都可以查 ...

  4. JVM系列之一:JVM架构

    1.简介 Java平台可分为两部分,即Java虚拟机(Java virtual machine,JVM)和Java API类库. JVM是Java Virtual Machine(Java虚拟机)的缩 ...

  5. Spring Boot 2.2.1 发布,一个有点坑的版本!

    上一篇:Spring Boot 2.2.0 正式发布,支持 JDK 13! Spring Boot 2.2.0 没发布多久,Spring Boot 2.2.1 又发布了,这是一个很有意思,又有点 &q ...

  6. 【Gamma】 Phylab 发布说明

    Phylab Gamma阶段发布说明 一.发布地址 网站:Phylab GitHub Release: WhatAHardChoice/Phylab Gamma版本 二.新功能 1. 控制台完全接入 ...

  7. Sql Server 数据库出现“可疑”的解决办法

    问题:数据库名称出现“可疑”字样 解决: 方法一: 重新还原数据库 方法二: 贴上语句:(DB_CS:你的数据库名) 第一步: ALTER DATABASE DB_CS SET EMERGENCY 第 ...

  8. ArcSOC进程数不断增长导致oracle processes溢出原因分析

    现场出现了一个问题,oracle运行一段时间之后,process个数会溢出,然后新的连接会失败.通过分析,发现Arcgis Server 的ArcSOC进程在不段增长.ArcSOC是arcgis se ...

  9. javascript 函数的暂停和恢复

    javascript 异步编程从来都是一个难题,最开始我们用 callback,但随之触发了回调地狱,于是"发明" Promise 解决 callback 嵌套过深的问题.然而由于 ...

  10. 【转帖】nmap命令总结

    nmap命令总结 https://www.cnblogs.com/chenqionghe/p/10657722.html 一.nmap是什么 nmap是一款网络扫描和主机检测的非常有用的工具,不局限于 ...