今天早上,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.

KbmMW 4.30.00 发布的更多相关文章

  1. kbmmw 5.05.00 发布

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

  2. KBMMW 4.80.00 发布

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

  3. KBMMW 4.92.00 发布

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

  4. KBMMW 4.90.00 发布

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

  5. KBMMW 4.84.00 发布

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

  6. KBMMW 4.83.00 发布

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

  7. KBMMW 4.82.00 发布

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

  8. KBMMW 4.81.00 发布

    这次更新的速度非常快. 4.81.00 May 9 2015 Important notes (changes that may break existing code) ============== ...

  9. KBMMW 4.70.00 发布

    We are happy to announce the release of kbmMW v. 4.70.00 Professional and Enterprise Edition. kbmMW ...

随机推荐

  1. sqoop1的安装以及数据导入导出测试

    下载 wget http://mirror.bit.edu.cn/apache/sqoop/1.4.7/sqoop-1.4.7.bin__hadoop-2.6.0.tar.gz 解压 tar -zxf ...

  2. leetcode405

    public class Solution { string ConverToHex(string bit) { var s = ""; switch (bit) { " ...

  3. 单网卡用双IP上内外网

    网络   2008-09-22 17:42   阅读44   评论1    字号: 大  中  小  PC机同时上内外网一例 一个公司内部,一台pc机在上内网的同时,还要求上外网,如何在一块网卡上实现 ...

  4. UI5-文档-2.4-Node.js-Based开发环境

    用于修改OpenUI5.环境是基于Node.js,用作服务器,具有一个基于Grunt的构建过程.本节提供关于初始设置.开发工作流和测试执行的信息. 常规开发过程: 不需要构建过程,您可以简单地修改任何 ...

  5. UGUI Auto Layout 自动布局

    Layout Element 首先分配 Minimum Size 如果还有足够空间,分配 Preferred Size 如果还有额外空间,分配 Flexible Size 比较特别的是 Flexibl ...

  6. 判断是否有TrueType字体

    function IsTrueTypeAvailable : bool;var {$IFDEF WIN32}  rs : TRasterizerStatus; {$ELSE}  rs : TRaste ...

  7. js获取或判断任意数据类类型的通用方法(getDataType)和将NodeList转为数组(NodeListToArray)

    function getDataType(any){ /* (1) Object.prototype.toString.call 方法判断类型: 优点:通用,返回"[object Strin ...

  8. python 本地变量和全局变量 locals() globals() global nonlocal 闭包 以及和 scala 闭包的区别

    最近看 scala ,看到了它的作用域,特此回顾一下python的变量作用域问题. A = 10 B = 100 print A #10 print globals() #{'A': 10, 'B': ...

  9. tensor flow 视频

    http://v.youku.com/v_show/id_XMTYxMjQ2NTYyNA==.html?spm=a2h1n.8251843.playList.5!19~5~A.siMjNW&f ...

  10. Linux就业技术指导(五):Linux运维核心管理命令详解

    一,Linux核心进程管理命令 1.1 ps:查看进程 1.1.1 命令解释 功能说明 ps命令用于列出执行ps命令的那个时刻的进程快照,就像用手机给进程照了一张照片.如果想要动态地显示进程,就需要使 ...