OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] Web Service: SOAP or {HTML + Servlets}?



> TSpaces (like CORBA, RMI, DCOM, JavaSpaces, Web Services) is great behind
> the firewall, but for internet based interactions a document-centric tuple
> spaces approach is more practical.

From the TSpaces FAQ:
- How an XML document is saved?
It is divided up at the server into a bunch of tuples corresponding to the
DOM tree.

- Can I query the TSpaces server for nodes in the DOM tree?
Yes, you can. You will receive them back as tuples.

Why is this (treating a document as DOM nodes) not a "document-centric tuple
spaces approach"?