<?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>Thedwick &#187; Java</title>
	<atom:link href="http://www.thedwick.com/blog/category/technology/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedwick.com/blog</link>
	<description>Technologists Who Speak Business</description>
	<lastBuildDate>Sun, 20 Nov 2011 05:09:19 +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>It&#8217;s Official: I Dislike Maven</title>
		<link>http://www.thedwick.com/blog/2011/08/its-official-i-dislike-maven/</link>
		<comments>http://www.thedwick.com/blog/2011/08/its-official-i-dislike-maven/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 19:59:49 +0000</pubDate>
		<dc:creator>Tim Cull</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=523</guid>
		<description><![CDATA[Apache Maven is a build tool and dependency management system for Java that aims to solve a lot of sticky problems. I&#8217;ve been trying to give it a fair chance because people I respect are fans of it, but after giving it many tries I&#8217;ve decided it&#8217;s official: I dislike it and will not recommend [...]]]></description>
		<wfw:commentRss>http://www.thedwick.com/blog/2011/08/its-official-i-dislike-maven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New InfoQ Article: Eight Quick Ways to Refresh Legacy Java Systems</title>
		<link>http://www.thedwick.com/blog/2010/07/new-infoq-article-eight-quick-ways-to-refresh-legacy-java-systems/</link>
		<comments>http://www.thedwick.com/blog/2010/07/new-infoq-article-eight-quick-ways-to-refresh-legacy-java-systems/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 06:04:08 +0000</pubDate>
		<dc:creator>Tim Cull</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=424</guid>
		<description><![CDATA[I&#8217;m happy to announce a new article of mine on InfoQ: Eight Quick Ways To Improve Java Legacy Systems. In this article I explore different, easy ways to improve your legacy Java system. Also, stay tuned for more news about me and InfoQ&#8230;]]></description>
		<wfw:commentRss>http://www.thedwick.com/blog/2010/07/new-infoq-article-eight-quick-ways-to-refresh-legacy-java-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to avoid huge transactions with CMP Entity Beans on JBoss</title>
		<link>http://www.thedwick.com/blog/2010/06/how-to-avoid-huge-transactions-with-cmp-entity-beans-on-jboss/</link>
		<comments>http://www.thedwick.com/blog/2010/06/how-to-avoid-huge-transactions-with-cmp-entity-beans-on-jboss/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 21:00:07 +0000</pubDate>
		<dc:creator>Tim Cull</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=397</guid>
		<description><![CDATA[By default, CMP Entity Beans on JBoss are set to require a transaction. Also by default, any time you touch any session or entity bean, your request thread takes out a lock on that entire object, even if you are only reading it and not updating it. Lastly, also by default, JBoss will make sure [...]]]></description>
		<wfw:commentRss>http://www.thedwick.com/blog/2010/06/how-to-avoid-huge-transactions-with-cmp-entity-beans-on-jboss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Stack Trace RegEx</title>
		<link>http://www.thedwick.com/blog/2010/04/java-stack-trace-regex/</link>
		<comments>http://www.thedwick.com/blog/2010/04/java-stack-trace-regex/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 16:19:06 +0000</pubDate>
		<dc:creator>Tim Cull</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=312</guid>
		<description><![CDATA[This is just a quick post because it&#8217;s been a while and I wanted to save others from the pain I experienced yesterday. If you want to parse a Java stack trace with a regular expression and pull out the class name, method name, and line number, then you can use this code below: Pattern [...]]]></description>
		<wfw:commentRss>http://www.thedwick.com/blog/2010/04/java-stack-trace-regex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

