<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>Confessions of a build breaker</title>
	<link>http://jelmer.jteam.nl</link>
	<description>A blog on Java, JEE and Spring by Jelmer Kuperus</description>
	<pubDate>Mon, 13 Oct 2008 01:00:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Decrease the double click speed for Java Applications on Ubuntu Linux</title>
		<link>http://jelmer.jteam.nl/2008/10/13/descrease-the-double-click-speed-for-java-applications-on-ubuntu-linux/</link>
		<comments>http://jelmer.jteam.nl/2008/10/13/descrease-the-double-click-speed-for-java-applications-on-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 00:58:53 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/2008/10/13/descrease-the-double-click-speed-for-java-applications-on-ubuntu-linux/</guid>
		<description><![CDATA[When running any Java swing application (like intellij idea) on Ubuntu the double click speed is by default set to 200ms. If like me you find this anoying you can decrease the double click speed by taking the following steps
In your home directory create a file called .Xresources and add the following line 
*multiClickTime: 400
Then [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2008/10/13/descrease-the-double-click-speed-for-java-applications-on-ubuntu-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disabling URL rewriting for the Googlebot</title>
		<link>http://jelmer.jteam.nl/2008/09/08/disabling-url-rewriting-for-the-googlebot/</link>
		<comments>http://jelmer.jteam.nl/2008/09/08/disabling-url-rewriting-for-the-googlebot/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:04:22 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/2008/09/08/disabling-url-rewriting-for-the-googlebot/</guid>
		<description><![CDATA[Http is a stateless protocol. To work around the problems caused by this, web applications have the concept of a session. When a user requests a webpage for the first time the user is assigned a unique 32 character string. This string can be send along in subsequent requests to indicate that these requests are [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2008/09/08/disabling-url-rewriting-for-the-googlebot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Too many open files</title>
		<link>http://jelmer.jteam.nl/2008/01/04/too-many-open-files/</link>
		<comments>http://jelmer.jteam.nl/2008/01/04/too-many-open-files/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 01:00:39 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/2008/01/04/too-many-open-files/</guid>
		<description><![CDATA[Today I was asked to review a piece of code that a coworker of mine suspected was causing “Too many open files“ exceptions in a production environment The code looked innocuous enough. He was using ProcessBuilder to create and run an external application. Regardless I booted into Linux and ran some tests. Now on Linux [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2008/01/04/too-many-open-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spring 2.5 and Maven problems</title>
		<link>http://jelmer.jteam.nl/2007/12/01/spring-25-and-maven-problems/</link>
		<comments>http://jelmer.jteam.nl/2007/12/01/spring-25-and-maven-problems/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 12:43:58 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[java]]></category>

		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/2007/12/01/spring-25-and-maven-problems/</guid>
		<description><![CDATA[It looks like the spring 2.5 jars that where uploaded to the official maven repository are broken. The full spring jar is 321 kb large and only contains the spring aop classes.
Anyway I added springs own repository to my pom and then i got the correct jar and sources

&#60;repository&#62;
&#160;&#160;&#60;id&#62;spring&#60;/id&#62;
&#160;&#160;&#60;name&#62;Spring Portfolio Repository&#60;/name&#62;    &#160;&#160;&#60;url&#62;https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo&#60;/url&#62;
&#60;/repository&#62;

]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/12/01/spring-25-and-maven-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extensibility jBPM style</title>
		<link>http://jelmer.jteam.nl/2007/10/08/extensibility-jbpm-style/</link>
		<comments>http://jelmer.jteam.nl/2007/10/08/extensibility-jbpm-style/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 18:24:02 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/?p=24</guid>
		<description><![CDATA[Currently I am involved in a project that is moving away from a proprietary workflow solution to a JBPM based workflow solution. One of the first things I attempted to do was try and make jBPM integrate with the identity management solution used in the project. I knew that jBPM comes packaged with some sort [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/10/08/extensibility-jbpm-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What to do with an Interruptedexception</title>
		<link>http://jelmer.jteam.nl/2007/10/05/what-to-do-with-an-interruptedexception/</link>
		<comments>http://jelmer.jteam.nl/2007/10/05/what-to-do-with-an-interruptedexception/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 00:41:57 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/?p=23</guid>
		<description><![CDATA[Many java methods, such as Thread.sleep and Process.waitFor can throw an Interruptedexception. InterruptedException is a checked exception and as such requires you to explicitly catch it. Up until recently I’ve always simply swallowed this exception. I was fairly confident that this was the proper way to deal with this exception because this is how I’d [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/10/05/what-to-do-with-an-interruptedexception/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On character set encodings: part 1</title>
		<link>http://jelmer.jteam.nl/2007/08/12/on-character-set-encodings/</link>
		<comments>http://jelmer.jteam.nl/2007/08/12/on-character-set-encodings/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 19:24:26 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/?p=22</guid>
		<description><![CDATA[Have you ever encountered the problem that special characters such as the Euro symbol or acute accent would not display correctly and did you not know how to solve it? Don’t worry, you’re not alone. Character set encodings seem to be a little understood topic among Java software developers. And even after having done a [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/08/12/on-character-set-encodings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maven wastes more time than it saves. Cast your vote</title>
		<link>http://jelmer.jteam.nl/2007/07/31/maven-wastes-more-time-than-it-saves-cast-your-vote/</link>
		<comments>http://jelmer.jteam.nl/2007/07/31/maven-wastes-more-time-than-it-saves-cast-your-vote/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 19:37:40 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/?p=21</guid>
		<description><![CDATA[I just finished added a pole to this blog and the first question I would like to ask my audience (all 3 of you  ) is. Does maven waste more time than it saves compared to say an ant or make based build. In my experience this statement holds true however I am curious [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/07/31/maven-wastes-more-time-than-it-saves-cast-your-vote/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JPA missing non-exotic features</title>
		<link>http://jelmer.jteam.nl/2007/07/14/jpa-missing-non-exotic-features/</link>
		<comments>http://jelmer.jteam.nl/2007/07/14/jpa-missing-non-exotic-features/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 14:21:49 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/?p=20</guid>
		<description><![CDATA[Ever since the Java Persistence API was announced there has been a lot of talk, both good and bad, about this specification. Many people have pointed out that a criteria API and something like hibernate filters are currently missing. However these features might be considered “exotic” and I can largely live without them. However a [...]]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/07/14/jpa-missing-non-exotic-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaFX released</title>
		<link>http://jelmer.jteam.nl/2007/05/09/javafx-released/</link>
		<comments>http://jelmer.jteam.nl/2007/05/09/javafx-released/#comments</comments>
		<pubDate>Wed, 09 May 2007 21:14:18 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jelmer.jteam.nl/?p=19</guid>
		<description><![CDATA[It seems JavaFX was released today. There are some pretty good looking demo&#8217;s over at http://blogs.sun.com/chrisoliver/category/F3 and https://openjfx.dev.java.net/
Worth a look.
]]></description>
		<wfw:commentRss>http://jelmer.jteam.nl/2007/05/09/javafx-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
