Dear Antonio,
thank you for the flowchart.
I have extended the classic architecture (Arrays, ADO, MySQL, DBF) with an additional data source: Microservice JSON API.
This is the variant I am working with β I use Variant B.
Through the access class TServiceClient, the microservice stands on equal footing with TDatabase or FWMariaConnection.
This allows us to feed TXBrowse or TDataRow directly with data from the microservice.
Variant A β Direct access:
TServiceClient communicates directly with the microservice (e.g., Desktop/Win32).
Variant B β Proxy access:
TServiceClient communicates via a PHP proxy script, which forwards requests to the microservice (e.g., web frontend with browser + PHP).
Best regards,
Otto
