<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Mocking the Server Side</title>
	<link>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/</link>
	<description>Dave Crane's weblog</description>
	<pubDate>Wed, 20 Aug 2008 16:23:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>

	<item>
		<title>by: Pavan Keely</title>
		<link>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-48</link>
		<pubDate>Sat, 04 Feb 2006 00:39:10 +0000</pubDate>
		<guid>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-48</guid>
					<description>This is exactly what I do...Mock the server side results with a file in the file system. This way it would be easy too to debug the issues with some part of the code.

Pavan keely</description>
		<content:encoded><![CDATA[	<p>This is exactly what I do&#8230;Mock the server side results with a file in the file system. This way it would be easy too to debug the issues with some part of the code.</p>
	<p>Pavan keely
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ntschutta.com  &#187; Blog Archive   &#187; More Foundations of Ajax</title>
		<link>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-25</link>
		<pubDate>Tue, 01 Nov 2005 02:55:02 +0000</pubDate>
		<guid>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-25</guid>
					<description>[...]  &amp;#8220;mock&amp;#8221; the server - so we were particularly interested in David Crane&amp;#8217;s Mocking the Server Side blog.  BTW, congrats on the book!)  Despite th [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;]  &#8220;mock&#8221; the server - so we were particularly interested in David Crane&#8217;s Mocking the Server Side blog.  BTW, congrats on the book!)  Despite th [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: AJAX &#187; Dave Talks About Client/Server Side Code, Needs Feedback</title>
		<link>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-23</link>
		<pubDate>Thu, 20 Oct 2005 00:23:46 +0000</pubDate>
		<guid>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-23</guid>
					<description>[...] e, Needs Feedback 				October 19, 2005 on 5:21 pm &amp;#166; In AJAX Programming &amp;#166;  						 				Dave talks about his AJAX programming ways and says: 	So, my general questi [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] e, Needs Feedback 				October 19, 2005 on 5:21 pm | In AJAX Programming |  						 				Dave talks about his AJAX programming ways and says: 	So, my general questi [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Phil Wills</title>
		<link>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-20</link>
		<pubDate>Wed, 19 Oct 2005 12:52:39 +0000</pubDate>
		<guid>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-20</guid>
					<description>Seems entirely sensible to me.  I've used the same technique and anything that allows you to develop and test a component in isolation before coming up against the problems of integrating it into a wider system has to be helpful.</description>
		<content:encoded><![CDATA[	<p>Seems entirely sensible to me.  I&#8217;ve used the same technique and anything that allows you to develop and test a component in isolation before coming up against the problems of integrating it into a wider system has to be helpful.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Thomas J Lukasik</title>
		<link>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-19</link>
		<pubDate>Tue, 18 Oct 2005 20:07:41 +0000</pubDate>
		<guid>http://dave.sunwheeltech.com/wordpress/2005/10/17/mocking-the-server-side/#comment-19</guid>
					<description>In the &quot;old days&quot; (even older than what people nowadays tend to think of as &quot;the old days&quot;..) we used to refer to this practice as &quot;stubbing out the code&quot;.  

Anywhere that &quot;real&quot; code wasn't available to &quot;take a call&quot;, we would fake it by writing a throwaway component to act like the missing code.  Today, the missing code is more likely a missing service (database, HTTP, etc.) than just some unwritten logic, but I think that the idea and purpose are much the same.

These days I use this technique more often to stand in for HL7 responders than XML responders, since real HL7 servers are generally not accessible, being critical medical systems well hidden behind hospital firewalls.

So, generally speaking, I think that it is a useful and safe way to &quot;move along&quot; whenever you wouldn't otherwise be able to for lack of access to a real or simulated deployment environment to test in.</description>
		<content:encoded><![CDATA[	<p>In the &#8220;old days&#8221; (even older than what people nowadays tend to think of as &#8220;the old days&#8221;..) we used to refer to this practice as &#8220;stubbing out the code&#8221;.  </p>
	<p>Anywhere that &#8220;real&#8221; code wasn&#8217;t available to &#8220;take a call&#8221;, we would fake it by writing a throwaway component to act like the missing code.  Today, the missing code is more likely a missing service (database, HTTP, etc.) than just some unwritten logic, but I think that the idea and purpose are much the same.</p>
	<p>These days I use this technique more often to stand in for HL7 responders than XML responders, since real HL7 servers are generally not accessible, being critical medical systems well hidden behind hospital firewalls.</p>
	<p>So, generally speaking, I think that it is a useful and safe way to &#8220;move along&#8221; whenever you wouldn&#8217;t otherwise be able to for lack of access to a real or simulated deployment environment to test in.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
