[Lazarus] Remote application

Michael Fuchs freepascal at ypa-software.de
Mon Oct 29 12:07:50 CET 2012


Am 29.10.2012 11:54, schrieb Santiago A.:
> Due people who connect remotely don't need the full application, just a
> small subset, I was thinking about programing a reduced version in
> Lazarus as frontend of the data, and show only the GUI remotely.
>
> I have a couple of ideas:
>
> Using a remote Xwindows server (Are there good Xwindows server for win32?)
> Making a web application using ExtJs
>
> Any hint? New ideas? Experiences?

I would split the application in a client and a server part. The client 
contains the GUI part and communicates via SOAP/XML-RPC/JSON-RPC/BINARY 
protocol with the server part.
The server part includes business logic and data storing.

Michael







More information about the Lazarus mailing list