<?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>Hints and Kinks &#187; xml</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:17:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>java.beans.XMLEncoder Considered Harmful</title>
		<link>http://matthew.mceachen.us/blog/do-not-want-xmlencoder-129.html</link>
		<comments>http://matthew.mceachen.us/blog/do-not-want-xmlencoder-129.html#comments</comments>
		<pubDate>Thu, 11 Sep 2008 09:13:25 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=129</guid>
		<description><![CDATA[To all java engineers out there: Before you even think about using java.beans.XMLEncoder and it&#8217;s sibling, XMLDecoder, make sure you verify two things: Are you OK with your application running single-threaded? XMLEncoding hits a static synchronized helper method. Expect to &#8230; <a href="http://matthew.mceachen.us/blog/do-not-want-xmlencoder-129.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/do-not-want-xmlencoder-129.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

