<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Unit Testing JSP Custom Tags</title>
	<atom:link href="http://blog.code-adept.com/2008/01/25/unit-testing-jsp-custom-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.code-adept.com/2008/01/25/unit-testing-jsp-custom-tags/</link>
	<description>Random thoughts on Agile development and other things geeky.</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:00:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Rashi</title>
		<link>http://blog.code-adept.com/2008/01/25/unit-testing-jsp-custom-tags/#comment-943</link>
		<dc:creator><![CDATA[Rashi]]></dc:creator>
		<pubDate>Tue, 18 Aug 2009 08:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-adept.com/?p=26#comment-943</guid>
		<description><![CDATA[Is it necessary to extend RequestContextAwareTag?
Does this mean that all my custom tags should extend RequestContextAwareTag and should implement doStartTagInternal()  methods to use Spring Testing frame work.]]></description>
		<content:encoded><![CDATA[<p>Is it necessary to extend RequestContextAwareTag?<br />
Does this mean that all my custom tags should extend RequestContextAwareTag and should implement doStartTagInternal()  methods to use Spring Testing frame work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Anderson</title>
		<link>http://blog.code-adept.com/2008/01/25/unit-testing-jsp-custom-tags/#comment-123</link>
		<dc:creator><![CDATA[Jeremy Anderson]]></dc:creator>
		<pubDate>Sat, 10 Jan 2009 04:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-adept.com/?p=26#comment-123</guid>
		<description><![CDATA[The createMock method comes from EasyMock (http://www.easymock.org/EasyMock2_2_Documentation.html).  This may not have been very clear because I left out the import statements for brevity.]]></description>
		<content:encoded><![CDATA[<p>The createMock method comes from EasyMock (<a href="http://www.easymock.org/EasyMock2_2_Documentation.html" rel="nofollow">http://www.easymock.org/EasyMock2_2_Documentation.html</a>).  This may not have been very clear because I left out the import statements for brevity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.code-adept.com/2008/01/25/unit-testing-jsp-custom-tags/#comment-113</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-adept.com/?p=26#comment-113</guid>
		<description><![CDATA[Great article but I don&#039;t see the createMock method.
mockWebApplicationContext = createMock(WebApplicationContext.class);

How do you create the WebApplicationContext mock?]]></description>
		<content:encoded><![CDATA[<p>Great article but I don&#8217;t see the createMock method.<br />
mockWebApplicationContext = createMock(WebApplicationContext.class);</p>
<p>How do you create the WebApplicationContext mock?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pages tagged "adept"</title>
		<link>http://blog.code-adept.com/2008/01/25/unit-testing-jsp-custom-tags/#comment-9</link>
		<dc:creator><![CDATA[Pages tagged "adept"]]></dc:creator>
		<pubDate>Fri, 15 Feb 2008 12:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-adept.com/?p=26#comment-9</guid>
		<description><![CDATA[[...] bookmarks tagged adept   Unit Testing JSP Custom Tags&#160;saved by 3 others  &#160;&#160;&#160;&#160;mewchichi bookmarked on 02/15/08 &#124; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] bookmarks tagged adept   Unit Testing JSP Custom Tags&nbsp;saved by 3 others  &nbsp;&nbsp;&nbsp;&nbsp;mewchichi bookmarked on 02/15/08 | [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

