Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do we use XML technology in DCOM environment?

Status
Not open for further replies.

ChandruNM

Programmer
May 16, 2000
6
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top