On Tue, 2002-11-19 at 10:50, Michael Beaulieu wrote:
> Hi List,
> 
> I'm just perusing through the mail archives and I'm hoping to see if and
> how people have dealt with this potential arrangement.
> 
> Any ideas would be appreciated.

XMLRPC is the best way -- see WebKit.XMLRPCServlet on the Webware side,
and any XMLRPC library will do on the client side (xmlrpclib is even
included with Python 2.2).  You can also use PickleRPC, which is
Python-specific, but saves you from a few annoyances in XMLRPC (you can
use None, keyword arguments, and pass class objects).  Both client and
server are located in Webware (and are Webware-specific).

  Ian



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to