OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Python and JSON vs XML???

[ Lists Home | Date Index | Thread Index ]

I think you are overanalyzing the issue. The fact is that developers using object oriented programming languages like treating distributed applications as distributed object applications. This is the primary reason for all the interop woes with regards to SOAP/XSD/WSDL. 
 
With AJAX, there isn't really the option to go down the SOAP/XSD/WSDL road because no web browser has a WS-* built into its Javascript object models  and I doubt we'll see one anytime soon. So that leaves parsing XML by hand when it is received from the server and parsing into objects on the client or picking a different format that is easier to parse into objects. Web developers are very practical which is why I'm not surprised to see that XML isn't always the first choice in this scenario. 
 
Then again I have to work with a bunch of these web developer types these days so I now see their perspectives a lot better. 
 
-- 
PITHY WORDS OF WISDOM
A meeting is an event at which the minutes are kept and the hours are lost. 

________________________________

From: Michael Champion [mailto:michaelc.champion@gmail.com]
Sent: Thu 8/25/2005 12:04 AM
To: XML Developers List
Subject: [xml-dev] Python and JSON vs XML???



I note with interest that the world seems to be going in several
directions at once with respect to the relationship between
programming language objects and XML.
For some time now we've seen the JSON "fat-free alternative to XML"
http://www.crockford.com/JSON/xml.html direction that some in the AJAX
world are taking to address both XML's inefficiency and the mismatch
with programming languages.    Now I see that many in the Python
community have a similar attitude toward XML
http://www.xml.com/pub/a/2005/08/24/py-xml.html  and encourage its use
only when necessary to exchange data with non-Python apps.

W3C seems to be going in a more conventional direction,  thinking
about a working group to define schema patterns for databinding
http://lists.w3.org/Archives/Public/www-ws/2005Jul/0000.html
Likewise it is wrestling (behind the member-only firewall, sorry) with
the results of the XML Binary Characterization working group's
suggestion to standardize a binary XML format to address XML's
perceived inefficiency as a data interchange format in some scenarios.

It might be inferred from
http://www.microsoft-watch.com/article2/0,2180,1837433,00.asp and
http://commnet.microsoftpdc.com/content/sessions.aspx (query for
"XML") that Microsoft is addressing the programming - XML mismatch not
by moving away from XML but by supporting XML-friendly concepts deeper
in programming languages.  (Details will be announced at PDC, until
then ask me no questions and I'll tell you no lies).

I'm not sure what to make of all this, other than that there is a lot
of dissatisfaction with the status quo with respect to XML and
programming, and a lot of experimentation going on to address it.
Some approaches might threaten XML's story as a universal data
interchange format, or might revitalize it by scraping off the cruft,
we shall see.  A few questions I'd be interested in hearing others'
take on:

-  I'm trying to understand whether JSON has a value proposition
outside of AJAX scenarios. Is JSON or Python  significantly faster to
parse into usable objects than data-bound XML?   Is anyone suggesting
it (or some Pythonic equivalent) to address the types of use cases
that binary XML is targeted at?

- Could something like JSON become Yet Another Infoset Serialization
Format You Have To Deal With if binary XML gets momentum and opens up
the possibility of alternative serializations for different
environments? Or is it just conceptually easier to deal with a single
object syntax rather than fooling with XML when you have the luxury of
working in the same dynamic language in all parts of a system, so and
this really isn't a threat to XML's value proposition?

- The idea of programming languages in XML syntax seems to be on the
wane (other than XSLT of course, which is not *really* a programming
lanuage even if it is Turing-complete).  The idea of integrating XML
ideas into programming languge syntax seems to be on the rise,  e.g.
the JSON and Python stuff, E4X, C-omega and friends, Java's apparent
plans in the Dolphin release, etc.  Anyone disagree?

- What happened to the "XML is text, dammit" advocates who used to
rant about how all this is misguided nonsense?  Quietly getting their
work done, obliviously watching TV in the retirement home, lurking
patiently to say "I TOLD YOU SO" when the smelly stuff hits the fan,
or what?

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>







 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS