开发者

Data access framework for delphi

开发者 https://www.devze.com 2023-02-28 13:05 出处:网络
Is there any framework or code generator for data access in Delphi based on laye开发者_如何学Pythonred architecture?Delphi has already Multi-Tier / Layered architecture available since early versions.

Is there any framework or code generator for data access in Delphi based on laye开发者_如何学Pythonred architecture?


Delphi has already Multi-Tier / Layered architecture available since early versions. You were never limited to RAD components.

DataSnap is certainly the de-facto standard version of building such applications. See e.g. this article from Embarcadero.

Other Service-Based frameworks written on Delphi are available (DataAbstract, RemObjects, KBMMw, Midware, WST, Synopse, Spring).

ORM framework are a good way of creating multi-tier separated applications (e.g. InstantObjects, DObject, tiOPF, GFramewok, Bold, Synopse, hcOPF, DelphiORM..). Some of them even allow to build Services above ORM. See for instance our Open source framework.


You can have a look at the various Object Persistence Frameworks out on the market. We have been using tiOPF for some years and are very happy with it. Although it has a very steep learning curve.

There are others available as well, like hcOPF

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号