<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>RiboComments</title>
	<link>http://blog.ribomation.com</link>
	<description>Some random comments on software development</description>
	<lastBuildDate>Tue, 24 Jan 2012 07:31:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Review of the Groovy and Grails eXchange 2011 Conference</title>
		<description><![CDATA[The last two days in the London City area, attending the Groovy &#38; Grails eXchange conference, has been interesting. Day 1 I’m in the processes of getting into Gradle, so it was really fun to watch Hans Docter’s two presentations about it. Gradle is the generation 3 build tool, where Maven is generation 2 and Ant generation 1, and …. Make is generation 0 I already knew about the new...]]></description>
		<link>http://blog.ribomation.com/2011/12/review-of-the-groovy-and-grails-exchange-2011-conference/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=review-of-the-groovy-and-grails-exchange-2011-conference</link>
			</item>
	<item>
		<title>Groovy and Grails eXchange, London</title>
		<description><![CDATA[I will attend the Groovy &#38; Grails eXchange, in London, Thu-Fri 8-9 December 2011. I&#8217;m really looking forward to it.]]></description>
		<link>http://blog.ribomation.com/2011/12/groovy-and-grails-exchange-london/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=groovy-and-grails-exchange-london</link>
			</item>
	<item>
		<title>Speaker at Introscope User Group, Stockholm</title>
		<description><![CDATA[I gave a speech at the CA-Wily Introscope User Group meeting, 18 October 2011 in Stockholm, where I discussed how to develop Java Agent extensions. I also presented some of my extensions I have developed in the past and recently made public. Here are my slides, located on SlideShare. Introscope agent extensions case studies &#8211; introscope user group meeting &#8211; 18 oct 2011 (pub) View more presentations from Ribomation]]></description>
		<link>http://blog.ribomation.com/2011/10/speaker-at-introscope-user-group-stockholm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speaker-at-introscope-user-group-stockholm</link>
			</item>
	<item>
		<title>Droid@Screen, version 0.5</title>
		<description><![CDATA[I just published a new version of Droid@Screen (v0.5). The new features in this version are: Continuously recording screen-shots and store them into a directory, for further processing. Ability to restart ADB. You will need to unplug your device first, then plug it in again. Ability to reload all connected devices. Direct manipulation of the device frame. That means, not hide/show when changing scale/rate/orientation. As usual, you can find the download...]]></description>
		<link>http://blog.ribomation.com/2011/10/droidscreen-version-0-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=droidscreen-version-0-5</link>
			</item>
	<item>
		<title>New version of Droid@Screen</title>
		<description><![CDATA[I finally, decided to spend some time improving Droid@Screen. Version 0.4 has just been release. It has now its own page, conveniently reachable from the top navigation bar of the blog. You can also go to the page here&#62;&#62;. The primary change is the Ui as you can see above. I added icons and a toolbar for the face-lift. Here are the changes taken from its page. Better handling of...]]></description>
		<link>http://blog.ribomation.com/2011/10/new-version-of-droidscreen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-version-of-droidscreen</link>
			</item>
	<item>
		<title>Teaching C++ in China</title>
		<description><![CDATA[I had the pleasure of being invited to teach my course Threads programming using C++, for a Swedish telco company with a branch in Nanjing, China. Yesterday, I returned back home again. The course went well during the week, but for me it was a real challenge teaching when the temperature was 35o C (95o F) and with limited air-condition in the class room. Anyway, during the week I gradually...]]></description>
		<link>http://blog.ribomation.com/2011/08/teaching-c-in-china/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=teaching-c-in-china</link>
			</item>
	<item>
		<title>This blog got hacked</title>
		<description><![CDATA[Last week, during a trip to China for giving a training course in threads and C++, this blog got hacked by some script insertion bot. I discovered it a few days after the event and shut the site down until I had some time fixing it. Now, WordPress is re-installed with the latest version and hopefully it will stay up for now. If you see anything mysterious, please contact me.]]></description>
		<link>http://blog.ribomation.com/2011/08/this-blog-got-hacked/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-blog-got-hacked</link>
			</item>
	<item>
		<title>Android and XML</title>
		<description><![CDATA[Using XML in an Android project can be a real PITA or as simple as using Simple-XML. I recently stumbled on this nice little XML Java library, when googling around for a convenient way of exporting/importing many objects to/from the SD card. Simple-XML Uses Annotation The special with Simple-XML is that it uses annotations to mark classes and fields for XML processing, like this snippet shows. It will produce an...]]></description>
		<link>http://blog.ribomation.com/2011/07/android-and-xml/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-and-xml</link>
			</item>
	<item>
		<title>Android multi-version build</title>
		<description><![CDATA[Building an Android application has its challenges. When generating a new Android project it creates, among other files, an Ant build XML script one can use to assemble the APK artifact file for loading into the emulator or a real device. This Ant build file works well as long as one goes for the standard build. However, the moment one tries to tweak the build process, one hits the wall....]]></description>
		<link>http://blog.ribomation.com/2011/06/android-multi-version-build/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-multi-version-build</link>
			</item>
	<item>
		<title>Drive-Journal Android app released</title>
		<description><![CDATA[Today I am exited about the release of a brand new Android app, called Drive-Journal. The intended audience for Drive-Journal are professionals that are using their own car or a company car in their line of duty, such as consultants, sales persons and others. Drive-Journal tracks all on-duty trips and provides an easy way to send/upload a monthly trip report to, for example, the salary department. The unique feature of Drive-Journal...]]></description>
		<link>http://blog.ribomation.com/2011/06/drive-journal-android-app-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drive-journal-android-app-released</link>
			</item>
	<item>
		<title>Why Software Projects Fail</title>
		<description><![CDATA[Yesterday, (June 9, 2010) I gave a presentation in Gothenburg (Göteborg) for a well known large Swedish company, regarding why &#8211; despite advances in software methodology, languages and tools &#8211; projects still fail. The major theme of the speech was the paradox of at one hand we have seen a tremendous improvements of languages, tools and methodologies over the last quarter of a century , but on the other hand...]]></description>
		<link>http://blog.ribomation.com/2010/06/why-software-projects-fail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-software-projects-fail</link>
			</item>
	<item>
		<title>ExpressionTracer</title>
		<description><![CDATA[During the first week of May, I got engaged with a customer that needed help with adding more detailed performance metrics of NordicEdge Certificate Server, which is a Tomcat hosted SiteMinder add-on. The end-result was new metrics providing live-feeds of the Certificate status count, i.e., Valid vs. Revoked Certificate issuer count New certificates count, for some aggregated periodes and more&#8230; One of my tools used, was an extension I wrote...]]></description>
		<link>http://blog.ribomation.com/2010/05/expressiontracer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=expressiontracer</link>
			</item>
	<item>
		<title>Snow in April</title>
		<description><![CDATA[During the week (20-23 April) I have been working for a customer north of Stockholm (180 km) and have been driving back and forth every day. Normally this is an easy drive that takes me about an hour and a half during the early morning. However, on Thursday morning between Uppsala and Gaevle we got a whole shipload of snow at the same time. Normally, we get snow in Sweden...]]></description>
		<link>http://blog.ribomation.com/2010/04/snow-in-april/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snow-in-april</link>
			</item>
	<item>
		<title>Cloud computing seminar</title>
		<description><![CDATA[Last Monday (19 April) I gave a seminar about cloud computing for a Swedish bank. Below you can find the slides. In contrary to most of my previous presentations, this slide deck is in English. Cloud computing for banking&#160; View more presentations from Ribomation.]]></description>
		<link>http://blog.ribomation.com/2010/04/cloud-computing-seminar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cloud-computing-seminar</link>
			</item>
	<item>
		<title>The future of Java</title>
		<description><![CDATA[Last week (11 mars 2010), I gave an evening seminar for consultant company in central Stockholm, regarding the future of Java, in the aftermath of Oracle&#8217;s acquistion of SUN. I gave my view points on the evolution of the platform and the language. My primary point was the bright future of Groovy, as the leading JVM language. Sort of, similar to how C++ replaced C, back in the beginning of...]]></description>
		<link>http://blog.ribomation.com/2010/03/the-future-of-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-future-of-java</link>
			</item>
	<item>
		<title>Cloud Computing and Security</title>
		<description><![CDATA[Last week (Mars 11, 2010), I gave a seminar (in Swedish) regarding cloud computing in general and the security aspects in particular, for HAS 4.0. HAS is an annual course in security with a very broad perspective, organized by Logica and Cornerstone. Here are my slides from my two hour presentation. Cloud Computing And Security View more presentations from Ribomation.]]></description>
		<link>http://blog.ribomation.com/2010/03/cloud-computing-and-security/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cloud-computing-and-security</link>
			</item>
</channel>
</rss>

