<?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>Kommentare zu: Unit testing annotation based Spring MVC controllers</title>
	<atom:link href="http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/</link>
	<description>www.olivergierke.de</description>
	<lastBuildDate>Thu, 22 Jul 2010 05:57:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Jörg</title>
		<link>http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/comment-page-1/#comment-642</link>
		<dc:creator>Jörg</dc:creator>
		<pubDate>Mon, 21 Sep 2009 10:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivergierke.de/wordpress/?p=277#comment-642</guid>
		<description>Don&#039;t worry. Learned about the class extension. A classic RTFM case ...</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry. Learned about the class extension. A classic RTFM case &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Jörg</title>
		<link>http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/comment-page-1/#comment-641</link>
		<dc:creator>Jörg</dc:creator>
		<pubDate>Mon, 21 Sep 2009 10:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivergierke.de/wordpress/?p=277#comment-641</guid>
		<description>I just tried your code and I&#039;m getting 
java.lang.IllegalArgumentException: pkg.MyController is not an interface
	at java.lang.reflect.Proxy.getProxyClass(Proxy.java:362)
197)

error as MyController isn&#039;t an interfacce. But yours isn&#039;t either. Do you have any idea why that might be? I&#039;m using Junit 4 and the latest EasyMock (2.5.2)

Jörg</description>
		<content:encoded><![CDATA[<p>I just tried your code and I&#8217;m getting<br />
java.lang.IllegalArgumentException: pkg.MyController is not an interface<br />
	at java.lang.reflect.Proxy.getProxyClass(Proxy.java:362)<br />
197)</p>
<p>error as MyController isn&#8217;t an interfacce. But yours isn&#8217;t either. Do you have any idea why that might be? I&#8217;m using Junit 4 and the latest EasyMock (2.5.2)</p>
<p>Jörg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mediocre-Ninja.blogSpot.com</title>
		<link>http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/comment-page-1/#comment-588</link>
		<dc:creator>Mediocre-Ninja.blogSpot.com</dc:creator>
		<pubDate>Sat, 01 Aug 2009 03:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivergierke.de/wordpress/?p=277#comment-588</guid>
		<description>I think using EasyMock and EasyMockUnitils is easier for testing @MVC controller . 

I have no idea why pure mapping URL testing is neccessary, though.</description>
		<content:encoded><![CDATA[<p>I think using EasyMock and EasyMockUnitils is easier for testing @MVC controller . </p>
<p>I have no idea why pure mapping URL testing is neccessary, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Christopher</title>
		<link>http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/comment-page-1/#comment-543</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Wed, 27 May 2009 14:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivergierke.de/wordpress/?p=277#comment-543</guid>
		<description>Hi!
I saw, that you helped somebody to create Hibernate test with &lt;code&gt;AbstractTransactionalHibernateTest&lt;/code&gt; JUnit class

Where can I get this JUnit import? Is there a documentation about this JUnit?

Gruß Christopher</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I saw, that you helped somebody to create Hibernate test with <code>AbstractTransactionalHibernateTest</code> JUnit class</p>
<p>Where can I get this JUnit import? Is there a documentation about this JUnit?</p>
<p>Gruß Christopher</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: david</title>
		<link>http://www.olivergierke.de/wordpress/2009/05/unit-testing-annotation-based-spring-mvc-controllers/comment-page-1/#comment-535</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sun, 17 May 2009 08:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivergierke.de/wordpress/?p=277#comment-535</guid>
		<description>I had the same experience going back from Restlet 1.2 to 1.1, where 1.2 uses annotations and thus you can easily test the &quot;plain&quot; @Get, @Post etc methods. Restlet 1.1 uses inheritance, which makes it much harder to test. That&#039;s really an advantage of annotations.</description>
		<content:encoded><![CDATA[<p>I had the same experience going back from Restlet 1.2 to 1.1, where 1.2 uses annotations and thus you can easily test the &#8220;plain&#8221; @Get, @Post etc methods. Restlet 1.1 uses inheritance, which makes it much harder to test. That&#8217;s really an advantage of annotations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
