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




--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to