Re: Why XML to comunicate Distributed Components?



On Feb 27, 10:17 pm, carofe <carlosr...@xxxxxxxxx> wrote:
Well, the purposing of this post is to find good reason about xml
technology as message format.
My question is: Why the communication between components should be
XML?

XML has some features as self-described, human-readable, etc..., and
there are many tools for validation and parsing.
Those features are very useful for Configuration files and
Descriptions file which could be edited by humans.
But, Are those features necessaries to communicate two components? Is
it necessary that communication between two component being human-
readable?
About self-described:
Self-described messages is useful for computing, I mean, validations,
infering, etc... But, Is it necessary the message in Plain Text
format?.
Which are the benefit of use XML to communicate components?

XML files are readable, self-descriptive etc. are not really a reason
for using it for communicating among components build using disparate
technologies.

Mainly because of its inertness to specific processing technology,
(read) by OMG, SUN, Microsoft, IBM etc, it has got more wider
acceptance.

regards,
shashank
.



Relevant Pages