Advice on moving to a multi tier Delphi architecture

后端 未结 5 1991
轮回少年
轮回少年 2021-02-03 10:48

We have a relatively large application that is strongly tied into Firebird (stored procedures, views etc). We are now getting a lot of requests to support additional databases a

5条回答
  •  清歌不尽
    2021-02-03 11:05

    In the process of moving to a multitier application you could consider using a transport protocol between the layers, which is language/technology independent (like webservices, (i think tha remobjects supports that)).

    This could make a reimplementation of a layer simpler later (like if you later have to make a another version of the client-application in a browser/java/silverlight).

提交回复
热议问题