Creating a multi-tier client/server application
Bruno Desthuilliers
bruno.42.desthuilliers at wtf.websiteburo.oops.com
Wed Aug 29 12:32:46 EDT 2007
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)
More information about the Python-list
mailing list