<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Antwerkz, Inc. &#187; justin lee</title>
	<atom:link href="http://antwerkz.com/tag/justin-lee/feed/" rel="self" type="application/rss+xml" />
	<link>http://antwerkz.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Nov 2011 12:05:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Kindle is Here!</title>
		<link>http://antwerkz.com/the-kindle-is-here/</link>
		<comments>http://antwerkz.com/the-kindle-is-here/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:04:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1864</guid>
		<description><![CDATA[I finally broke down and bought a Kindle.  I've been eyeballing them since the first one came out and have been daydreaming about them since the Kindle 2 pics first leaked.  After reading countless previews and reviews and raves and rants, I decided it was time.  Sure, it's expensive.  Yeah, it's "only a single function [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/the-kindle-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Concatenation Revisited</title>
		<link>http://antwerkz.com/string-concatenation-revisited/</link>
		<comments>http://antwerkz.com/string-concatenation-revisited/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1759</guid>
		<description><![CDATA[I had intended to do some follow up numbers to my previous post but I got a bit sidetracked by work and the like.  My simple tests all work with one String that's created then thrown away.  This test helped me resolve the question I had when I started down that road but stops short [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/string-concatenation-revisited/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Tips]]></series:name>
	</item>
		<item>
		<title>Isn&#039;t it time for GCJ to die?</title>
		<link>http://antwerkz.com/isnt-it-time-for-gcj-to-die/</link>
		<comments>http://antwerkz.com/isnt-it-time-for-gcj-to-die/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 14:51:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[gcj]]></category>
		<category><![CDATA[java 6]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1625</guid>
		<description><![CDATA[What's the motivation for gcj these days?  Originally, everyone wanted a GPLd JVM so gcj kinda made sense.  At least in spirit.  It's never been a functional equivalent for an actual JVM, though.  I've seen nothing but problems with it for years in IRC channels.  It's partial implementation of the spec has led to endless [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/isnt-it-time-for-gcj-to-die/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing the Current Directory</title>
		<link>http://antwerkz.com/changing-the-current-directory/</link>
		<comments>http://antwerkz.com/changing-the-current-directory/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:04:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[justin lee]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1588</guid>
		<description><![CDATA[One of the more common requests I see online from beginners (and from a not-so-beginner just now) is how to change the current directory.  This one is really simple, so here's a quick snippet and the output. System.out.println(new File(".").getAbsolutePath()); System.setProperty("user.dir", System.getProperty("java.io.tmpdir")); System.out.println(new File(".").getAbsolutePath()); And the output: /Users/jlee/. /tmp/. See?  Simple. Technorati Tags: Java, justin lee, [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/changing-the-current-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Tips]]></series:name>
	</item>
		<item>
		<title>String Concatenation Options</title>
		<link>http://antwerkz.com/string-concatenation-options/</link>
		<comments>http://antwerkz.com/string-concatenation-options/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1505</guid>
		<description><![CDATA[There's a new inspection in IDEA 8 (might just be in the EAP at this point) that will convert string concatentation to a variety of different approaches.  One of these options is to use String.format().  I started applying this option to some code I'm working because it's certainly more readable than some of the concatenation [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/string-concatenation-options/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Tips]]></series:name>
	</item>
		<item>
		<title>Dealing with NullPointerExceptions</title>
		<link>http://antwerkz.com/dealing-with-nullpointerexceptions/</link>
		<comments>http://antwerkz.com/dealing-with-nullpointerexceptions/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:00:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[justin lee]]></category>
		<category><![CDATA[npe]]></category>
		<category><![CDATA[null pointer]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1432</guid>
		<description><![CDATA[One of the most common problems that begginers run into (and some 'experts' though they can handle it i should hope) is the dreaded NullPointerException.  One of the most frustrating things about the NPE is that it doesn't say what was null.  All you get is a line number in the stack trace so if [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/dealing-with-nullpointerexceptions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<series:name><![CDATA[Tips]]></series:name>
	</item>
		<item>
		<title>Basic Thread Advice</title>
		<link>http://antwerkz.com/basic-thread-advice/</link>
		<comments>http://antwerkz.com/basic-thread-advice/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 15:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[justin lee]]></category>
		<category><![CDATA[threads]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1421</guid>
		<description><![CDATA[I'm not a concurrency expert and you won't find anything terribly profound if you consider yourself an experienced multithreaded developer.  But I did want to share a simple, basic tip for beginners.  Often when a beginner decides that threads are the solution to whatever problem he's facing, he extends Thread.  When told that extending Thread [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/basic-thread-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Tips]]></series:name>
	</item>
		<item>
		<title>How Best to Prepare and Serve Crow</title>
		<link>http://antwerkz.com/how-best-to-prepare-and-serve-crow/</link>
		<comments>http://antwerkz.com/how-best-to-prepare-and-serve-crow/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:21:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1408</guid>
		<description><![CDATA[I've been very vocal about my distaste for maven in the past.  Most of my preference for other tools is the large, spiky, opaque interface that maven offers.  Figuring out how to customize a maven build is an exercise in frustration at best.  I was talking to a maven dev (no clue how "senior" the [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/how-best-to-prepare-and-serve-crow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New old article available</title>
		<link>http://antwerkz.com/new-old-article-available/</link>
		<comments>http://antwerkz.com/new-old-article-available/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 01:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[comparion]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[justin lee]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[testng]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1405</guid>
		<description><![CDATA[I'm in the middle writing of another article and remembered I had an older one that got dropped in a site redesign.  People have been asking for it but it always seems to drop off my radar.  Well, I finally put it back online.  You can also find it in the page header later if [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/new-old-article-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Being a good citizen?</title>
		<link>http://antwerkz.com/being-a-good-citizen/</link>
		<comments>http://antwerkz.com/being-a-good-citizen/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 16:15:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[justin lee]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1089</guid>
		<description><![CDATA[The choice of build tools is surprisingly contentious. I know I, personally, am not a huge maven fan. I've been given to explosive, vitriolic rants against it, actually. But now I'm forced to use it at work so I'm learning it more than I'd hoped to ever have to.   But whatever your choice of [...]]]></description>
		<wfw:commentRss>http://antwerkz.com/being-a-good-citizen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

