<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Filling in the Gaps</title>
	<atom:link href="http://fillinginthegaps.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fillinginthegaps.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 29 Jun 2011 10:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fillinginthegaps.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Filling in the Gaps</title>
		<link>http://fillinginthegaps.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fillinginthegaps.wordpress.com/osd.xml" title="Filling in the Gaps" />
	<atom:link rel='hub' href='http://fillinginthegaps.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Convert PNG to JPG</title>
		<link>http://fillinginthegaps.wordpress.com/2011/06/29/convert-png-to-jpg/</link>
		<comments>http://fillinginthegaps.wordpress.com/2011/06/29/convert-png-to-jpg/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 10:30:34 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=41</guid>
		<description><![CDATA[Needed to do this quickly and found a neat utility &#8211; Convert png to jpg.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=41&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Needed to do this quickly and found a neat utility &#8211; <a href="http://png2jpg.com/">Convert png to jpg</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=41&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2011/06/29/convert-png-to-jpg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Java MidiSystem on Windows &#8211; No Sound</title>
		<link>http://fillinginthegaps.wordpress.com/2009/06/11/java-midisystem-on-windows-no-sound/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/06/11/java-midisystem-on-windows-no-sound/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:53:40 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=37</guid>
		<description><![CDATA[If you&#8217;re not getting any sounds from Java&#8217;s javax.sound.midi package on windows, you might just need a soundbank. You can download one here: http://java.sun.com/products/java-media/sound/soundbanks.html Place the .gm file on the classpath, e.g. next to the JAR you&#8217;re running and you should have sound.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=37&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re not getting any sounds from Java&#8217;s javax.sound.midi package on windows, you might just need a soundbank.  You can download one here: <a href="http://java.sun.com/products/java-media/sound/soundbanks.html">http://java.sun.com/products/java-media/sound/soundbanks.html</a></p>
<p>Place the .gm file on the classpath, e.g. next to the JAR you&#8217;re running and you should have sound.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=37&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/06/11/java-midisystem-on-windows-no-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop maven downloading poms</title>
		<link>http://fillinginthegaps.wordpress.com/2009/05/03/stop-maven-downloading-poms/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/05/03/stop-maven-downloading-poms/#comments</comments>
		<pubDate>Sun, 03 May 2009 11:56:39 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/2009/05/03/stop-maven-downloading-poms/</guid>
		<description><![CDATA[Maven often seems like it&#8217;s trying to download the entire internet when all you want to do is a simple rebuild.  This is slow! You can stop it doing this by running in offline mode with &#8220;-0&#8243; e.g. mvn package -o<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=35&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maven often seems like it&#8217;s trying to download the entire internet when all you want to do is a simple rebuild.  This is slow! You can stop it doing this by running in offline mode with &#8220;-0&#8243; e.g.<br />
<code><br />
mvn package -o<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=35&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/05/03/stop-maven-downloading-poms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Puzzler &#8211; Super must be first line in constructor</title>
		<link>http://fillinginthegaps.wordpress.com/2009/03/04/java-puzzler-super-must-be-first-line-in-constructor/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/03/04/java-puzzler-super-must-be-first-line-in-constructor/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:31:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=31</guid>
		<description><![CDATA[Why do you get a compiler error about super() needing to be the first line in a constructor with this code? public class Foo { public void Foo() { super(); } } answer after the jump&#8230; public void Foo() isn&#8217;t a constructor, it&#8217;s a method, since constructors don&#8217;t have a return type &#8211; the error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=31&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why do you get a compiler error about super() needing to be the first line in a constructor with this code?<br />
<code><br />
public class Foo {<br />
public void Foo() {<br />
super();<br />
}<br />
}</code></p>
<p>answer after the jump&#8230;</p>
<p><span id="more-31"></span>public void Foo() isn&#8217;t a constructor, it&#8217;s a method, since constructors don&#8217;t have a return type &#8211; the error message is a little misleading!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=31&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/03/04/java-puzzler-super-must-be-first-line-in-constructor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting the color of a pixel in an image in JavaScript</title>
		<link>http://fillinginthegaps.wordpress.com/2009/01/24/getting-the-color-of-a-pixel-in-an-image-in-javascript/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/01/24/getting-the-color-of-a-pixel-in-an-image-in-javascript/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 09:58:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=29</guid>
		<description><![CDATA[This is far from cross browser as it requires HTML 5 Canvas support, but might be fine for environments where you can target just supporting browsers.  Note that the same origin policy means you can only use this on images from the same domain as the javascript &#8211; you can&#8217;t just point it at any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=29&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is far from cross browser as it requires HTML 5 Canvas support, but might be fine for environments where you can target just supporting browsers.  Note that the same origin policy means you can only use this on images from the same domain as the javascript &#8211; you can&#8217;t just point it at any image url.  So here&#8217;s a basic example that will give you the RGB value for a pixel in an image.<br />
<code><br />
&lt;div id="result"&gt;&lt;/div&gt;<br />
&lt;script type="text/javascript"&gt;<br />
var url = "http://example.com/image.png";</code></p>
<p>var img = new Image();<br />
img.src = url;</p>
<p>var canvas = document.getElementById(&#8220;c&#8221;);</p>
<p>var ctx = canvas.getContext(&#8220;2d&#8221;);</p>
<p>ctx.drawImage(img, 0, 0);</p>
<p>var xPoint = 10;<br />
var yPoint = 180;</p>
<p>var data = ctx.getImageData(xPoint, yPoint, 1, 1);</p>
<p>document.getElementById(&#8220;result&#8221;).innerHTML = data.data[0] + &#8220;, &#8221; + data.data[1] + &#8220;, &#8221; + data.data[2];<br />
&lt;/script&gt;</p>
<p>References:</p>
<p><a href="http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-getimagedata">http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-getimagedata</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=29&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/01/24/getting-the-color-of-a-pixel-in-an-image-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get the current controller or action in Grails</title>
		<link>http://fillinginthegaps.wordpress.com/2009/01/17/how-to-get-the-current-controller-or-action-in-grails/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/01/17/how-to-get-the-current-controller-or-action-in-grails/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 17:12:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=27</guid>
		<description><![CDATA[The current controller, action and id are available in params.  So this is as simple as ${params.controller} or ${params.action} in a view for example.  There is an open issue to make this easier, but it probably just needs better docs rather than a shortcut.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=27&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The current controller, action and id are available in <em>params</em>.  So this is as simple as ${params.controller} or ${params.action} in a view for example.  There is an <a href="http://jira.codehaus.org/browse/GRAILS-3391">open issue</a> to make this easier, but it probably just needs better docs rather than a shortcut.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=27&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/01/17/how-to-get-the-current-controller-or-action-in-grails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing Xmx to JUnit with Maven</title>
		<link>http://fillinginthegaps.wordpress.com/2009/01/15/passing-xmx-to-junit-with-maven/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/01/15/passing-xmx-to-junit-with-maven/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 20:34:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=24</guid>
		<description><![CDATA[If your tests are running out of memory when they run via Maven you can pass through the relevant JVM args, likely just -Xmx, in the pom, like this: &#60;plugin&#62; &#60;groupId&#62;org.apache.maven.plugins&#60;/groupId&#62; &#60;artifactId&#62;maven-surefire-plugin&#60;/artifactId&#62; &#60;configuration&#62; &#60;argLine&#62;-Xmx512m&#60;/argLine&#62; &#60;/configuration&#62; &#60;/plugin&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=24&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your tests are running out of memory when they run via Maven you can pass through the relevant JVM args, likely just -Xmx, in the pom, like this:<br />
<code><br />
&lt;plugin&gt;<br />
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;<br />
&lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;<br />
&lt;configuration&gt;<br />
&lt;argLine&gt;-Xmx512m&lt;/argLine&gt;<br />
&lt;/configuration&gt;<br />
&lt;/plugin&gt;<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=24&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/01/15/passing-xmx-to-junit-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL errno 121</title>
		<link>http://fillinginthegaps.wordpress.com/2009/01/09/mysql-errno-121/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/01/09/mysql-errno-121/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 22:15:47 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=22</guid>
		<description><![CDATA[It&#8217;s not immediately obvious why you&#8217;d run into this when running CREATE TABLE &#8211; but it&#8217;s likely to be having foreign keys/constraints with the same name.  The constraint names need to be unique across the database.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=22&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not immediately obvious why you&#8217;d run into this when running CREATE TABLE &#8211; but it&#8217;s likely to be having foreign keys/constraints with the same name.  The constraint names need to be unique across the database.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=22&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/01/09/mysql-errno-121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Grails jobs</title>
		<link>http://fillinginthegaps.wordpress.com/2009/01/07/grails-jobs/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/01/07/grails-jobs/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:49:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=20</guid>
		<description><![CDATA[Grails has plenty of success stories, and is getting use on sites from sky movies to mashups to party dresses.  The job market for Grails is still in its infancy though &#8211; just 27 job ads in the last 3 months in the whole of the UK.    Coming under the Spring Source umbrella will help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=20&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Grails has plenty of <a href="http://grails.org/Success+Stories">success stories</a>, and is getting use on sites from <a href="http://movies.sky.com/">sky movies</a> to <a href="http://feedlr.com">mashups</a> to <a href="http://perfectpartydress.co.uk/">party dresses</a>.  The job market for Grails is still in its infancy though &#8211; <a href="http://www.itjobswatch.co.uk/jobs/uk/grails.do">just 27 job ads</a> in the last 3 months in the whole of the UK.    Coming under the Spring Source umbrella will help so it&#8217;s worth keeping an eye on that chart.</p>
<p>Is it going to kick off like <a href="http://www.itjobswatch.co.uk/jobs/uk/ruby%20on%20rails.do">rails</a>?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=20&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/01/07/grails-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
		<item>
		<title>How to show  SQL queries in Grails</title>
		<link>http://fillinginthegaps.wordpress.com/2009/01/02/how-to-show-sql-queries-in-grails/</link>
		<comments>http://fillinginthegaps.wordpress.com/2009/01/02/how-to-show-sql-queries-in-grails/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:39:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://fillinginthegaps.wordpress.com/?p=17</guid>
		<description><![CDATA[If you want to see the actual SQL queries Grails is using (via Hibernate) you can configure this in DataSource.groovy. Just add loggingSql = true along with the driver and URL.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=17&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to see the actual SQL queries Grails is using (via Hibernate) you can configure this in DataSource.groovy.  Just add<br />
<code>loggingSql = true </code> along with the driver and URL.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fillinginthegaps.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fillinginthegaps.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fillinginthegaps.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fillinginthegaps.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fillinginthegaps.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fillinginthegaps.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fillinginthegaps.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fillinginthegaps.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fillinginthegaps.wordpress.com&amp;blog=3880356&amp;post=17&amp;subd=fillinginthegaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fillinginthegaps.wordpress.com/2009/01/02/how-to-show-sql-queries-in-grails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90f4c696c2cd1d251547a6324ad2caa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Admin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
