<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3" -->
<rss version="0.92">
<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>
	<lastBuildDate>Mon, 13 Oct 2008 01:00:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Decrease the double click speed for Java Applications on Ubuntu Linux</title>
		<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>
		<link>http://jelmer.jteam.nl/2008/10/13/descrease-the-double-click-speed-for-java-applications-on-ubuntu-linux/</link>
			</item>
	<item>
		<title>Disabling URL rewriting for the Googlebot</title>
		<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>
		<link>http://jelmer.jteam.nl/2008/09/08/disabling-url-rewriting-for-the-googlebot/</link>
			</item>
	<item>
		<title>Too many open files</title>
		<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>
		<link>http://jelmer.jteam.nl/2008/01/04/too-many-open-files/</link>
			</item>
	<item>
		<title>Spring 2.5 and Maven problems</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/12/01/spring-25-and-maven-problems/</link>
			</item>
	<item>
		<title>Extensibility jBPM style</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/10/08/extensibility-jbpm-style/</link>
			</item>
	<item>
		<title>What to do with an Interruptedexception</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/10/05/what-to-do-with-an-interruptedexception/</link>
			</item>
	<item>
		<title>On character set encodings: part 1</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/08/12/on-character-set-encodings/</link>
			</item>
	<item>
		<title>Maven wastes more time than it saves. Cast your vote</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/07/31/maven-wastes-more-time-than-it-saves-cast-your-vote/</link>
			</item>
	<item>
		<title>JPA missing non-exotic features</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/07/14/jpa-missing-non-exotic-features/</link>
			</item>
	<item>
		<title>JavaFX released</title>
		<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>
		<link>http://jelmer.jteam.nl/2007/05/09/javafx-released/</link>
			</item>
</channel>
</rss>
