L
Lorenz Kahl
Hi there,
to me it seems like everything in .NET is based upon XML and web
services for the sake of interoperability. But does the use of XML also
automatically result in platform independent solutions?
What if I have a distributed application which uses the class DataSet to
represent data between the tiers, like it's proposed in the paper
'Designing Data Tier Components and Passing Data Through Tiers'
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/BOAGag.asp)?
As long as everything is .NET it's no problem, but what if I also got a
Java-client that wants to consume data. AFAIK there doesn't exist any
Java-implementation of the DataSet yet.
Can somebody please shed some light on this for me?
Thanks,
Lorenz
to me it seems like everything in .NET is based upon XML and web
services for the sake of interoperability. But does the use of XML also
automatically result in platform independent solutions?
What if I have a distributed application which uses the class DataSet to
represent data between the tiers, like it's proposed in the paper
'Designing Data Tier Components and Passing Data Through Tiers'
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/BOAGag.asp)?
As long as everything is .NET it's no problem, but what if I also got a
Java-client that wants to consume data. AFAIK there doesn't exist any
Java-implementation of the DataSet yet.
Can somebody please shed some light on this for me?
Thanks,
Lorenz