<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Internationalization with Java</title>
	<atom:link href="http://pitfalls.wordpress.com/2008/04/07/javainternationalization/feed/" rel="self" type="application/rss+xml" />
	<link>http://pitfalls.wordpress.com/2008/04/07/javainternationalization/</link>
	<description></description>
	<lastBuildDate>Tue, 11 Aug 2009 16:12:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fazalgupta</title>
		<link>http://pitfalls.wordpress.com/2008/04/07/javainternationalization/#comment-149</link>
		<dc:creator>fazalgupta</dc:creator>
		<pubDate>Tue, 20 Jan 2009 20:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=5#comment-149</guid>
		<description>I can share some code examples for your benefit. Can you specify what kind of &quot;web example in java&quot; are you interested for? One part could be related to request data handling (especially mime type request stream reading) or is it something else?</description>
		<content:encoded><![CDATA[<p>I can share some code examples for your benefit. Can you specify what kind of &#8220;web example in java&#8221; are you interested for? One part could be related to request data handling (especially mime type request stream reading) or is it something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asfdasf</title>
		<link>http://pitfalls.wordpress.com/2008/04/07/javainternationalization/#comment-127</link>
		<dc:creator>asfdasf</dc:creator>
		<pubDate>Sun, 21 Sep 2008 17:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=5#comment-127</guid>
		<description>I see a lots of people talking about internationalization. I have never see any complete code example. is there anyone willing to do some code example in java?. specially web example 

THANK YOU.</description>
		<content:encoded><![CDATA[<p>I see a lots of people talking about internationalization. I have never see any complete code example. is there anyone willing to do some code example in java?. specially web example </p>
<p>THANK YOU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://pitfalls.wordpress.com/2008/04/07/javainternationalization/#comment-79</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Mon, 30 Jun 2008 12:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=5#comment-79</guid>
		<description>One of the most interesting thing i found in i18n is the usage of InheritableThreadLocals instead of ThreadtLocals. If a request from the browser spans another thread, the usage of ordinary ThreadLocals for storing locales will not result in correct TargetBundle if the logic to find the target resource bundle depends on ThreadLocal values.</description>
		<content:encoded><![CDATA[<p>One of the most interesting thing i found in i18n is the usage of InheritableThreadLocals instead of ThreadtLocals. If a request from the browser spans another thread, the usage of ordinary ThreadLocals for storing locales will not result in correct TargetBundle if the logic to find the target resource bundle depends on ThreadLocal values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://pitfalls.wordpress.com/2008/04/07/javainternationalization/#comment-78</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=5#comment-78</guid>
		<description>It is very difficult in case of legacy apps to shift from Stream hierarchy to the newly add Reader/Writer hierarchy.Instead the developer can use native2ascii for conveting the properties files into unicode characters and then the properties files will work properly.</description>
		<content:encoded><![CDATA[<p>It is very difficult in case of legacy apps to shift from Stream hierarchy to the newly add Reader/Writer hierarchy.Instead the developer can use native2ascii for conveting the properties files into unicode characters and then the properties files will work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://pitfalls.wordpress.com/2008/04/07/javainternationalization/#comment-10</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=5#comment-10</guid>
		<description>It might be amusing to understand how to externalize text in images. 

Also, i reckon, XSLT conversions, and usage of JAVAX for XSLT parsing would ideally solve quite a range of problems.

Internationalization would be a good intention if the market for a certain product has a wide range of customers, otherwise, I think it is an overkill. Having said that, I still believe it is a good programming practice.</description>
		<content:encoded><![CDATA[<p>It might be amusing to understand how to externalize text in images. </p>
<p>Also, i reckon, XSLT conversions, and usage of JAVAX for XSLT parsing would ideally solve quite a range of problems.</p>
<p>Internationalization would be a good intention if the market for a certain product has a wide range of customers, otherwise, I think it is an overkill. Having said that, I still believe it is a good programming practice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
