KbmMW 4.30.00 发布
今天早上,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 发布的更多相关文章
- kbmmw 5.05.00 发布
新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...
- KBMMW 4.80.00 发布
一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code) ======= ...
- KBMMW 4.92.00 发布
We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...
- KBMMW 4.90.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...
- KBMMW 4.84.00 发布
kbmMW is a portable, highly scalable, high end application server and enterprise architecture integr ...
- KBMMW 4.83.00 发布
新版本又来了,端午节都不让大家过好:) 这次终于支持ios 64了,不用我再手工改了. Components4Developers is a company established in 1999 w ...
- KBMMW 4.82.00 发布
作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...
- KBMMW 4.81.00 发布
这次更新的速度非常快. 4.81.00 May 9 2015 Important notes (changes that may break existing code) ============== ...
- KBMMW 4.70.00 发布
We are happy to announce the release of kbmMW v. 4.70.00 Professional and Enterprise Edition. kbmMW ...
随机推荐
- scala.XML处理
XML scala提供了对xml字面量的内建支持,我们可以很容易的在程序代码中生成xml片段, scala类库也包含了对xml常用处理的支持 有时候scala会错误识别出xml字面量 如x < ...
- 黑盒测试用例设计——PICT
一.简单用法 在PICT安装目录下新建一个txt文本.把参数填入txt文本中.[内容包括(注意格式<ParamName> : <Value1>, <Value2> ...
- SpringMVC 之@RequestBody 接收Json数组对象
1. 摘要 程序流程: 前台使用ajax技术,传递json字符串到后台: 后台使用Spring MVC注解@RequestBody 接受前台传递的json字符串,并返回新的json字符串到前台: 前台 ...
- Spring Colud 学习
转自: http://blog.csdn.net/forezp/article/details/70148833#t0
- cv::Mat到YUV420的转换《转》
某些特定场合我们会经常遇到yuv420格式的视频文件,这种视频帧无法直接用于opencv,故而,需要进行格式转换:幸运的是,opencv提供了rgb到yuv420的格式转换函数:下面给出基本用法: 函 ...
- tensorflow笔记之softmax_cross_enropy
tf.nn.sparse_softmax_cross_entropy_with_logits() 当正确结果只有一个时,可以加速计算,比如MNIST数字识别,每张图片中仅包含一个数字,所以可以使用这个 ...
- JSP页面实现自动跳转
1 <html><head><script language=javascript> function out(obj) { var i = obj; if ( ...
- adb连接过程中常见问题解决方法
在测试过程中经常会遇到需要使用adb连接服务器的问题,但是有时候经常会遇到连不上的情况,总结两种解决方式 1)error: unknown host service 此问题是由于端口号已经被占用了,可 ...
- Tensorflow从文件读取数据
http://blog.csdn.net/zengxyuyu/article/details/53289906
- Python3 ssl模块不可用的问题
编译安装完Python3之后,使用pip来安装python库,发现了如下报错: $ pip install numpy pip is configured with locations that re ...