Delphi serverside framework for managing sessions and respond with JSON to ajax requests?

后端 未结 6 1656
梦谈多话
梦谈多话 2020-12-28 09:33

Without reinventing the wheel, what I can use to manage user sessions in a web application and being able to respond with JSON to ajax requests?

Is there some framew

6条回答
  •  星月不相逢
    2020-12-28 09:54

    I would suggest Delphi on Rails, it is an open source REST/MVC/StateLess web framework.

    http://code.google.com/p/delphionrails/

    It use:

    • superobject JSON parser
    • UIB/Firebird JSON driver
    • Cairo for SVG, PDF, PNG rendering
    • LUA for scripting/template ...

    It is able to serialize automatically Delphi data structures to JSON using the new RTTI introduced in Delphi 2010 & XE.

提交回复
热议问题