<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Sarah Taraporewalla's Technical Ramblings</title>
	<atom:link href="http://sarahtaraporewalla.com/thoughts/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarahtaraporewalla.com/thoughts</link>
	<description></description>
	<lastBuildDate>Mon, 01 Feb 2010 18:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Working With Integration Points: Anticorruption Layer by Sarah</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/working-with-integration-points-anticorruption-layer/comment-page-1/#comment-6971</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=282#comment-6971</guid>
		<description>I am not sure what you mean by validation. Typically I see two kinds of validation - validating that the user has entered text which can be converted into a type, like an email or a phone number (goes in controller-type layer) or a date and the business-rule type validation where you are not allowed to make a withdrawal from a bank account if you exceed your daily limit (goes in business services). 
Is that the sort of validation that you mean?</description>
		<content:encoded><![CDATA[<p>I am not sure what you mean by validation. Typically I see two kinds of validation &#8211; validating that the user has entered text which can be converted into a type, like an email or a phone number (goes in controller-type layer) or a date and the business-rule type validation where you are not allowed to make a withdrawal from a bank account if you exceed your daily limit (goes in business services).<br />
Is that the sort of validation that you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Integration Points: Simulators by dave</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/working-with-integration-points-simulators/comment-page-1/#comment-6961</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=303#comment-6961</guid>
		<description>simulators.  yay! i have found simulators are great when the things you&#039;re simulating are unreliable.  they are great when you want to test your application quickly.  they are great when you want to be able to work offline.

An alternative to rolling your own simulator for http services is the http-impersonator project.  it can record http responses and then replay them.

http://code.google.com/p/http-impersonator/</description>
		<content:encoded><![CDATA[<p>simulators.  yay! i have found simulators are great when the things you&#8217;re simulating are unreliable.  they are great when you want to test your application quickly.  they are great when you want to be able to work offline.</p>
<p>An alternative to rolling your own simulator for http services is the http-impersonator project.  it can record http responses and then replay them.</p>
<p><a href="http://code.google.com/p/http-impersonator/" rel="nofollow">http://code.google.com/p/http-impersonator/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I don&#8217;t believe in NFRs by Jason Yip</title>
		<link>http://sarahtaraporewalla.com/thoughts/agile/i-dont-believe-in-nfrs/comment-page-1/#comment-6960</link>
		<dc:creator>Jason Yip</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=297#comment-6960</guid>
		<description>Cem Kaner calls them parafunctional</description>
		<content:encoded><![CDATA[<p>Cem Kaner calls them parafunctional</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Integration Points: Anticorruption Layer by Carfield Yim</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/working-with-integration-points-anticorruption-layer/comment-page-1/#comment-6959</link>
		<dc:creator>Carfield Yim</dc:creator>
		<pubDate>Mon, 01 Feb 2010 08:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=282#comment-6959</guid>
		<description>So.... what is the difference of anti-corruption layers and validation?

Or you mean it is better to move the validation into another place? Which call  anti-corruption layers ??</description>
		<content:encoded><![CDATA[<p>So&#8230;. what is the difference of anti-corruption layers and validation?</p>
<p>Or you mean it is better to move the validation into another place? Which call  anti-corruption layers ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I don&#8217;t believe in NFRs by Andy Palmer</title>
		<link>http://sarahtaraporewalla.com/thoughts/agile/i-dont-believe-in-nfrs/comment-page-1/#comment-6953</link>
		<dc:creator>Andy Palmer</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=297#comment-6953</guid>
		<description>Nice.
The term non-functional requirements also bugs me... why do I want something to be non-functional?
I like cross-functional, much like AOP and cross-cutting :-)

Thanks</description>
		<content:encoded><![CDATA[<p>Nice.<br />
The term non-functional requirements also bugs me&#8230; why do I want something to be non-functional?<br />
I like cross-functional, much like AOP and cross-cutting <img src='http://sarahtaraporewalla.com/thoughts/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Integration Points: Anticorruption Layer by Sarah Taraporewalla&#8217;s Technical Ramblings &#187; Working With Integration Points: Simulators</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/working-with-integration-points-anticorruption-layer/comment-page-1/#comment-6951</link>
		<dc:creator>Sarah Taraporewalla&#8217;s Technical Ramblings &#187; Working With Integration Points: Simulators</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=282#comment-6951</guid>
		<description>[...] With Integration Points: Simulators  In my last post about working with integration points I described how I use anti-corruption layers (wrappers) to hide away any warts of the integration [...]</description>
		<content:encoded><![CDATA[<p>[...] With Integration Points: Simulators  In my last post about working with integration points I described how I use anti-corruption layers (wrappers) to hide away any warts of the integration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Importance of Words by Book Club: Working Effectively With Legacy Code – Chapters 17, 18 and 19 (Michael Feathers) &#171; Liz Douglass</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/the-importance-of-words/comment-page-1/#comment-6324</link>
		<dc:creator>Book Club: Working Effectively With Legacy Code – Chapters 17, 18 and 19 (Michael Feathers) &#171; Liz Douglass</dc:creator>
		<pubDate>Sat, 19 Dec 2009 07:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=278#comment-6324</guid>
		<description>[...] language that people use to describe the system and to compare that to the concepts in the code. Sarah and Mark both recently posted on [...]</description>
		<content:encoded><![CDATA[<p>[...] language that people use to describe the system and to compare that to the concepts in the code. Sarah and Mark both recently posted on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Importance of Words by Chris</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/the-importance-of-words/comment-page-1/#comment-6281</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 17 Dec 2009 03:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=278#comment-6281</guid>
		<description>Sarah, thanks for your post.  I can especially relate, as I am an American still learning the differences in Australia.  The first time I was asked for a rubber, I just didn&#039;t know what to say.  Fortunately, they reached over and got the eraser themselves :-)</description>
		<content:encoded><![CDATA[<p>Sarah, thanks for your post.  I can especially relate, as I am an American still learning the differences in Australia.  The first time I was asked for a rubber, I just didn&#8217;t know what to say.  Fortunately, they reached over and got the eraser themselves <img src='http://sarahtaraporewalla.com/thoughts/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Importance of Words by Is Ubiquitous Language Possible? &#171; Chris Melinn</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/the-importance-of-words/comment-page-1/#comment-6279</link>
		<dc:creator>Is Ubiquitous Language Possible? &#171; Chris Melinn</dc:creator>
		<pubDate>Thu, 17 Dec 2009 03:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=278#comment-6279</guid>
		<description>[...] have been some interesting discussions recently about the importance of having a “common language” between developers and [...]</description>
		<content:encoded><![CDATA[<p>[...] have been some interesting discussions recently about the importance of having a “common language” between developers and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slippers: Introduction by Sarah</title>
		<link>http://sarahtaraporewalla.com/thoughts/open-source-projects/slippers-introduction/comment-page-1/#comment-6110</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 08 Dec 2009 19:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=246#comment-6110</guid>
		<description>Thanks! Fixed it now</description>
		<content:encoded><![CDATA[<p>Thanks! Fixed it now</p>
]]></content:encoded>
	</item>
</channel>
</rss>
