<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>createTank</title>
	<atom:link href="http://createtank.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://createtank.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2010 13:10:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Service Description for REST</title>
		<link>http://createtank.com/2009/09/web-service-description-for-rest/</link>
		<comments>http://createtank.com/2009/09/web-service-description-for-rest/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:20:52 +0000</pubDate>
		<dc:creator>joe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/?p=94</guid>
		<description><![CDATA[Much has been written concerning the potential need for a description language for REST based web services. Much of the writing has assumed that REST does not have a defined description language.  Much of the discussion has revolved around REST&#8217;s proponents assertions that the request query parameters are the themselves the description.  Some have also [...]]]></description>
			<content:encoded><![CDATA[<p>Much has been written concerning the potential need for a description language for REST based web services.<span id="more-94"></span> Much of the writing has assumed that REST does not have a defined description language.  Much of the discussion has revolved around REST&#8217;s proponents assertions that the request query parameters are the themselves the description.  Some have also noted WADL as a possible solution.</p>
<p><strong>The Form</strong></p>
<p>I do aver that REST already has a full web service description language built into it in the <strong>HTML Form</strong>.  In the most normal of cases, that of human web browsing itself, the HTML Form is already used in a manner declaring the exact parameters to be passed and matching the parameter to its user defined, dynamic value.  The HTML Form provides a standardized format to the definition of what query parameters are required for a given service.  For though the query parameters may be said to be self descriptive, without an HTML Form, a user or client will have no prior insight into the full set of parameters required or optional to invoke the service.  The HTML Form as RESTful service descriptor adheres to the text of the Fielding definition itself, where hyperlinks provide the “engine of application state.”  The HTML Form <em>action</em> parameter provides the hyperlink required to direct the transfer of state from the client to the service.</p>
<p>As for the common desire to automatically generating a service from a given HTML Form, taken as a web service description, we should look no further than the myriad of CGI languages and frameworks available, from Perl to C to Java to .NET to Struts and more, all of which provide to the developer a simple key/value pair for everything passed in the request.</p>
<p>Why don&#8217;t I see WADL as a solution?  Because it assumes that the typical SOAP implementation of code/class generation and the corresponding marshalling and unmarshalling is what is wanted or needed.  I would assert that the reason that the number of RESTful web services implementations is growing and the reason that the web itself has been so successful is that RESTful services (or web pages themselves) are very simple and very scalable.  Simple in a way that WSDL, WADL, or any other heavy description language will never be.  Scalable by default in a way for which SOAP implementations must intentionally strive.</p>
<p>What about XML payloads then?  Well, you could of course declare an XML type for a parameter in an HTML Form, but that would not really meet the expectations of those that are now developing serious SOAP based services, desiring a strongly typed description language.  The solution as it turns out is the successor to the HTML Form, <strong>XForms.</strong> XForms provides a full MVC approach to web application or web service description.  An XForm can be represented as a simple HTML Form, or may take on much more complex capabilities, such as defining specific XML parameter types and sending XML directly to the server.  In this manner, XForms may be transformed to provide a human readable interface to a service, or may also be read by a machine in raw XML form to determine proper parameters and service location.</p>
<p>Concerning REST service descriptions:</p>
<ul>
<li><a href="http://www.infoq.com/news/2007/06/rest-description-language" target="_blank">Debate: Does REST Need a Description Language?<br />
</a></li>
<li><a href="http://microformats.org/wiki/rest/description">REST Service Description Conventions (RSDC)</a></li>
<li><a href="http://www.pacificspirit.com/blog/2005/09/29/criticism_of_complicated_specs_and_wsdl_20_rest_description">A discussion of the use of WSDL 2.0 to describe REST web services</a></li>
<li><a href="http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/">Describe REST Web services with WSDL 2.0</a></li>
<li><a href="http://plasmasturm.org/log/460/">Does REST need a service description language? &#8211; [asserts that a WSDL like language is not needed for REST]</a></li>
<li><a href="http://www.infoq.com/news/2007/03/WADL">WADL REST API description language getting some attention</a></li>
</ul>
<p>Concerning XForms:</p>
<ul>
<li><a href="http://www.w3.org/MarkUp/Forms/" target="_blank">W3C Forms Working Group</a></li>
<li><a href="http://www.w3.org/MarkUp/Forms/2003/xforms-faq.html" target="_blank">XForms FAQ</a></li>
<li><a href="http://xformsinstitute.com/essentials/browse/book.php" target="_blank">XForms Essentials</a></li>
<li><a href="http://www.w3schools.com/xforms/default.asp" target="_blank">XForms Tutorial</a></li>
<li><a href="http://www.oreillynet.com/xml/blog/2006/03/understanding_xforms_the_model.html" target="_blank">Understanding XForms: The Model</a> &#8212; Particularly applicable to this conversation.</li>
</ul>
<p>Also interesting:.</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/XForms#XForms_as_part_of_the_XRX_Application_Architecture" target="_blank"><span class="toctext">XForms as part of the XRX Application Architecture</span></a> [Forms on the client, REST interfaces and XQuery on the server]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/09/web-service-description-for-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No to SQL/RDBMS</title>
		<link>http://createtank.com/2009/07/no-to-sqlrdbms/</link>
		<comments>http://createtank.com/2009/07/no-to-sqlrdbms/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:39:49 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/07/02/no-to-sqlrdbms/</guid>
		<description><![CDATA[From highscalability.com
]]></description>
			<content:encoded><![CDATA[<p><span id="more-207"></span>From <a href="http://highscalability.com/it-must-be-crap-relational-dabases-week">highscalability.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/07/no-to-sqlrdbms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX, Android, and J2ME</title>
		<link>http://createtank.com/2009/06/javafx-android-and-j2me/</link>
		<comments>http://createtank.com/2009/06/javafx-android-and-j2me/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 11:19:40 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/06/09/javafx-android-and-j2me/</guid>
		<description><![CDATA[http://www.bitsandbuzz.com/article/myths-about-javafx-android-and-j2me/
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p><span id="more-206"></span><a href="http://www.bitsandbuzz.com/article/myths-about-javafx-android-and-j2me/">http://www.bitsandbuzz.com/article/myths-about-javafx-android-and-j2me/</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/javafx-android-and-j2me">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/06/javafx-android-and-j2me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM says Vista the best recruiter for Linux</title>
		<link>http://createtank.com/2009/05/ibm-says-vista-the-best-recruiter-for-linux/</link>
		<comments>http://createtank.com/2009/05/ibm-says-vista-the-best-recruiter-for-linux/#comments</comments>
		<pubDate>Wed, 27 May 2009 15:25:00 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/05/27/ibm-says-vista-the-best-recruiter-for-linux/</guid>
		<description><![CDATA[
http://www.pcadvisor.co.uk/news/index.cfm?newsid=116340
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p><span id="more-205"></span>
<div><a href="http://www.pcadvisor.co.uk/news/index.cfm?newsid=116340">http://www.pcadvisor.co.uk/news/index.cfm?newsid=116340</a></div>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/ibm-says-vista-the-best-recruiter-for-linux">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/05/ibm-says-vista-the-best-recruiter-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FOSS full stack framework comparison</title>
		<link>http://createtank.com/2009/04/foss-full-stack-framework-comparison/</link>
		<comments>http://createtank.com/2009/04/foss-full-stack-framework-comparison/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:19:24 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/04/27/foss-full-stack-framework-comparison/</guid>
		<description><![CDATA[http://completeopensource.blogspot.com/2009/04/open-spurce-application-frameworks.html
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p><span id="more-204"></span><a href="http://completeopensource.blogspot.com/2009/04/open-spurce-application-frameworks.html">http://completeopensource.blogspot.com/2009/04/open-spurce-application-frameworks.html</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/foss-full-stack-framework-comparison">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/04/foss-full-stack-framework-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Oracle to do with MySQL?</title>
		<link>http://createtank.com/2009/04/what-is-oracle-to-do-with-mysql/</link>
		<comments>http://createtank.com/2009/04/what-is-oracle-to-do-with-mysql/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 12:41:34 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/04/21/what-is-oracle-to-do-with-mysql/</guid>
		<description><![CDATA[http://www.linux-mag.com/cache/7309/1.html
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p><span id="more-203"></span><a href="http://www.linux-mag.com/cache/7309/1.html">http://www.linux-mag.com/cache/7309/1.html</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/what-is-oracle-to-do-with-mysql">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/04/what-is-oracle-to-do-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Terracotta</title>
		<link>http://createtank.com/2009/03/intro-to-terracotta/</link>
		<comments>http://createtank.com/2009/03/intro-to-terracotta/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:54:30 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/03/18/intro-to-terracotta/</guid>
		<description><![CDATA[http://www.miketec.org/serendipity/index.php?/archives/8-Introduction-to-Terracotta.html
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p><span id="more-202"></span><a href="http://www.miketec.org/serendipity/index.php?/archives/8-Introduction-to-Terracotta.html">http://www.miketec.org/serendipity/index.php?/archives/8-Introduction-to-Terracotta.html</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/intro-to-terracotta">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/03/intro-to-terracotta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Based Architecture and Clouds</title>
		<link>http://createtank.com/2009/03/memory-based-architecture-and-clouds/</link>
		<comments>http://createtank.com/2009/03/memory-based-architecture-and-clouds/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 18:07:23 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/03/17/memory-based-architecture-and-clouds/</guid>
		<description><![CDATA[Good discussion on the effect of Clouds and Memory based architecture on data access.http://highscalability.com/are-cloud-based-memory-architectures-next-big-thing
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p>Good discussion on the effect of Clouds and Memory based architecture on data access.<span id="more-201"></span><br /><a href="http://highscalability.com/are-cloud-based-memory-architectures-next-big-thing">http://highscalability.com/are-cloud-based-memory-architectures-next-big-thing</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/memory-based-architecture-and">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/03/memory-based-architecture-and-clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>97 Things Every Software Architect Should Know</title>
		<link>http://createtank.com/2009/03/97-things-every-software-architect-should-know/</link>
		<comments>http://createtank.com/2009/03/97-things-every-software-architect-should-know/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 11:23:43 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/03/11/97-things-every-software-architect-should-know/</guid>
		<description><![CDATA[New from O&#39;Reilly.Available on AmazonWIKI version (Creative Commons)
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p>New from O&#39;Reilly.<span id="more-200"></span><br /><a href="http://www.amazon.com/dp/059652269X">Available on Amazon</a><br /><a href="http://97-things.near-time.net/wiki">WIKI version (Creative Commons)</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/97-things-every-software-archi-0">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/03/97-things-every-software-architect-should-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple, Google, and more over Microsoft</title>
		<link>http://createtank.com/2009/03/apple-google-and-more-over-microsoft/</link>
		<comments>http://createtank.com/2009/03/apple-google-and-more-over-microsoft/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 14:58:26 +0000</pubDate>
		<dc:creator>createtank</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://createtank.com/2009/03/05/apple-google-and-more-over-microsoft/</guid>
		<description><![CDATA[3 Year forecasts for MS and competitors
  Posted via email   from createTank Posterous  
]]></description>
			<content:encoded><![CDATA[<p><span id="more-199"></span><a href="http://www.fool.com/investing/general/2009/03/04/throw-this-stock-away-microsoft.aspx">3 Year forecasts for MS and competitors</a>
<p>  <a href="http://posterous.com">Posted via email</a>   from <a href="http://createtank.posterous.com/apple-google-and-more-over-mic">createTank Posterous</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://createtank.com/2009/03/apple-google-and-more-over-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
