<?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"
	>
<channel>
	<title>Comments on: Using the WebSphere pluggable client inside WebLogic Server</title>
	<atom:link href="http://www.paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/</link>
	<description>Me, my projects and some other stuff</description>
	<pubDate>Sun, 20 May 2012 17:05:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Paco G</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-336</link>
		<dc:creator>Paco G</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-336</guid>
		<description>Please, as Marcus said, can you upload the sources? 
The download zip only has the .class ones.

Thanks in advance.

Paco García</description>
		<content:encoded><![CDATA[<p>Please, as Marcus said, can you upload the sources?<br />
The download zip only has the .class ones.</p>
<p>Thanks in advance.</p>
<p>Paco García</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-95</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 20 Jun 2008 18:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-95</guid>
		<description>I've just downloaded your project. When you said "You may download the complete source code: was-client-inside-wls-updated-src", do you mean the complete byte code? I'm not seeing any .java files here. There are only .class files. 
Can you send me a copy? I also don't have ibmext.jar and properties.jar. Can you send me these jar as well?

thanks and best regards.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just downloaded your project. When you said &#8220;You may download the complete source code: was-client-inside-wls-updated-src&#8221;, do you mean the complete byte code? I&#8217;m not seeing any .java files here. There are only .class files.<br />
Can you send me a copy? I also don&#8217;t have ibmext.jar and properties.jar. Can you send me these jar as well?</p>
<p>thanks and best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul René Jørgensen</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-5</link>
		<dc:creator>Paul René Jørgensen</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-5</guid>
		<description>@Asgeir S. Nilsen
Your reply forced me to rethink the situation, and yes, there is a better way of doing this. Since both entry and exit point to the transaction leading to the IBM RMI-implementation is through the InvocationHandler I could create a singleton registering / unregistering threads that are bound to use the IBM-implementation. And the UtilDelegateInvocationHandler could likewise check this singleton to see if the current Thread was registered and then choose the IBM implementation.

Thank you for challenging my solution and force me come up with something even better. :)</description>
		<content:encoded><![CDATA[<p>@Asgeir S. Nilsen<br />
Your reply forced me to rethink the situation, and yes, there is a better way of doing this. Since both entry and exit point to the transaction leading to the IBM RMI-implementation is through the InvocationHandler I could create a singleton registering / unregistering threads that are bound to use the IBM-implementation. And the UtilDelegateInvocationHandler could likewise check this singleton to see if the current Thread was registered and then choose the IBM implementation.</p>
<p>Thank you for challenging my solution and force me come up with something even better. <img src='http://paulrene.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asgeir S. Nilsen</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-4</link>
		<dc:creator>Asgeir S. Nilsen</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-4</guid>
		<description>I see your useIBM() method creates an exception and inspects the stack trace to decide whether IBM or BEA is using it.  Creating stack traces are costly on 1.4 JVMs.  Does there exist other options for achieving the same result?</description>
		<content:encoded><![CDATA[<p>I see your useIBM() method creates an exception and inspects the stack trace to decide whether IBM or BEA is using it.  Creating stack traces are costly on 1.4 JVMs.  Does there exist other options for achieving the same result?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans-Jacob Melby</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-3</link>
		<dc:creator>Hans-Jacob Melby</dc:creator>
		<pubDate>Wed, 30 Apr 2008 13:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-3</guid>
		<description>How cool is that!
Source please ?</description>
		<content:encoded><![CDATA[<p>How cool is that!<br />
Source please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pal</title>
		<link>http://paulrene.no/index.php/2008/04/using-the-websphere-pluggable-client-inside-a-weblogic-server/#comment-2</link>
		<dc:creator>Pal</dc:creator>
		<pubDate>Wed, 30 Apr 2008 13:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://paulrene.no/?p=3#comment-2</guid>
		<description>Hahahaha. Fanbloodytastic</description>
		<content:encoded><![CDATA[<p>Hahahaha. Fanbloodytastic</p>
]]></content:encoded>
	</item>
</channel>
</rss>

