<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Kopretinka: Comments on Is WSDL an IDL? Does it matter?</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/" />
  <link rel="self" type="application/atom+xml" href="http://www.jacek.cz/blog/archives/000011-comments.xml" />
  <id>http://www.jacek.cz/blog/comments.xml</id>
  <updated>2004-04-22T02:29:55Z</updated>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.31</generator>
 
<entry>
  <title>Comment by Stefan Tilkov</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-6" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-6</id>
  
  <published>2004-04-07T13:25:19Z</published>
  <updated>2004-04-07T13:25:19Z</updated>
  
  <content type="html"><![CDATA[<p>Hi Jacek,</p>

<p>Isn't the implementation dependence exactly the point? IDL (CORBA IDL at least) does not stand alone, it's accompanied by the appropriate programming language mappings. And the OO variants (C++ and Java, and maybe others) invariably define that the implementation is handled by an object. That's why I think Jim has a point here.</p>

<p>As to the lower entry barrier, I believe this is not because of a conceptual difference, but because tools in general have become much better. If Systinet were in the CORBA business, I doubt a "CORBA Developer" plugin for Eclipse would be any harder to use or a server harder to deploy than the WASP versions.</p>]]></content>
  <author>
      <name>Stefan Tilkov</name>
      <uri>http://www.innoq.com/blog/st</uri>
  </author>
</entry>
<entry>
  <title>Comment by Jacek</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-7" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-7</id>
  
  <published>2004-04-07T13:43:32Z</published>
  <updated>2004-04-07T13:43:32Z</updated>
  
  <content type="html"><![CDATA[<p>CORBA IDL is IMHO separable from the language bindings, the point of the standard bindings only being that CORBA applications should be vendor-independent. If there was a binding for WSRF in JCP, I bet they would be using objects for resources, even though that's not strictly necessary.</p>

<p>I see the lower entry barrier mainly in the use of XML and in the readability of the core specs (stop hitting me with a printout of WSDL 2, please!), not in the tools. Many more people can create web services than CORBA services without the need to get a vendor's package.</p>]]></content>
  <author>
      <name>Jacek</name>
      
  </author>
</entry>
<entry>
  <title>Comment by Stefan Tilkov</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-8" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-8</id>
  
  <published>2004-04-07T13:49:59Z</published>
  <updated>2004-04-07T13:49:59Z</updated>
  
  <content type="html"><![CDATA[<p>The XSD spec would work just as well (for hitting, that is ;-))</p>

<p>I agree that if the toolkit is taken out of the equation, you are right. </p>]]></content>
  <author>
      <name>Stefan Tilkov</name>
      <uri>http://www.innoq.com/blog/st</uri>
  </author>
</entry>
<entry>
  <title>Comment by Mark Baker</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-10" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-10</id>
  
  <published>2004-04-20T18:25:24Z</published>
  <updated>2004-04-20T18:25:24Z</updated>
  
  <content type="html"><![CDATA[<p>I know it's late, but ...</p>

<p>I'd say that the implementation of the operation isn't the important part.  What's important is the shared expectation between client and server about what the request and therefore the response, means.  With IDL, and as I'm hearing is still the case with WSDL, there is such a shared expectation.  Jim, Savas, and myself argue that this is suboptimal (to be polite 8-).</p>]]></content>
  <author>
      <name>Mark Baker</name>
      <uri>http://www.markbaker.ca</uri>
  </author>
</entry>
<entry>
  <title>Comment by Jacek</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-13" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-13</id>
  
  <published>2004-04-21T16:09:21Z</published>
  <updated>2004-04-21T16:09:21Z</updated>
  
  <content type="html"><![CDATA[<p>Mark,</p>

<p>I believe the shared expectation is always there, even if the web defers it to the human user and only leaves a very vague meaning for the methods. Wherever we want to automate some processes, the parties (automata) need to "know what to invoke and why", I'd say. That's where IDL is necessary.</p>

<p>Again, for human-oriented applications and for apps where the necessary semantics is limited (e.g. only cacheability information is necessary), the meaning communicated by the IDL will be limited, e.g. the operation POST adds the representation as a subordinate resource. </p>

<p>I still want to be able to create my interface in which the operation add adds two integers, for I still believe it's useful where intelligence isn't present.</p>]]></content>
  <author>
      <name>Jacek</name>
      
  </author>
</entry>
<entry>
  <title>Comment by Mark Baker</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-14" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-14</id>
  
  <published>2004-04-21T17:02:26Z</published>
  <updated>2004-04-21T17:02:26Z</updated>
  
  <content type="html"><![CDATA[<p>You're right that sometimes this is the case for human/machine interactions on the Web. For example when I enter my email address into a form and hit the submit button, it is done with the expectation that I will be subscribed.  But that's not always the case, nor is it necessarily the case for automata.</p>

<p>Consider that what the Web encourages, even for machine to machine interaction, is for parties to put their expectations in essentially two forms; that you'll process a document at my request (POST), and that you'll give me a document when I ask for one (GET).  It works, in practice, like this;</p>

<p>Agent A;<br />
- listens via Rendezvous ...<br />
- for some RDF which declares ...<br />
- that there exists a resource of type CertainKindOfDataConsumer<br />
- so it sends some to that resource via HTTP POST</p>

<p>while Agent B;<br />
- comes on line<br />
- takes inventory of its own capabilities<br />
- announces those capabilities via RDF/Rendezvous<br />
- one of those capabilities is a data processor of type CertainKindOfDataConsumer</p>

<p>Agent A and Agent B share no knowledge of one another, and in order to communicate, only need to know HTTP, URIs, RDF, Rendezvous, TCP/IP, and what a "CertainKindOfDataConsumer" is.  So the only "shared expectation" is that provided by those standards, specifically where HTTP says that POST is a way for the client to request that the server process the data.  Agent A may not know or care what Agent B will do with the data; all it needs to know is that B accepts the data for processing, which is what a successful response to an HTTP POST tells it.</p>]]></content>
  <author>
      <name>Mark Baker</name>
      <uri>http://www.markbaker.ca</uri>
  </author>
</entry>
<entry>
  <title>Comment by Mark Baker</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-15" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-15</id>
  
  <published>2004-04-21T17:03:32Z</published>
  <updated>2004-04-21T17:03:32Z</updated>
  
  <content type="html"><![CDATA[<p>Blah, missed a line there.  Regarding the form example, I meant that it was a form for subscribing to, say, a newsletter, and that I need only enter my email address to subscribe.</p>]]></content>
  <author>
      <name>Mark Baker</name>
      <uri>http://www.markbaker.ca</uri>
  </author>
</entry>
<entry>
  <title>Comment by Stefan Tilkov</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-16" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-16</id>
  
  <published>2004-04-21T21:58:13Z</published>
  <updated>2004-04-21T21:58:13Z</updated>
  
  <content type="html"><![CDATA[<p>Mark, I actually think this discussion is touching on a fundamental point - both for all of the REST stuff, as well as that strange SemWeb thing both of you are so fond of :-) </p>

<p>Taking the dependency - the shared expectation - out of the networking, communication, middleware layer (whatever you want to call it), just moves it up to another layer, IMO. It doesn't remove it altogether.</p>]]></content>
  <author>
      <name>Stefan Tilkov</name>
      <uri>http://www.innoq.com/blog/st</uri>
  </author>
</entry>
<entry>
  <title>Comment by Mark Baker</title>
  <link rel="alternate" type="text/html" href="http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-17" />
  <id>http://www.jacek.cz/blog/archives/2004/04/is_wsdl_an_idl_does_it_matter/#comment-17</id>
  
  <published>2004-04-22T02:29:55Z</published>
  <updated>2004-04-22T02:29:55Z</updated>
  
  <content type="html"><![CDATA[<p>Yup, exactly Stefan, there's no escaping it.  The Web/REST argument is that a single shared abstraction provides enormous(!!) benefits.  To their credit, Web services are aiming for those exact same benefits (loose coupling, etc..), and doing it via the exchange of documents, but they just punt on the shared expectation problem.</p>

<p>Application protocols embody the notion of shared expectation, unlike transport protocols.  Hence my focus on the transport vs. transfer and protocol-independence issues for the past few years.</p>]]></content>
  <author>
      <name>Mark Baker</name>
      <uri>http://www.markbaker.ca</uri>
  </author>
</entry>

</feed> 
