<?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>J. O&#039;Conner &#187; Java</title>
	<atom:link href="http://joconner.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://joconner.com</link>
	<description>Creating global software</description>
	<lastBuildDate>Mon, 02 Apr 2012 06:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>On Sale Already?</title>
		<link>http://joconner.com/2011/12/java7-recipes-on-sale/</link>
		<comments>http://joconner.com/2011/12/java7-recipes-on-sale/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 08:51:05 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=411</guid>
		<description><![CDATA[What, already on sale at Amazon? And it&#8217;s not even published yet! Java 7 Recipes will release sometime late December 2011.]]></description>
		<wfw:commentRss>http://joconner.com/2011/12/java7-recipes-on-sale/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Encoding Unicode Characters When UTF-8 Is Not An Option</title>
		<link>http://joconner.com/2011/09/encoding-unicode-with-native2ascii/</link>
		<comments>http://joconner.com/2011/09/encoding-unicode-with-native2ascii/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 09:28:55 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=357</guid>
		<description><![CDATA[The other day I suggested that you use UTF-8 to encode your Java source code files. I still think that&#8217;s a best practice. If you can do that, you owe it to yourself to follow that advice. But what if you can&#8217;t store text as UTF-8? Perhaps your repository won&#8217;t allow it. Or maybe you [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/09/encoding-unicode-with-native2ascii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best practice: Use UTF-8 as your source code encoding</title>
		<link>http://joconner.com/2011/09/source-code-encoding-utf8/</link>
		<comments>http://joconner.com/2011/09/source-code-encoding-utf8/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 09:59:23 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=351</guid>
		<description><![CDATA[Software engineering teams have become more distributed in the last few years. It&#8217;s not uncommon to have programmers in multiple countries, maybe a team in Belarus and others in Japan and in the U.S. Each of these teams most likely speaks different languages, and most likely their host systems use different character encodings by default. [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/09/source-code-encoding-utf8/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>User error using Java 7 Locale</title>
		<link>http://joconner.com/2011/09/user-error-java7/</link>
		<comments>http://joconner.com/2011/09/user-error-java7/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 21:20:45 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Locale]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=348</guid>
		<description><![CDATA[Yesterday I pushed a blog entry about my experience with the Locale class in Java 7. As I experimented with the class, I discovered a new category enumeration: Locale.Category.DISPLAY Locale.Category.FORMAT I learned some more about the Locale.setDefault methods that indicate a user error on my part. I stated that ResourceBundle is tied to the DISPLAY [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/09/user-error-java7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugs in Java 7 Locale or ResourceBundle?</title>
		<link>http://joconner.com/2011/09/java7-locale-resource-bug/</link>
		<comments>http://joconner.com/2011/09/java7-locale-resource-bug/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 09:24:20 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Locale]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=340</guid>
		<description><![CDATA[While working on a chapter in an upcoming APress book, I was experimenting with Java 7&#8242;s Locale and ResourceBundle classes. Java 7 introduces two new Locale categories: DISPLAY and FORMAT. You can set the default locale for localizable user interface resources independently from the default locale for data Format subclasses. For example, you supposedly can [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/09/java7-locale-resource-bug/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Java 7 Locale Changes</title>
		<link>http://joconner.com/2011/09/java7-locale-change/</link>
		<comments>http://joconner.com/2011/09/java7-locale-change/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 09:26:16 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[i18n]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=338</guid>
		<description><![CDATA[I admit that I haven&#8217;t been particularly active in the i18n or Java standards bodies in the last few years. Pardon me, but I had a wild rumpus in a startup for almost 3 years, then joined Yahoo for a couple years, and BAM! &#8230; during that time, the Unicode Consortium added emoji, and the [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/09/java7-locale-change/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Recently installed Java 7 on Mac OS X</title>
		<link>http://joconner.com/2011/08/java7-on-macosx/</link>
		<comments>http://joconner.com/2011/08/java7-on-macosx/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 07:30:29 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=329</guid>
		<description><![CDATA[I recently installed Java 7 on my Mac OS X system. Although the installation went smoothly, I did run into one problem that might not be a big issue for you. I didn&#8217;t go through the hassle of compiling it for myself. Instead, I opted to grab a precompiled JDK from here: http://code.google.com/p/openjdk-osx-build/downloads/list?q=label:Featured Specifically, I chose [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/08/java7-on-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans vs Eclipse for Maven Projects</title>
		<link>http://joconner.com/2011/08/netbeans-eclipse-maven/</link>
		<comments>http://joconner.com/2011/08/netbeans-eclipse-maven/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 04:36:27 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=318</guid>
		<description><![CDATA[I thought yesterday that I had pumped up NetBeans unfairly without regard to other tools. To be fair, I decided today that I&#8217;d try to open up the very same project in Eclipse, just to see if it matched NetBeans&#8217; ability to immediately understand the project. First thing I noticed was that Eclipse did not [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/08/netbeans-eclipse-maven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Collecting some older Java articles</title>
		<link>http://joconner.com/2011/05/collecting-java-articles/</link>
		<comments>http://joconner.com/2011/05/collecting-java-articles/#comments</comments>
		<pubDate>Sun, 08 May 2011 22:14:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=283</guid>
		<description><![CDATA[Over the years, I&#8217;ve written dozens of articles about the Java platform. I&#8217;m trying to collect them all from their hiding places across the internet. They range from Java platform update notes to in-depth feature tutorials. Some are from the defunct Sun Microsystems&#8217; site, others are located at Oracle now. If you enjoyed those articles [...]]]></description>
		<wfw:commentRss>http://joconner.com/2011/05/collecting-java-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IUC 34 submission was declined</title>
		<link>http://joconner.com/2010/09/iuc-34-submission-was-declined/</link>
		<comments>http://joconner.com/2010/09/iuc-34-submission-was-declined/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 04:25:32 +0000</pubDate>
		<dc:creator>joconner</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[i18n]]></category>

		<guid isPermaLink="false">http://joconner.com/?p=287</guid>
		<description><![CDATA[Well, the IUC committee made its decision. Although I was initially a little disappointed, the committee declined my session proposal. That&#8217;s probably the best; the article was a rehash of an older subject that I already presented long ago. I refreshed the original article and thought I could recycle it. Ha&#8230;the IUC wasn&#8217;t fooled. The [...]]]></description>
		<wfw:commentRss>http://joconner.com/2010/09/iuc-34-submission-was-declined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

