zoukankan      html  css  js  c++  java
  • kbmmw 5.06.00 beta 发布

    原生、高效、可扩展、跨平台通信库来了。

    we are happy to announce v5.06.00 BETA of our popular middleware for Delphi and C++Builder.

    If you like kbmMW, please let others know! Share the word!

    We strive hard to ensure kbmMW continues to set the bar for what an n-tier product must be capable of in the real world!

    This is a major release with new features in addition to fixing reported bugs and enhancing existing features:

    • NEW! kbmMW Native High Performance, Scalable and  Cross Platform socket library now included!
    • NEW! Advanced CSV object notation streamer with optional autotyping!
    • NEW! Optional support for automatic cross table lookup of values and records in ORM even with result based on a complex expression!
    • NEW! Dynamic table support in ORM. An ORM dynamic table is not bound to any specific class, but can be defined completely at runtime, also by analyzing an existing table in the datastorage!
    • NEW! Advanced date/time formatting and parsing for all sorts of custom date/time layouts!
    • NEW! Reboot and advanced clipboard copy/cut/paste of files in kbmMW Remote Desktop.
    • NEW! Ability to attach multiple remote desktop clients to same connection for example for read only icon view vs full scale interactive view.
    • NEW! Smart local client for use within same application that hosts TkbmMWServer instance.
    • NEW! Binary parser visualizer with interactive debugging and stepping features.
    • Lots of ORM improvements, including:
      • Enhanced generator support with definition of when generators fire (insert/update/delete) (default insert) and if they fire if the field already have a value (default no)
      • QueryON directly returning an object notation object instead of class instances
      • QueryDataset directly returning a TDataset instead of class instances.
      • Execute for DDL support.
      • CreateOrUpgradeTable now fully handles indexes and detects added, deleted and modified indexes and automaticaly creates and upgrades those as needed.
    • Lots of new features and improvements to LINQ, including:
      • Query – Run full fledged query expression on the source data
      • Use CSV data as source
      • Use object notation instance as source
      • AsON – Return LINQ stage result as object notation
    • Lots of new features and improvements to Scheduler, including:
      • Enhanced Cron format support. Standard, With seconds, With Year and With Seconds and Year.
      • New EndingAfterStalls and EndingAfterRuns methods which deactivates a scheduled event.
      • New optional automatic unscheduling of scheduled event when event is ending (see above).
    • Lots of improvements and additional features in:
      • Date/Time
        • TkbmMWDateTime
        • TkbmMWGregorianCalendar (New!)
        • TkbmMWDateTimeCompiledFormat (New!)
        • Improvements of correct handling of time vs date vs date/time thru whole n-tier chain.
      • REST
        • Optional automatic provision of object notation objects when HTML body contains XML or JSON data.
        • Default values and more
      • Plenty of other areas.
  • 相关阅读:
    tomcat做成windows服务之后使用JMX监控的问题
    Spring CORS
    人大金仓
    今天遇到奇怪的事:SVN本地代码的标记突然没了,Clean up也报错
    你真得懂Javascript中的==等于运算符吗?
    Codeforces 384E 线段树+dfs序
    一个图形引擎的画面风格是由那些因素(技术)决定的?
    【BZOJ 1146】【CTSC 2008】网络管理network
    ajax核心技术1---XMLHttpRequset对象的使用
    Android中Application类的详解:
  • 原文地址:https://www.cnblogs.com/xalion/p/9129385.html
Copyright © 2011-2022 走看看