<?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: How To Write Java XML Pinging (Technorati, blogs) In To Your Application.</title>
	<atom:link href="http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/</link>
	<description>Brandon Werner writes about business, leadership and technology with special emphasis on cloud computing, webservices, scalability, virtualization, architecture, Microsoft Online and other things extending the magic of software to the internet.</description>
	<pubDate>Fri, 05 Dec 2008 11:21:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Lorelle on WordPress - Lorelle on WordPress Now Part of Technorati Tools</title>
		<link>http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-16</link>
		<dc:creator>Lorelle on WordPress - Lorelle on WordPress Now Part of Technorati Tools</dc:creator>
		<pubDate>Mon, 03 Jul 2006 15:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-16</guid>
		<description></description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorleif Wiik</title>
		<link>http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-15</link>
		<dc:creator>Thorleif Wiik</dc:creator>
		<pubDate>Mon, 20 Mar 2006 10:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-15</guid>
		<description>Hi,


the link to the source code of PingIntegrator.java changed,
the new is:

https://fatima.dev.java.net/source/browse/fatima/src/net/thepostmodern/fatima/xml/Attic/PingIntegrator.java?rev=1.1&#38;view=markup


Thorleif</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the link to the source code of PingIntegrator.java changed,<br />
the new is:</p>
<p><a href="https://fatima.dev.java.net/source/browse/fatima/src/net/thepostmodern/fatima/xml/Attic/PingIntegrator.java?rev=1.1&#38;view=markup" rel="nofollow">https://fatima.dev.java.net/source/browse/fatima/src/net/thepostmodern/fatima/xml/Attic/PingIntegrator.java?rev=1.1&#38;view=markup</a></p>
<p>Thorleif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Werner</title>
		<link>http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-14</link>
		<dc:creator>Brandon Werner</dc:creator>
		<pubDate>Sat, 03 Dec 2005 20:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-14</guid>
		<description>Wait a minute, looking at it I think it's Apache's XML-RPC API that stipulates xmlrpc.execute() takes a Vector(), so blame them :-D</description>
		<content:encoded><![CDATA[<p>Wait a minute, looking at it I think it&#8217;s Apache&#8217;s XML-RPC API that stipulates xmlrpc.execute() takes a Vector(), so blame them <img src='http://www.brandonwerner.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Werner</title>
		<link>http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-13</link>
		<dc:creator>Brandon Werner</dc:creator>
		<pubDate>Sat, 03 Dec 2005 20:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-13</guid>
		<description>First off, cool blog title, although I can't tell if you or The Dillinger Escape Plan had it first.

Anyway, I have no clue looking at it why I used a Vector. I think I was expecting params to get a lot more play back then and for memory reasons used it, yet then I went and made it final.

I'll just use the Perl excuse: It's magic.</description>
		<content:encoded><![CDATA[<p>First off, cool blog title, although I can&#8217;t tell if you or The Dillinger Escape Plan had it first.</p>
<p>Anyway, I have no clue looking at it why I used a Vector. I think I was expecting params to get a lot more play back then and for memory reasons used it, yet then I went and made it final.</p>
<p>I&#8217;ll just use the Perl excuse: It&#8217;s magic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sanheim</title>
		<link>http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-12</link>
		<dc:creator>Rob Sanheim</dc:creator>
		<pubDate>Fri, 02 Dec 2005 15:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonwerner.com/2005/12/01/how-to-write-java-xml-pining-technorati-blogs-in-to-your-application/#comment-12</guid>
		<description>Not to be picky, but whats with the Vector? :)</description>
		<content:encoded><![CDATA[<p>Not to be picky, but whats with the Vector? <img src='http://www.brandonwerner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
