wddx wrapper?
Fredrik Lundh
Fredrik.Lundh at p98.f112.n480.z2.fidonet.org
Fri Jul 2 03:57:43 EDT 1999
More information about the Python-list mailing list
Fri Jul 2 03:57:43 EDT 1999
- Previous message (by thread): wddx wrapper?
- Next message (by thread): wddx wrapper?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: "Fredrik Lundh" <fredrik at pythonware.com> Hank Fay <hank at prosysplus.com>: > Does anyone know a reference to a Python wrapper for wddx (www.wddx.org)? > It looks like a neat way to pass data around (being able to transport > recordsets between differnet languages, in particular), and I'd like to be > able to have Python doing some of the heavy lifting on the server side. no, but if the protocol doesn't matter, as long as it's light-weight, cross-platform, XML, and supported by lots of languages, you might wish to check out: http://www.xmlrpc.com implementations available for python, perl, java, tcl, etc. and zope supports it too, btw. </F>
- Previous message (by thread): wddx wrapper?
- Next message (by thread): wddx wrapper?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list