<?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>A Java geek &#187; proxy</title>
	<atom:link href="http://blog.frankel.ch/tag/proxy/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.frankel.ch</link>
	<description>Nicolas Fränkel blog</description>
	<lastBuildDate>Mon, 09 Aug 2010 13:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The power of proxies in Java</title>
		<link>http://blog.frankel.ch/the-power-of-proxies-in-java</link>
		<comments>http://blog.frankel.ch/the-power-of-proxies-in-java#comments</comments>
		<pubDate>Mon, 10 May 2010 17:19:30 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=877</guid>
		<description><![CDATA[In this article, I'll show you the path that leads to true Java power, the use of proxies.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/the-power-of-proxies-in-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate hard facts &#8211; Part 4</title>
		<link>http://blog.frankel.ch/hibernate-hard-facts-part-4</link>
		<comments>http://blog.frankel.ch/hibernate-hard-facts-part-4#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:31:34 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=574</guid>
		<description><![CDATA[In the fourth article of this serie, I will show the subtle differences between get() and load() methods.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/hibernate-hard-facts-part-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mockito&#8217; spy() method and Spring</title>
		<link>http://blog.frankel.ch/mockito-spy-method-and-spring</link>
		<comments>http://blog.frankel.ch/mockito-spy-method-and-spring#comments</comments>
		<pubDate>Wed, 20 May 2009 22:23:08 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[factoryBean]]></category>
		<category><![CDATA[mockito]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spy]]></category>
		<category><![CDATA[stub]]></category>
		<category><![CDATA[stubbing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=128</guid>
		<description><![CDATA[Mockito is a mocking framework (see Two different mocking approaches) that is an offshoot of EasyMock. Whatever the mocking framework one uses, a common feature is the ability to mock interfaces, through the JDK Proxy class. This is well and nice, but one has to explicitly mock every method that one wants to use in [...]]]></description>
		<wfw:commentRss>http://blog.frankel.ch/mockito-spy-method-and-spring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
