[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Use of XML ?
- From: "Fred L. Drake, Jr." <fdrake@acm.org>
- To: Al Snell <alaric@alaric-snell.com>
- Date: Wed, 01 Aug 2001 13:11:41 -0400 (EDT)
Al Snell writes:
> 2) Requiring both sides to have an XML parser isn't *that* much less
> restrictive then requiring both sides to have a JVM either :-)
Except that JVMs are still fairly fat, so they're much harder to
provide on slimmer platforms (as might be found for embedded
systems). If the data is highly regular (in the sense that it has the
same structure every time), is the kind of thing that makes RPC
systems really shine, whether you use XML (XML-RPC or SOAP) or
something else (ONC-RPC, ASN.1, CORBA).
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation