|
-
UDT, XML OR OBJECT
Hi
I would just like to ask what you feel is the best method for passing data
between distributed components is.
Should I pass data back to the client as a UDT and then populate my objects
or as XML and then do the same or should I pass back a fully populated object
ot the client ??
Regards
Ben Blackmore.
-
Re: UDT, XML OR OBJECT
Hi Ben -
I wrote two VBPJ articles on just this topic. I believe they ran in November
'99 and January '00.
I don't like to use UDTs personnally because they are hard to work with when
accessing components from other languages or from ASP. I don't pass objects
because you don't really pass the object but the reference to the object
(this is fully explained in the above referenced articles as well.)
I tend to use either disconnected recordsets or XML for all of my component
communication.
Good luck!
- Deborah
Ben Blackmore wrote in message <38fee63e$1@news.devx.com>...
>
>Hi
>
>I would just like to ask what you feel is the best method for passing data
>between distributed components is.
>
>Should I pass data back to the client as a UDT and then populate my objects
>or as XML and then do the same or should I pass back a fully populated
object
>ot the client ??
>
>Regards
>
>
>Ben Blackmore.
Similar Threads
-
Replies: 5
Last Post: 01-10-2003, 08:39 PM
-
Replies: 8
Last Post: 08-23-2002, 04:35 PM
-
By xmlstartkabel in forum XML
Replies: 0
Last Post: 10-10-2001, 04:07 AM
-
By Haitian Ning in forum XML
Replies: 0
Last Post: 02-20-2001, 05:04 PM
-
By The Posting One in forum XML
Replies: 4
Last Post: 08-01-2000, 11:01 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks