Jeff a écrit :
>> You could explore something like a custom-made GUI client app
>> communicating thru the http protocol with a web-server app. http is just
>> a protocol, and it doesn't necessarily imply using html and a browser...
>> IIRC, some GUI toolkits uses XML description files for the UI.
>
> That, or something similar, may be what I do. It would mean, however,
> developing my own method for transferring objects across the network,
Why transfering "objects" ? You only need to transfer data.
(snip)