今天早上,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. java 项目中类找不到异常解决办法

    最后点击Apply and Close就可以了

  2. IE浏览器中的加载项怎么删除

    IE浏览器中的加载项是一些软件或者浏览器的功能控件,我们可以通过禁用.开启来控制是否使用某些加载项,同时可以将一些加载项删除. 比如当我们遇到了一些不好的加载项,想要将它删除,通过这篇经验,教大家怎么 ...

  3. Java中3种代理总结(示例代码见之前文章)

    1.JDK静态代理 业务接口 接口的实现类 代理类,实现接口,并扩展实现类的功能 ### 2.JDK动态代理 业务接口 实现了业务接口的业务类 实现了InvocationHandler接口的handl ...

  4. Linq相关

    Linq(语言集成查询) 相关资料如下: 1. Linq语言集成查询 百度百科 2. 30分钟Linq教程 3. Linq查询表达式(C#编程指南) 4. Linq十个常用查询 5. Linq技术专题 ...

  5. Hadoop 执行 hdfs 命令烦人的警告信息

    问题描述: 安装完 hadoop,执行 hdfs dfs -ls 命令时,报警告如下: -- ::, WARN util.NativeCodeLoader: Unable to load native ...

  6. mysql 列转行

    第一种方法:使用序列化表的方法实现列转行 第一种方法:使用UNION的方法实现列转行 第二种方法:使用序列化表的方法实现列转行

  7. Winform 两个窗体通讯 一个窗体调用另一个窗体的方法

    主要用到 委托 和 注册事件. 功能:点击form1的按钮,改变form2的label文本

  8. Excel日期处理

    short format = cell.getCellStyle().getDataFormat(); //其值为22 输入值类型为2018/6/28 17:25:48 if (format!=22) ...

  9. python获取当前日期

    今天群里一个人问了怎么获取当前时间的问题,以前接触过计算日期之差的,具体代码如下: import datetime d1=datetime.datetime(2014,3,14) d2=datetim ...

  10. 配置python学习环境遇到的问题:[Decode error - output not utf-8]

    因为前阵子学习monkeyrunner的时候,碰到了很多关于.py的脚本,其实我是一知半解的,也没打算去学习一下.将就着看看吧,后来无意中看到自动化测试工程师都要求会脚本语言的时候,刺激了我,想了想, ...