zoukankan      html  css  js  c++  java
  • Kitto2 now with free opensource Kide2 since September 2017(提供Web解决方案,大概是觉得Mobile开发快差不多了)

    Kitto2 is a tool for data-driven web application Development. It allows to create Rich Internet Applications based on a data model that can be mapped onto any database.
    It was born primarily to address the needs of Delphi Client/Server developers, traditionally left out of the web business because of the variety of technologies and standards involved, their lack of structure (compared to Delphi) and because of the poor performance or bad luck of web development technologies bundled with Delphi over the years.

    The goal with Kitto2 is keeping on writing the application logic in Delphi, with top-level database support (on par to what is expected in a traditional C/S environment), and at the same time using flexible and rapid tools for describing the GUI of a rich browser-based client application.

    The client-side part uses ExtJS 6.2 to create a fully AJAX application, allowing you to build standard and advanced data-manipulating forms in a fraction of the time.

    Kitto2 is aimed at Delphi developers that need to create web application without delving into the intricacies of HTML, CSS, Javascript or learning to use a particular library such as ExtJS, yet it allows access to the bare metal if required.

    Kitto2 includes a database-agnostic data-access layer, allowing to create applications that work on any database engine and port applications between database engines.

    A Kitto2 application is described as a set of easily maintained YAML files, keeping definitions abstract and declarative and allowing for future extensions. Business rules are enforced either declaratively or through small javascript fragments on the client, or in Delphi code on the server.

    The major differences of Kitto2, compared to the first version are:

    • ExtPascal library has been removed
    • Replacement of Apache + FastCGI with WebBroker technology.
    • Replacement of ExtJS 3 with ExtJS 6
    • Kide editor also released under Open-Source license

    ...

    More information at:

    Code:
    http://www.ethea.it/eng_kitto.htm
    http://ethea.it/docs/kitto/en/Kitto_Features.pdf
    https://github.com/EtheaDev/kitto2/wiki/Kitto-at-a-glance

    Download from:

    Code:
    https://github.com/EtheaDev/kitto2
  • 相关阅读:
    Unity3D串口处理
    Crixalis's Equipment 杭电 (设计贪心算法,比较巧妙,我用的是结构体排序)
    杭电 看归并排序和快速排序
    杭电acm 排名 (涉及到结构体排序)
    程序在计算机的内存(看到了一篇博客,解决了我的疑惑)
    贪心算法and排序 杭电一题的启发
    辗转相除法 杭电acm
    单调队列
    用栈的思想处理字符串倒置问题更清晰
    VS的哪些事儿之二
  • 原文地址:https://www.cnblogs.com/findumars/p/7556711.html
Copyright © 2011-2022 走看看