新版本又来了,端午节都不让大家过好:)

这次终于支持ios 64了,不用我再手工改了。

Components4Developers is a company established in 1999 with the purpose
of providing high quality development tools for developers and
enterprises. The primary focus is on SOA, EAI and systems integration
via our flagship product kbmMW. kbmMW is a portable, highly scalable, high end application server and
enterprise architecture integration (EAI) development framework for
Win32, ..Net and Linux with clients residing on Win32, .Net, Linux,
Unix, Mainframes, Minis, Embedded and many other places.
It is currently used as the backbone in hundreds of central systems, in
hospitals, courts, private, industries, offshore industry, finance,
telecom, governements, schools, laboratories, rentals, culture
institutions, FDA approved medical devices, military and more. 4.83.00 June 21 2015 Important notes (changes that may break existing code)
======================================================
* Added OwnerName string argument to
TkbmMWOnAuthenticateMetaData, TkbmMWOnApproveMetaDataResult
and TkbmMWOnGetMetaData to allow client to provide additional
information fwhen obtaining metadata (table name etc). New stuff
=========
- Added support for &#xhhhh; and &#dddd; character
encoding/decoding in XML.
- Added missing properties (LogTypeFilter, LogDataTypeFilter,
LogLevelFilter) and related getters/setters to
IkbmMWLogManager interface.
- Added Log.LogMemory methods for logging pointer based memory
areas.
- Added support for reading external Tds files in addition to
external Map files for debugging.
- Added selective option for using either frame based stack
tracing, OS based stack tracing or raw stack
tracing via the Log.StackTraceMethod property (default frame
based). Setting it to raw may provide more
detailed tracing, but also risks showing incorrect entries.
- Added LogManager.IgnoreException, IgnoreExceptions,
ClearIgnoreExceptions and IsExceptionIgnored.
They can be used to register specific exception classes that
you do not want kbmMW to log.
- Enhanced exception logging by forcing a stack trace if none
is provided with the exception object.
- Added ISO8601UTCDateTime property to TkbmMWDateTime which
always returns a UTC formatted date/time string.
- Added RFC1123UTCDateTime property to TkbmMWDateTime which
lways returns a UTC formatted date/time string.
- Added TkbmMWPlatformMarshal.Memory2Bytes function.
- Updated AnyDAC adapter with suggested changes by Francisco
Armando Dueñas Rodríguez.
- Updated SQLite adapter to support MacOS.
- Added more debugging functions to TkbmMWLog including logging
JSON and easier access to debug of
memory,stack,bytes,xml,json etc. Changes/minor additions
=======================
- Added OwnerName string argument to
TkbmMWOnAuthenticateMetaData, TkbmMWOnApproveMetaDataResult
and TkbmMWOnGetMetaData to allow client to provide additional
information fwhen obtaining metadata (table name etc).
- Added OwnerName to overloaded GetMetaData method in
TkbmMWClientQuery and TkbmMWClientStoredProc.
- Changed all RequestID references from longint to integer.
- Changed some longint to integer or TkbmNativeInt. Fixes
=====
- Fixed HTTP cookie expiration which did not work on Chrome due
to Chrome not supporting timezones.
- Fixed HTTP and AJAX transport stream format to not except
when connection is lost to ensure nice close down.
- Fixed MacOS compilation.
- Fixed integer overflow issue in kbmMWMurmurHash3 and changed
to use uint64 instead of int64.
- Fixed IOS compilation errors due to ambigous Seek method.
- Fixed Android compilation errors in
TkbmMWCustomThread.CurrentProcessID.
- Fixed IOS lockid 64 bit issues in TkbmMWLock (fast lock
implementation).
- Fixed WIB message actions not receiving arguments due to
message not unstreamed.
- Fixed unmarshalling root custom type in
kbmMWObjectMarshal.pas.
- Added LowestUnstreamState to TkbmMWCustomTransportStream. Its
used internally with batched messages for example to ensure
not unstreaming from oridinal data (and thus avoid multiple
decompression/decrypting on already decompressed/decrypted
data).
- Fixed various message batching/unbatching bugs.
- Fixed JSON bug resulting in A/V.
- Fixed multilevel list unmarshalling bug.
- Fixed XML bug related to node attributes named 'type'.

KBMMW 4.83.00 发布的更多相关文章

  1. kbmmw 5.05.00 发布

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

  2. KbmMW 4.30.00 发布

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

  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.82.00 发布

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

  7. KBMMW 4.80.00 发布

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

  8. KBMMW 4.70.00 发布

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

  9. kbmmw 5.10.00 发布

    We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder ...

随机推荐

  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. bootstrap做的导航

    顶部导航:nav-tabs 左边导航:nav-list 响应式布局:div嵌套 ~ container.row.ol-lg-X 效果: 源码: <!DOCTYPE html> <ht ...

  3. mysql数据库复制

    核心命令是 myssqldump mysqldump --host=host1 --opt sourceDb| mysql --host=host2 -C targetDb 详情参考: MySQL数据 ...

  4. springVC + logback

    为什么用logback,而不是log4j? springmvc log只输出到console,不输出到文件 Spring MVC集成slf4j-logback springMVC如何配置logback ...

  5. hashlib 加密模块使用说明

    import hashlib  #hashilib 模块 m = hashlib.md5() m.update('hello 天王盖地虎'.encode(encoding = 'utf-8)) m.h ...

  6. AS3 localToGlobal、globalToLocal方法的总结

    (1).localToGlobal (point)   把point看成在(1)内部,计算出该point相当于stage的坐标 (2).globalToLocal (point)   point为全局 ...

  7. OTS parsing error: invalid version tag woff和ttf文件被Filter拦截

    从服务器下载的字体文件放在本地,执行无法展示iconfont,浏览器控制台报出 Failed to decode downloaded font: http://127.0.0.1:8080/mhr/ ...

  8. ImageIO(图像处理)

    1.通过ImageIO的read和writer,对图像文件进行处理. BufferedImage buffImage = ImageIO.read(file); // 将图像输出到Servlet输出流 ...

  9. Object-c中的单例

    #import <UIKit/UIKit.h> @interface UniAudioPlayer:NSObject{ } +(UniAudioPlayer*) getInstance; ...

  10. scala -- 柯里化

    柯里化 柯里化是把接受多个参数的函数,变成接受一个单一参数的函数.并且返回接受剩余参数和返回结果的新函数. 就是一个逐次消元的过程. 当把函数的元全消掉,就得到了值. 值就是零元函数. 二元函数 f( ...