KbmMW 4.30.00 发布

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

   今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX.

暂时不支持ios开发,同时加强了通过JSON 的对象序列化。还有就是解决了我提交的几个有关

汉字处理的BUG.

  具体更新如下:

 We are happy to announce the availability of a new kbmMW release!

This release adds support for Delphi XE4 Win32/Win64/OSX. In addition it includes a new JSON object marshaling framework which allows you to easily marshal Delphi objects to and from JSON.
The release also includes numerous fixes and other enhancements.
Please check the log further down in this post!

The new object marshalling features supports automatic serialization and deserialization of complex objects, which may contain other objects, lists, arrays, records and more. It also contains object validation functionality, to test for the validity of data in an object before its serialized, and during/after its being deserialized.

This release require kbmMemTable v. 7.30.00.

 4.30.00 June 30 2013

        New stuff
        =========
        - Added support for Delphi XE4 Win32/Win64/OSX.
        - Added function AttributeValueByIndex(const
            AIndex:integer):string;
            and function IndexOfAttributeName(const
            AName:string):integer; to TkbmMWDOMXMLNode.
        - Added support for optionally throwing exception upon busy in
            SQLite database adapter.
            MaxBusyWait specifies how long time max to wait to get
            access to the database resource (default 10000 = 10secs).
        - Added JSON Object marshal features similar to the XML ones
            already avaialble in earlier release.
            TkbmMWJSONMarshal also supports streaming properties
            containing custom objects like kbmMemTable based datasets.
        - Added AsVariant property and GetAsVariantType function to
            TkbmMWJSONArray.
        - Added DontStreamNullProperties to TkbmMWJSONStreamer to
            control if null values are streamed or not.
        - Added support for (and requires) kbmMemTable v. 7.30 which
            introduced support of more than 255 fields.
        - Added generic TkbmMWSortedList<T> for LEVEL16+ compilers.
        - Added status functions IsStarted and IsPaused to
            TkbmMWCustomThread.
        - Added procedure Add(const AList:TkbmMWVariantList to
            TkbmMWVariantList.
        - Made multiple improvements to TkbmMWCustomRTTIMarshal,
            including new property ForceBinaryDatasets:boolean
            which allows the developer to specify if a dataset should
            be streamed in native binary format and marshalled as a
            blob/stream, or if datasets should be marshalled normally
            as for example plain XML depending
            on the descendant of TkbmMWCustomRTTIMarshal (default).

        Fixes
        =====
        - Fixed charset support in AJAX transport streamformat.
        - Fixed issues in UniDAC database adapter.
        - Fixed issues in IBDAC database adapter.
        - Fixed handling null in DateTime/Time/Date fields in SQLite.
        - Fixed TkbmMWHTTPCookie to automatically encode and decode
            cookie and query names.
        - Fixed important bug in kbmMWGetTempDirectory which would lead
            to spurious A/V other places if used.

    Changes/minor additions
        =======================
        - Improved handling floating point values from SQLite.
        - Improved TkbmMWLookupStorage to allow for creating descendant
            classes with additional indexing variants.
            In addition added Repair, Verify and Clear methods.
        - Enhanced JSON dataset stream format with more dataset node
            naming features and additional stream flags.
        - Enhanced TkbmMWHTTPTransportStreamHelper to support jQuery's
            AJAX request with JSON object arguments format.
        - Enhanced TkbmMWSortedList in kbmMWGlobal.pas to support
            findtype.
        - Improved unicode support in kbmMWXMLDecode.
        - Improved unicode support in kbmMWEncodeEscapes and
            kbmMWDecodeEscapes.

The Professional and Enterprise Edition is available for all with a current active SAU.
If your SAU has run out, please visit our shop to extend it with another 12 months.

Please visit https://portal.components4developers.com to download.

目录
相关文章
|
开发工具 IDE 数据库管理
kbmmw 5.04 发布
增加了一大波功能,消灭了一大堆问题,也肯定引进了一大票BUG.We are happy to announce the release of our latest version of kbmMW. Downloads are readily available for holders of active SAU's from the portal at: https://portal.
1374 0
|
SQL 关系型数据库 网络架构
kbmmw 5.03 发布
版本一小数,功能一大步 We are happy to announce v5.03 of our popular middleware for Delphi and C++Builder. If you like kbmMW, please let others know! Share th...
1143 0
|
消息中间件 SQL 网络架构
kbmmw 5.02发布
5.02.00 May 27 2017 Important notes (changes that may break existing code) ====================================================== * Changed Use class in kbmMWSmartUtils.
1439 0
|
XML 数据格式
kbmmw 5.01 发布
Important notes (changes that may break existing code) ====================================================== * Officially now only supporting XE2 and forward.
1064 0
|
Web App开发
初识kbmmw 5 中httpsys的支持
前两天kbmmw 发布了5.0 版。里面一个非常令人兴奋的特性就是原生内部支持http.sys. 有关http.sys 的介绍及优势,我就在这里不多说了,大家可以参照一下我以前的文章。 关于http.sys 的最大优势就是web 服务,我今天就以此为例,在kbmmw中建一个使用httpsys的 web server。
1203 0
|
SQL
KBMMW 4.93.10 发布
例行更新,主要是bugfix. 4.93.10 June 4 2016 Important notes (changes that may break existing code) ====================================================== * Fixed compilation for D2009.
839 0
|
XML 流计算 数据格式
KBMMW 4.93.00 发布
可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐。 4.93.00 April 26 2016 Important notes (changes that may break existing code) ===============================...
786 0
|
Linux C++ Java
KBMMW 4.92.00 发布
We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW continues to set the bar for what an n-tier p...
739 0
|
XML JSON 网络性能优化
KBMMW 4.90.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integration (EAI) development framework forWin32, .
788 0
|
Linux Android开发 Unix
KBMMW 4.84.00 发布
kbmMW is a portable, highly scalable, high end application server and enterprise architecture integration (EAI) development framework for Win32, .
683 0