<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Grey-Bearded Geek</title>
	
	<link>http://greybeardedgeek.net</link>
	<description>Random Thoughts Of A Middle-Aged Software Engineer</description>
	<lastBuildDate>Tue, 15 Feb 2011 00:54:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GreyBeardedGeek" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="greybeardedgeek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>bash completion for maven</title>
		<link>http://greybeardedgeek.net/2011/02/14/bash-completion-for-maven/</link>
		<comments>http://greybeardedgeek.net/2011/02/14/bash-completion-for-maven/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 00:54:47 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=586</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/duke.gif" width="36" height="44" alt="" title="Java" /><br/>Based on a blog post by John Hitchings on the WealthFront Engineering web site, I started looking into bash completion. As a Java developer, I use Maven from the command-line quite a bit, so I decided to add bash completion for the &#8216;mvn&#8217; command. The following script works great on OS X, and should work [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2011/02/14/bash-completion-for-maven/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Running Multiple Instances of Mule 3.0</title>
		<link>http://greybeardedgeek.net/2010/12/06/running-multiple-instances-of-mule-3-0/</link>
		<comments>http://greybeardedgeek.net/2010/12/06/running-multiple-instances-of-mule-3-0/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 21:19:15 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[mule]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Mule 3]]></category>
		<category><![CDATA[multiple instances]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=580</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/duke.gif" width="36" height="44" alt="" title="Java" /><br/>I&#8217;m working on some Mule services, with the new 3.0.1 version, and need to run multiple instances of Mule on the same physical server. With Mule 2.x, this was done by running the provided setup_local_instance.sh script to copy some of the Mule directories, and then using the MULE_BASE environment variable to point to the new [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/12/06/running-multiple-instances-of-mule-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Services to Mule with maven-mule-plugin</title>
		<link>http://greybeardedgeek.net/2010/11/15/deploying-services-to-mule-with-maven-mule-plugin/</link>
		<comments>http://greybeardedgeek.net/2010/11/15/deploying-services-to-mule-with-maven-mule-plugin/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 03:51:50 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[mule]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=577</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/duke.gif" width="36" height="44" alt="" title="Java" /><br/>I&#8217;m still working on the Mule project that I mentioned in a previous post, and am using the new Mule Maven plugin, maven-mule-plugin to package a project for deployment in Mule. It works well for a simple Mule application, however, in my case, I&#8217;m providing the mule-config.xml in a jar file on which the project [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/11/15/deploying-services-to-mule-with-maven-mule-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java on OS X – Breathing A Sigh of Relief</title>
		<link>http://greybeardedgeek.net/2010/11/12/java-on-os-x-breathing-a-sigh-of-relief/</link>
		<comments>http://greybeardedgeek.net/2010/11/12/java-on-os-x-breathing-a-sigh-of-relief/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 14:43:31 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/2010/11/java-on-os-x-breathing-a-sigh-of-relief/</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/duke.gif" width="36" height="44" alt="" title="Java" /><br/>TechCrunch is reporting this morning that Apple has joined the OpenJDK project, and will be open-sourcing the OS X implementation of Java. They are apparently continuing to support Java SE 6 on Snow Leopard, and will support it on Lion as well. Java SE 7 (when it finally arrives) will be available from Oracle. As [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/11/12/java-on-os-x-breathing-a-sigh-of-relief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing JAXB Serialization</title>
		<link>http://greybeardedgeek.net/2010/11/03/customizing-jaxb-serialization/</link>
		<comments>http://greybeardedgeek.net/2010/11/03/customizing-jaxb-serialization/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 02:20:10 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[mule]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=542</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/duke.gif" width="36" height="44" alt="" title="Java" /><br/>I&#8217;m working with JAXB serialization in a MULE project, and need to make the serialized XML as consistent as possible with that produced by existing .NET components. I had two issues: JAXB was producing an XML declaration that looked like &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF8&#34; standalone=&#34;yes&#34;?&#62; while the .NET-serialized XML had a declaration that looked like &#60;?xml [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/11/03/customizing-jaxb-serialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>People are still writing straight JDBC Code?</title>
		<link>http://greybeardedgeek.net/2010/10/16/people-are-still-writing-straight-jdbc-code/</link>
		<comments>http://greybeardedgeek.net/2010/10/16/people-are-still-writing-straight-jdbc-code/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 16:15:27 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=524</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/duke.gif" width="36" height="44" alt="" title="Java" /><br/>I&#8217;ve been using Hibernate, JPA, and the Spring Framework for so long now, that I tend to forget that there are still apparently lots of Java developers out there still entirely hand-writing JDBC code &#8211; getConnection(), etc., and trying (sometimes) to manage the JDBC resources properly in the face of exceptions. Two things bring this [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/10/16/people-are-still-writing-straight-jdbc-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Another Example Of Why We Should Stay The Hell Off Of FaceBook</title>
		<link>http://greybeardedgeek.net/2010/10/08/just-another-example-of-why-we-should-stay-the-hell-off-of-facebook/</link>
		<comments>http://greybeardedgeek.net/2010/10/08/just-another-example-of-why-we-should-stay-the-hell-off-of-facebook/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 16:16:37 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/2010/10/just-another-example-of-why-we-should-stay-the-hell-off-of-facebook/</guid>
		<description><![CDATA[<br/>http://tech.slashdot.org/story/10/10/08/1358232/Lighthearted-Facebook-Friends-Could-Make-You-Join-NAMBLA-Group]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/10/08/just-another-example-of-why-we-should-stay-the-hell-off-of-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RhoSync on Linux – making it work with Redis</title>
		<link>http://greybeardedgeek.net/2010/09/30/rhosync-on-linux-making-it-work-with-redis/</link>
		<comments>http://greybeardedgeek.net/2010/09/30/rhosync-on-linux-making-it-work-with-redis/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 20:05:54 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile synchronization]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[rhomobile]]></category>
		<category><![CDATA[rhosync]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/2010/09/rhosync-on-linux-making-it-work-with-redis/</guid>
		<description><![CDATA[<br/>I&#8217;m investigating products for synchronizing a database in a mobile application (iPhone, Android, BlackBerry, etc.) with a server-side database.There a few such products, but right now, I&#8217;m running RhoSync through it&#8217;s paces. While installing the RhoSync server applicaiton according to these instructions, on RhoMobile&#8217;s website, I ran into some problems getting it run. Turns out [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/09/30/rhosync-on-linux-making-it-work-with-redis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Connection Pooling In Grails – solving the idle timeout issue</title>
		<link>http://greybeardedgeek.net/2010/09/12/database-connection-pooling-in-grails-solving-the-idle-timeout-issue/</link>
		<comments>http://greybeardedgeek.net/2010/09/12/database-connection-pooling-in-grails-solving-the-idle-timeout-issue/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 16:08:44 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Chariot]]></category>
		<category><![CDATA[Groovy/Grails]]></category>
		<category><![CDATA[Database connection timeout]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=501</guid>
		<description><![CDATA[<img src="http://greybeardedgeek.net/wordpress/wp-content/uploads/2010/09/grails-logo.png" width="48" height="48" alt="" title="Groovy/Grails" /><br/>Grails turns database connection pooling on by default, and uses the Apache Commons DBCP library to do the pooling. With many of the popular JDBC drivers, this can cause a failure when the application is accessed after a long idle time, commonly when a business application sits unused overnight, and then is accessed first-thing in [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/09/12/database-connection-pooling-in-grails-solving-the-idle-timeout-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blog Statistics – OSes and Browsers</title>
		<link>http://greybeardedgeek.net/2010/09/04/blog-statistics-oses-and-browsers/</link>
		<comments>http://greybeardedgeek.net/2010/09/04/blog-statistics-oses-and-browsers/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 16:02:10 +0000</pubDate>
		<dc:creator>greybeardedgeek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://greybeardedgeek.net/?p=461</guid>
		<description><![CDATA[<br/>Here at greybeardedgeek.net, I use the excellent StatPress WordPress plug-in to gather site statistics. I just took a look at the stats for Operating Systems and Browsers. What I found was a little surprising, and, as a software developer, frankly, I found it a bit depressing. Here&#8217;s the raw stats: O.S. Visits Windows XP 42245 [...]]]></description>
		<wfw:commentRss>http://greybeardedgeek.net/2010/09/04/blog-statistics-oses-and-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

