[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Web Service: SOAP or {HTML + Servlets}?

  • From: Mark Baker <distobj@a...>
  • To: ken_north@c...
  • Date: Sun, 14 Oct 2001 22:55:04 -0400 (EDT)

document centric soap web service
> 
> > 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"?

I would agree that a document is a kind of tuple, and can be used as such
by tuple space systems such as TSpaces.

I don't believe TSpaces is suitable for internet based interactions,
because although all components share a generic interface, that interface
was not designed to be secure, nor was it designed to scale in important
ways.  A TSpaces method that demonstrates both points is read().  There
is no requirement that the it not change the state of the tuple space,
meaning that invoking it could have undesirable security implications. 
Also, indexing the current state of all spaces would be impractical if
an indexer (like Google) didn't have a safe method from which to examine
the state of those spaces.  Plus, caching of tuples would be impossible
if read() itself invalidated caches (as it would have to as it currently
stands).

HTTP GET is read() done right.

MB

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.