Hi ..<br><br>I would like to know, how effectively we can use the XML technology, while developing DCOM components and use the same in our applications?
I've been wondering that myself. I got a hint from an article in VBPJ by Deb Kurtura (sp?). Although she didn't go into detail, she suggested that XML provides one more mechanism for transferring data between tiers. For example, if the data access tier needs to pass all kinds of data to the business object tier, the choices include setting properties (usually very bad), using UDT's, or sending a string variable and then parsing out the individual data elements. XML provides for creating a standardized structure that is can then be passed as a single string between tiers.
I don't have the experience to know whether this represents a desirable direction in which to go or not.
I recently heard that XML and SOAP are intended by Microsoft to eventualy displace HTML & DCOM. I strongly hope that DCOM architecture will not have to be completely restructured to accommodate.
But if I had the opportunity to start fresh on a major project, I'd have to take a good look. And if my application was going to run in a mixed environment (Linux, Windows, etc.) it may be the obvious choice.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.