<?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/"
	>

<channel>
	<title>Conny Lundgren's blog &#187; general</title>
	<atom:link href="http://blog.refactor.se/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.refactor.se</link>
	<description>Thoughts on Java, Agile, OS X and life in general..</description>
	<lastBuildDate>Fri, 05 Dec 2008 07:51:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gafter to Microsoft..</title>
		<link>http://blog.refactor.se/2008/09/29/gafter-to-microsoft/</link>
		<comments>http://blog.refactor.se/2008/09/29/gafter-to-microsoft/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:27:55 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/?p=132</guid>
		<description><![CDATA[Initially I found it hard to Believe, but it appears to be true that Neal Gafter one of the Java-rock star has joined Microsot. I wonder what this means to his Closures proposal.
Twitter:
&#8220;working on Microsoft Visual Studio Managed Languages with Anders Hejlsberg, on C# and other languages.  &#8220;
Also confirmed by the latest Java Posse [...]]]></description>
			<content:encoded><![CDATA[<p>Initially I found it hard to Believe, but it appears to be true that Neal Gafter one of the Java-rock star has joined Microsot. I wonder what this means to his Closures proposal.</p>
<p><a href="http://twitter.com/gafter">Twitter</a>:</p>
<blockquote><p>&#8220;working on Microsoft Visual Studio Managed Languages with Anders Hejlsberg, on C# and other languages.  &#8220;</p></blockquote>
<p>Also confirmed by the latest Java Posse podcast (#208)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2008/09/29/gafter-to-microsoft/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SVN, Fix &#8220;Can&#8217;t convert string from &#8216;UTF-8&#8242; to native encoding:&#8221;</title>
		<link>http://blog.refactor.se/2007/08/13/svn-fix-cant-convert-string-from-utf-8-to-native-encoding/</link>
		<comments>http://blog.refactor.se/2007/08/13/svn-fix-cant-convert-string-from-utf-8-to-native-encoding/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 09:15:52 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2007/08/13/svn-fix-cant-convert-string-from-utf-8-to-native-encoding/</guid>
		<description><![CDATA[Well getting back from vacation I tried to update one of my subversion repositories, and I were once more met with the &#8220;Can&#8217;t convert string from &#8216;UTF-8&#8242; to native encoding:&#8221; , luckily it is easily fixed. This problem is caused by filename containing &#8220;special&#8221; characters (in my case Swedish ÅÄÖ).
[conlun@mbp:/]$ export LC_CTYPE=en_US.UTF-8
Verify you changes by [...]]]></description>
			<content:encoded><![CDATA[<p>Well getting back from vacation I tried to update one of my subversion repositories, and I were once more met with the &#8220;Can&#8217;t convert string from &#8216;UTF-8&#8242; to native encoding:&#8221; , luckily it is easily fixed. This problem is caused by filename containing &#8220;special&#8221; characters (in my case Swedish ÅÄÖ).</p>
<blockquote><p>[conlun@mbp:/]$ export LC_CTYPE=en_US.UTF-8</p></blockquote>
<p>Verify you changes by running</p>
<blockquote><p>[conlun@mbp:/]$ locale<br />
LANG=<br />
LC_COLLATE=&#8221;C&#8221;<br />
LC_CTYPE=&#8221;en_US.UTF-8&#8243;<br />
LC_MESSAGES=&#8221;C&#8221;<br />
LC_MONETARY=&#8221;C&#8221;<br />
LC_NUMERIC=&#8221;C&#8221;<br />
LC_TIME=&#8221;C&#8221;<br />
LC_ALL=&#8221;C/en_US.UTF-8/C/C/C/C&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2007/08/13/svn-fix-cant-convert-string-from-utf-8-to-native-encoding/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switched feeds to FeedBurner</title>
		<link>http://blog.refactor.se/2007/03/29/switched-feeds-to-feedburner/</link>
		<comments>http://blog.refactor.se/2007/03/29/switched-feeds-to-feedburner/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 09:56:20 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2007/03/29/switched-feeds-to-feedburner/</guid>
		<description><![CDATA[I&#8217;ve switched my feeds at this blog to be published via FeedBurner. There should be no disruption to your normal reading, although some aggregators might show some non-new items as new.
The WP plugin really made it a breeze.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve switched my feeds at this blog to be published via <a href="http://www.feedburner.com/">FeedBurner</a>. There should be no disruption to your normal reading, although some aggregators might show some non-new items as new.</p>
<p>The WP <a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/">plugin</a> really made it a breeze.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2007/03/29/switched-feeds-to-feedburner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moved the blog, or atleast tried to..</title>
		<link>http://blog.refactor.se/2007/02/25/moved-the-blog-or-atleast-tried-to-3/</link>
		<comments>http://blog.refactor.se/2007/02/25/moved-the-blog-or-atleast-tried-to-3/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 14:22:48 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2007/02/25/moved-the-blog-or-atleast-tried-to-3/</guid>
		<description><![CDATA[I started to move my blog yesterday, from my own hosting to a shared hosting on Dreamhost (heard allot of good things about them, and as a bonus the have hosted SVN servers). I can´t remember the last time I used a provider to host things, but i guess it were 10 years ago  [...]]]></description>
			<content:encoded><![CDATA[<p>I started to move my blog yesterday, from my own hosting to a shared hosting on <a href="http://www.dreamhost.com/">Dreamhost</a> (heard allot of good things about them, and as a bonus the have hosted SVN servers). I can´t remember the last time I used a provider to host things, but i guess it were 10 years ago <img src='http://blog.refactor.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Well things could have been going smoother, I changed the DNS at my registrar last night before hitting the sack and expected to be up and running when i woke up this morning. Guess what, my Dreamhost experience started out pretty rough (to say the least), they have had some serious downtimes all day. Well I guess these things happens, I will give them a spin and evaluate their services.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2007/02/25/moved-the-blog-or-atleast-tried-to-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor update..</title>
		<link>http://blog.refactor.se/2006/11/22/minor-update/</link>
		<comments>http://blog.refactor.se/2006/11/22/minor-update/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 08:44:34 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[JSF]]></category>
		<category><![CDATA[JSR299 (webbeans)]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2006/11/22/minor-update/</guid>
		<description><![CDATA[Well just a quick update what has been going on lately.
Another certification&#8230;
Last week I completed (and cleared) the Certified JBoss Developer, the test was quite interesting and a good followup to the the JBoss for Advanced J2EE Developer course I attended a couple of weeks back. Quite interesting to write an open-book certification, where you [...]]]></description>
			<content:encoded><![CDATA[<p>Well just a quick update what has been going on lately.</p>
<h3>Another certification&#8230;</h3>
<p>Last week I completed (and cleared) the <a href="http://www.europe.redhat.com/training/jboss_developer.php3">Certified JBoss Developer</a>, the test was quite interesting and a good followup to the the JBoss for Advanced J2EE Developer course I attended a <a href="http://blog.refactor.se/2006/10/21/jboss-training-next-week/">couple of weeks back</a>. Quite interesting to write an open-book certification, where you get 24h to complete the test (taking it at home). I recommend the course to anyone looking for the nitty-gritty details about JBoss AS (although you can pick up the information by reading the <a href="http://docs.jboss.org/jbossas/jboss4guide/r5/html/">JBoss AS Guide</a>). Although certification really doesn&#8217;t tell you anything, it can be a good edge to get interesting gigs.</p>
<h3>Joined a JSR expert group..</h3>
<p>Since I joined the JCP almost 10months ago, I have been more of a lurker (I haven&#8217;t participated actively in any JSRs). The time of change is here, some months ago I requested to join the <a href="http://www.jcp.org/en/jsr/detail?id=299">JSR299</a> (WebBeans) expert group, and yesterday I got the approvement email. The JSR is really interesting, for those unfamiliar with it it&#8217;s basically <a href="http://www.jboss.com/products/seam">Seam</a> in a standardized way (the JSR is lead by Gavin King).</p>
<h3>Work, work, work..</h3>
<p>It has been real busy week at work (both client wise and internally). My current project is nearing it&#8217;s end (implementation wise) and I have had more time to actually do some coding in the project (ie less meetings, management, mentoring). I&#8217;ve been concentrating on verifying the overall architecture against the requirements. Also quite a bit of refactoring, moving out some common JSF functionalites to reusable components, this have given me a good chance to really dive into the JSF spec. Hopefully I will make these components available in some form over the coming months, it&#8217;s not exactly rocket-science component but usefully small tidbits.</p>
<p>I have also been busy on weekends, late nights migrating the infrastructure from old hardware/software to new servers. To this stage we been quite successfully and we have deprecated some applications, and old hardware. And I have begun to extend, and introduce a SSO solution to our business critical applications (most of them homegrown, and on diffent platforms such as .NET, J2EE, and classic ASP). We settled on <a href="http://www.ja-sig.org/products/cas/">CAS</a> which seems to be a proven solution, but we are not quite there yet. We need to plug this into a Microsoft Active Directory for the authentication store, any suggestions here are very much welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2006/11/22/minor-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
