Client-Server application writing in delphi

前端 未结 7 1468
盖世英雄少女心
盖世英雄少女心 2021-02-11 01:19

What is the best way to write a client-server application under delphi? I know there\'s a DataSnap technology, but it\'s not in Professional version. Do You have any experience

7条回答
  •  走了就别回头了
    2021-02-11 01:49

    With Delphi Professional it is possible to write simple (no WS-* standards, no Soap 1.2 servers) SOAP client and server applications.

    In many cases, Soap offers advantages regarding cross-platform / cross-language integration, standardization, design-by-contract and mature implementation guidelines, best practices and patterns.

    For Soap there are great (and free) tools like SoapUI and IDE editors for Web Service Description Language (WSDL) documents like NetBeans.

提交回复
热议问题