<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>Metacosm</title>
	<link>http://codepuccino.com/metacosm</link>
	<description>This is not a tag line!</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:34:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Improving deployment of WSRP-related artifacts in GateIn</title>
		<description><![CDATA[As you may know, I am working on WSRP for GateIn. One problem I faced until today in my daily development was that deploying a new version of the WSRP module for testing required re-building GateIn completely, which takes quite a bit of time and has the side effect of also destroying any persisted data.  <a href="http://codepuccino.com/metacosm/2010/03/09/improving-deployment-of-wsrp-related-artifacts-in-gatein/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2009/08/11/code-reminder-using-an-isolated-local-maven-repository/' rel='bookmark' title='Permanent Link: Code reminder: using an isolated local Maven repository'>Code reminder: using an isolated local Maven repository</a> <small>I can never remember the command line option to use...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/10/21/gatein-3-0-0-beta-2-released/' rel='bookmark' title='Permanent Link: GateIn 3.0.0 Beta 2 released!'>GateIn 3.0.0 Beta 2 released!</a> <small>As some of you may know, JBoss and eXo have...</small></li>
<li><a href='http://codepuccino.com/metacosm/2010/02/18/gatein-3-0-cr1/' rel='bookmark' title='Permanent Link: GateIn 3.0 CR1 released!'>GateIn 3.0 CR1 released!</a> <small>Where have I been? Well, mostly working towards releasing GateIn...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2010/03/09/improving-deployment-of-wsrp-related-artifacts-in-gatein/</link>
			</item>
	<item>
		<title>GateIn 3.0 CR1 released!</title>
		<description><![CDATA[Where have I been? Well, mostly working towards releasing GateIn (we just released CR1, by the way, go grab it, put it through the motions and let us know if you find any issues).
We had a nice face to face meeting in Charmey, Switzerland with some of the eXo guys. It was nice to see  <a href="http://codepuccino.com/metacosm/2010/02/18/gatein-3-0-cr1/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2009/10/21/gatein-3-0-0-beta-2-released/' rel='bookmark' title='Permanent Link: GateIn 3.0.0 Beta 2 released!'>GateIn 3.0.0 Beta 2 released!</a> <small>As some of you may know, JBoss and eXo have...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/03/13/jboss-portal-272-is-released/' rel='bookmark' title='Permanent Link: JBoss Portal 2.7.2 is released!'>JBoss Portal 2.7.2 is released!</a> <small>It&#8217;s been a couple of really busy weeks at work...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2010/02/18/gatein-3-0-cr1/</link>
			</item>
	<item>
		<title>GateIn 3.0.0 Beta 2 released!</title>
		<description><![CDATA[As some of you may know, JBoss and eXo have decided to merge their portal efforts in an attempt to create the best open-source portal framework out there. This new, best-of-breed portal project is called GateIn.
Integrating both code bases has taken (and still does) a lot of effort from both teams. This has translated in  <a href="http://codepuccino.com/metacosm/2009/10/21/gatein-3-0-0-beta-2-released/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2010/02/18/gatein-3-0-cr1/' rel='bookmark' title='Permanent Link: GateIn 3.0 CR1 released!'>GateIn 3.0 CR1 released!</a> <small>Where have I been? Well, mostly working towards releasing GateIn...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/03/13/jboss-portal-272-is-released/' rel='bookmark' title='Permanent Link: JBoss Portal 2.7.2 is released!'>JBoss Portal 2.7.2 is released!</a> <small>It&#8217;s been a couple of really busy weeks at work...</small></li>
<li><a href='http://codepuccino.com/metacosm/2010/03/09/improving-deployment-of-wsrp-related-artifacts-in-gatein/' rel='bookmark' title='Permanent Link: Improving deployment of WSRP-related artifacts in GateIn'>Improving deployment of WSRP-related artifacts in GateIn</a> <small>As you may know, I am working on WSRP for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/10/21/gatein-3-0-0-beta-2-released/</link>
			</item>
	<item>
		<title>Beware of File.createTempFile</title>
		<description><![CDATA[By default, File.createTempFile (in Java, of course) creates a temporary file in the directory identified by the system property java.io.tmpdir. The problem is that on OS X, that directory can be quite weird. For example, on my system, it currently is:

scala&#62; System.getProperties().getProperty(&#34;java.io.tmpdir&#34;)
res0: java.lang.String = /var/folders/ya/yaNATrKPGFu2HuSOWxSIu++++TI/-Tmp-/

Notice the ++++ in one of the directory names? Well, these  <a href="http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/" class="more-link">More &#62;</a>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/</link>
			</item>
	<item>
		<title>Code reminder: using an isolated local Maven repository</title>
		<description><![CDATA[I can never remember the command line option to use an isolated local Maven repository for a given Maven run (so that, for example, you can make sure that your dependencies are properly defined and you don&#8217;t run into conflicts due to a shared repository) and couldn&#8217;t find it again quickly enough via Google so  <a href="http://codepuccino.com/metacosm/2009/08/11/code-reminder-using-an-isolated-local-maven-repository/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2010/03/09/improving-deployment-of-wsrp-related-artifacts-in-gatein/' rel='bookmark' title='Permanent Link: Improving deployment of WSRP-related artifacts in GateIn'>Improving deployment of WSRP-related artifacts in GateIn</a> <small>As you may know, I am working on WSRP for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/08/11/code-reminder-using-an-isolated-local-maven-repository/</link>
			</item>
	<item>
		<title>Mountain bike diary: La vierge noire (baseline)</title>
		<description><![CDATA[So, not discouraged by my last but ultimately rather unfruitful attempt, I decided to go try the Vierge noire trail again, following the itinerary I scoped out last time.
I was more prepared this time. I left around 2pm, which was a little too late for a comfortable ride as it turned out it got quite  <a href="http://codepuccino.com/metacosm/2009/08/03/mountain-bike-diary-la-vierge-noire-baseline/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2009/07/27/mountain-bike-diary-the-unforgiving-virgin-and-stupidity/' rel='bookmark' title='Permanent Link: Mountain bike diary: the unforgiving virgin and stupidity'>Mountain bike diary: the unforgiving virgin and stupidity</a> <small>After a nice week-end riding my bike, I decided to...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/07/26/mountain-biking-week-end/' rel='bookmark' title='Permanent Link: Mountain biking diary: Mount Jalla and Le Mûrier'>Mountain biking diary: Mount Jalla and Le Mûrier</a> <small>Saturday: Mount Jalla I had originally planned on spending the...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/03/15/moutain-biking-diary-neron-tour-attempt/' rel='bookmark' title='Permanent Link: Moutain biking diary: Néron tour attempt'>Moutain biking diary: Néron tour attempt</a> <small>The weather was pretty good today, not as good as...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/08/03/mountain-bike-diary-la-vierge-noire-baseline/</link>
			</item>
	<item>
		<title>Mountain bike diary: the unforgiving virgin and stupidity</title>
		<description><![CDATA[After a nice week-end riding my bike, I decided to try to ride some more today and try to do the second part of my Saturday ride albeit with a much shorter climb. The trick was to figure out a way to climb all the way up to the Bastille and then proceed towards Mount  <a href="http://codepuccino.com/metacosm/2009/07/27/mountain-bike-diary-the-unforgiving-virgin-and-stupidity/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2009/08/03/mountain-bike-diary-la-vierge-noire-baseline/' rel='bookmark' title='Permanent Link: Mountain bike diary: La vierge noire (baseline)'>Mountain bike diary: La vierge noire (baseline)</a> <small>So, not discouraged by my last but ultimately rather unfruitful...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/07/26/mountain-biking-week-end/' rel='bookmark' title='Permanent Link: Mountain biking diary: Mount Jalla and Le Mûrier'>Mountain biking diary: Mount Jalla and Le Mûrier</a> <small>Saturday: Mount Jalla I had originally planned on spending the...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/03/15/moutain-biking-diary-neron-tour-attempt/' rel='bookmark' title='Permanent Link: Moutain biking diary: Néron tour attempt'>Moutain biking diary: Néron tour attempt</a> <small>The weather was pretty good today, not as good as...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/07/27/mountain-bike-diary-the-unforgiving-virgin-and-stupidity/</link>
			</item>
	<item>
		<title>Mountain biking diary: Mount Jalla and Le Mûrier</title>
		<description><![CDATA[Saturday: Mount Jalla
I had originally planned on spending the week-end in La Plagne to ride around at higher altitude. Things didn&#8217;t turn out as planned (do they ever?) and I ended up having to be in Grenoble this week-end.
I was determined not to let that get in my way of taking my mountain bike for  <a href="http://codepuccino.com/metacosm/2009/07/26/mountain-biking-week-end/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://codepuccino.com/metacosm/2009/07/27/mountain-bike-diary-the-unforgiving-virgin-and-stupidity/' rel='bookmark' title='Permanent Link: Mountain bike diary: the unforgiving virgin and stupidity'>Mountain bike diary: the unforgiving virgin and stupidity</a> <small>After a nice week-end riding my bike, I decided to...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/03/15/moutain-biking-diary-neron-tour-attempt/' rel='bookmark' title='Permanent Link: Moutain biking diary: Néron tour attempt'>Moutain biking diary: Néron tour attempt</a> <small>The weather was pretty good today, not as good as...</small></li>
<li><a href='http://codepuccino.com/metacosm/2009/08/03/mountain-bike-diary-la-vierge-noire-baseline/' rel='bookmark' title='Permanent Link: Mountain bike diary: La vierge noire (baseline)'>Mountain bike diary: La vierge noire (baseline)</a> <small>So, not discouraged by my last but ultimately rather unfruitful...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/07/26/mountain-biking-week-end/</link>
			</item>
	<item>
		<title>Chris vs. Christophe (me vs. me)</title>
		<description><![CDATA[So, I decided to do some quick navel gazing and ego surfing by Googling my name, as I tend to do once in a while when I think about it. While it might seem vain, it&#8217;s not a bad practice once in a while to check that the information that people can find on you  <a href="http://codepuccino.com/metacosm/2009/06/25/chris-vs-christophe-me-vs-me/" class="more-link">More &#62;</a>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/06/25/chris-vs-christophe-me-vs-me/</link>
			</item>
	<item>
		<title>In the US for a couple of weeks</title>
		<description><![CDATA[I&#8217;m going to spend a couple of weeks on my old stomping grounds (the DC area) in the United States, visiting friends and attending a wedding. Today is the bachelor party. It&#8217;s more like a bachelor day really, as we&#8217;re going to go white water rafting in West Virginia! The weather seems alright so far  <a href="http://codepuccino.com/metacosm/2009/05/30/in-the-us-for-a-couple-of-weeks/" class="more-link">More &#62;</a>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://codepuccino.com/metacosm/2009/05/30/in-the-us-for-a-couple-of-weeks/</link>
			</item>
</channel>
</rss>
