<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Power of Sockets and Dynamic Proxies</title>
	<link>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/</link>
	<description>Down To The Bone</description>
	<pubDate>Thu, 16 Oct 2008 06:54:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: werutzb</title>
		<link>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-65029</link>
		<pubDate>Wed, 08 Oct 2008 03:09:57 +0000</pubDate>
		<guid>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-65029</guid>
					<description>&lt;p&gt;Hi!&lt;/p&gt;

&lt;p&gt;I want to extend my SQL knowledge.
 I red really many SQL resources and would like to
read more about SQL for my position as mysql database manager.&lt;/p&gt;

&lt;p&gt;What can you recommend?&lt;/p&gt;

&lt;p&gt;Thanks,
Werutz&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi!</p>

<p>I want to extend my SQL knowledge.
 I red really many SQL resources and would like to
read more about SQL for my position as mysql database manager.</p>

<p>What can you recommend?</p>

<p>Thanks,
Werutz</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Curt Cox</title>
		<link>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-14401</link>
		<pubDate>Fri, 27 Jul 2007 23:09:06 +0000</pubDate>
		<guid>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-14401</guid>
					<description>&lt;p&gt;Thanks for the sharing the code and writing it up.&lt;/p&gt;

&lt;p&gt;At first glance, this reminds me of The cajo Project.
https://cajo.dev.java.net/&lt;/p&gt;

&lt;p&gt;PS -- RMI doesn't have a &quot;stub and skeleton mess&quot; any more.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the sharing the code and writing it up.</p>

<p>At first glance, this reminds me of The cajo Project.
https://cajo.dev.java.net/</p>

<p>PS &#8212; RMI doesn&#8217;t have a &#8220;stub and skeleton mess&#8221; any more.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jonas</title>
		<link>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-14399</link>
		<pubDate>Fri, 27 Jul 2007 19:24:38 +0000</pubDate>
		<guid>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-14399</guid>
					<description>&lt;p&gt;Steve,
Thanks for your feedback.&lt;/p&gt;

&lt;blockquote&gt;
The implementation looks clean and straightforward, but some of the terminology seems a little off. Isn’t RemoteProxy actually a proxy factory?
&lt;/blockquote&gt;

&lt;p&gt;True, it is more of a factory than an actual proxy. I guess I just wanted to mimic the java.lang.reflect.Proxy.newInstance, which is also more of a factory than an actual proxy. &lt;/p&gt;

&lt;blockquote&gt;
The approach also seems to be invasive from a POJO perspective since the RemoteProxy must be exposed in the business object interfaces (versus supporting automatic proxying of specified return value types).
&lt;/blockquote&gt;

&lt;p&gt;True. It can definitely be improved. That wouldn't be too hard to add I guess. I don't know why I never got to that. Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Steve,
Thanks for your feedback.</p>

<blockquote>
The implementation looks clean and straightforward, but some of the terminology seems a little off. Isn’t RemoteProxy actually a proxy factory?
</blockquote>

<p>True, it is more of a factory than an actual proxy. I guess I just wanted to mimic the java.lang.reflect.Proxy.newInstance, which is also more of a factory than an actual proxy. </p>

<blockquote>
The approach also seems to be invasive from a POJO perspective since the RemoteProxy must be exposed in the business object interfaces (versus supporting automatic proxying of specified return value types).
</blockquote>

<p>True. It can definitely be improved. That wouldn&#8217;t be too hard to add I guess. I don&#8217;t know why I never got to that. Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Steve Bate</title>
		<link>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-14398</link>
		<pubDate>Fri, 27 Jul 2007 19:15:11 +0000</pubDate>
		<guid>http://jonasboner.com/2007/07/27/the-power-of-sockets-and-dynamic-proxies/#comment-14398</guid>
					<description>&lt;p&gt;The implementation looks clean and straightforward, but some of the terminology seems a little off. Isn't RemoteProxy actually a proxy factory? The approach also seems to be invasive from a POJO perspective since the RemoteProxy must be exposed in the business object interfaces (versus supporting automatic proxying of specified return value types).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The implementation looks clean and straightforward, but some of the terminology seems a little off. Isn&#8217;t RemoteProxy actually a proxy factory? The approach also seems to be invasive from a POJO perspective since the RemoteProxy must be exposed in the business object interfaces (versus supporting automatic proxying of specified return value types).</p>
]]></content:encoded>
				</item>
</channel>
</rss>
