<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SimpleDateFormat is not thread-safe</title>
	<atom:link href="http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/</link>
	<description>Articles from the Engineering Group at Palantir Technologies</description>
	<lastBuildDate>Mon, 02 Aug 2010 02:02:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Li</title>
		<link>http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/comment-page-1/#comment-132</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Thu, 18 Oct 2007 20:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/#comment-132</guid>
		<description>I created a class to resolve this issue and address all problems comes with all alternatives disscussed above. I posted the class at my blog:
http://li-ma.blogspot.com/

Hopefully it can be helpful.</description>
		<content:encoded><![CDATA[<p>I created a class to resolve this issue and address all problems comes with all alternatives disscussed above. I posted the class at my blog:<br />
<a href="http://li-ma.blogspot.com/" rel="nofollow">http://li-ma.blogspot.com/</a></p>
<p>Hopefully it can be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cupofjoe</title>
		<link>http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/comment-page-1/#comment-99</link>
		<dc:creator>cupofjoe</dc:creator>
		<pubDate>Thu, 20 Sep 2007 22:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/#comment-99</guid>
		<description>I actually put a wrapper class around JProgressBar to make it thread safe.  I was very annoyed that I couldn&#039;t use it from a Swing Worker with informative text messages.

Works like a charm now.

Really have enjoyed the quality of this web site.

Cheers.</description>
		<content:encoded><![CDATA[<p>I actually put a wrapper class around JProgressBar to make it thread safe.  I was very annoyed that I couldn&#8217;t use it from a Swing Worker with informative text messages.</p>
<p>Works like a charm now.</p>
<p>Really have enjoyed the quality of this web site.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wismax</title>
		<link>http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/comment-page-1/#comment-75</link>
		<dc:creator>wismax</dc:creator>
		<pubDate>Wed, 08 Aug 2007 05:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/#comment-75</guid>
		<description>If the purpose is only to format dates, I suggest to use the FastDateFormat (or the DateFormatUtils static utility wrapper class). It&#039;s a straightforward replacement for SimpleDateFormat, said to perform faster and thread-safe. By the way this library is full of other very usefull utilities, I always add it to my projet, you should give it a look !</description>
		<content:encoded><![CDATA[<p>If the purpose is only to format dates, I suggest to use the FastDateFormat (or the DateFormatUtils static utility wrapper class). It&#8217;s a straightforward replacement for SimpleDateFormat, said to perform faster and thread-safe. By the way this library is full of other very usefull utilities, I always add it to my projet, you should give it a look !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/comment-page-1/#comment-56</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 12 Jul 2007 20:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/07/11/simpledateformat-is-not-thread-safe/#comment-56</guid>
		<description>You could also write a wrapper class that has a parse and format function which delegates to the member date format.  I&#039;d imagine that it&#039;s not often that you&#039;ll be using many additional methods and it&#039;s not usually critical that your class be a true DateFormat since you&#039;d rarely be substituting various DateFormat instances.  

I&#039;ve got one called SynchronizedSimpleDateFormat.</description>
		<content:encoded><![CDATA[<p>You could also write a wrapper class that has a parse and format function which delegates to the member date format.  I&#8217;d imagine that it&#8217;s not often that you&#8217;ll be using many additional methods and it&#8217;s not usually critical that your class be a true DateFormat since you&#8217;d rarely be substituting various DateFormat instances.  </p>
<p>I&#8217;ve got one called SynchronizedSimpleDateFormat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
