<?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>agilejava.eu &#187; Tools</title>
	<atom:link href="http://www.agilejava.eu/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agilejava.eu</link>
	<description>by Ivar Grimstad</description>
	<lastBuildDate>Fri, 15 Jul 2011 16:35:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>7 reasons to upgrade to Java 7</title>
		<link>http://www.agilejava.eu/2011/07/15/7-reasons-to-upgrade-to-java-7/</link>
		<comments>http://www.agilejava.eu/2011/07/15/7-reasons-to-upgrade-to-java-7/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 07:15:18 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=823</guid>
		<description><![CDATA[Java 7 is finally here! Or to be absolutely correct, will be released July 28. In this post, I will point out 7 (wonder where I got that number from&#8230;) reasons to upgrade. Coins are also money Project Coin contains a couple of nice language changes that will make life as a programmer much easier. [...]]]></description>
			<content:encoded><![CDATA[<p>Java 7 is finally here! Or to be absolutely correct, will be released July 28. In this post, I will point out 7 (wonder where I got that number from&#8230;) reasons to upgrade.</p>
<ol>
<li><strong>Coins are also money</strong><br />
Project Coin contains a couple of nice language changes that will make life as a programmer much easier. See the <a title="Project Coin" href="http://openjdk.java.net/projects/coin/">project page</a> for details.</li>
<li><strong>Dynamic languages</strong><br />
<em>invokedynamic</em> adds support for dynamically typed languages on the Java platform.</li>
<li><strong>New File System API</strong><br />
File operations have always been pain in Java, but with this new API most of the issues are solved. Manipulating symbolic links for example.</li>
<li><strong>Concurrency<br />
</strong>The Fork/Join Framework provides a set of utilities you would benefit from when writing concurrent programs, giving the possibility for true parallelism on the Java platform.<strong><br />
</strong></li>
<li><strong>Modularization<br />
</strong>A refactoring enabling the Java SE platform to be downloaded as required by the VM as needed. <strong><br />
</strong></li>
<li><strong>Enhancements</strong><br />
A lot of enhancements regarding classloading, unicode, locale etc.</li>
<li><strong>It&#8217;s new</strong><br />
And new things are always more motivating to work with than old, at least in the context of programming languages.</li>
</ol>
<p>To be honest this is not very much for a major version of a programming language, especially since it has gone nearly five years since the previous version. But it shows that Java is still alive after the whole Oracle story.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=7+reasons+to+upgrade+to+Java+7+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D823" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=7+reasons+to+upgrade+to+Java+7+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D823" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2011/07/15/7-reasons-to-upgrade-to-java-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Architect&#8217;s Java DAO Generator</title>
		<link>http://www.agilejava.eu/2010/10/30/architects-java-dao-generator/</link>
		<comments>http://www.agilejava.eu/2010/10/30/architects-java-dao-generator/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 13:56:09 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=764</guid>
		<description><![CDATA[Usually, when I come home from work, I am pretty tired of programming and rarely ever do any programmin during weekends. But this weekend was different. I have been coding pretty much at work lately, so it should not be because of abstinence from coding. Anyhow, I set down and contributed to a small open [...]]]></description>
			<content:encoded><![CDATA[<p>Usually, when I come home from work, I am pretty tired of programming and rarely ever do any programmin during weekends. But this weekend was different. I have been coding pretty much at work lately, so it should not be because of abstinence from coding. Anyhow, I set down and contributed to a small open source project started by a former colleague of mine. It is called <em>Architect&#8217;s Java DAO Generator</em>, and you can find it on <a title="Mardao" href="https://sourceforge.net/projects/mardao/" target="_blank">Sourceforge</a>. In short it is a maven plugin that generates most of the boilerplate code you usually have to code by hand. It also abstracts the data access layer from your domain logic in a nice way. Version 1.5 is soon going to be available and is absolutely worth a look.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Architect%E2%80%99s+Java+DAO+Generator+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D764" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Architect%E2%80%99s+Java+DAO+Generator+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D764" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/10/30/architects-java-dao-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Candidate for Daily WTF</title>
		<link>http://www.agilejava.eu/2010/10/07/candidate-for-daily-wtf/</link>
		<comments>http://www.agilejava.eu/2010/10/07/candidate-for-daily-wtf/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 11:21:24 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=746</guid>
		<description><![CDATA[To cry&#8230;or laugh&#8230;that&#8217;s the question&#8230; @Test public void spaceFiller() { int l = 5; String result = MessageUtil.spaceFiller(5); if (result.length() == l) { } else { fail(); } } When I came across the test code above I wondered who on Earth would write such a thing. The answer came shortly after when I had [...]]]></description>
			<content:encoded><![CDATA[<p>To cry&#8230;or laugh&#8230;that&#8217;s the question&#8230;</p>
<pre>@Test
public void spaceFiller() {
   int l = 5;
   String result = MessageUtil.spaceFiller(5);
   if (result.length() == l) {
   } else {
      fail();
   }
}</pre>
<p>When I came across the test code above I wondered who on Earth would write such a thing. The answer came shortly after when I had a look at the method it is testing&#8230;</p>
<pre>/**
 * Space filler.
 * Creates a string filled with spaces of the wanted length
 *
 * @param length the length of the wanted string
 * @return the string
 */
public static String spaceFiller(int length){
   String s = "";
   for(int i=0; i &lt; length; i++)
      s = s.concat(" ");
   return s;
}</pre>
<p>The good thing is that they actually wrote a nice and clear JavaDoc explaining their own stupidity&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Candidate+for+Daily+WTF+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D746" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Candidate+for+Daily+WTF+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D746" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/10/07/candidate-for-daily-wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Unit Tests Necessary?</title>
		<link>http://www.agilejava.eu/2010/10/06/are-unit-tests-necessary/</link>
		<comments>http://www.agilejava.eu/2010/10/06/are-unit-tests-necessary/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 14:01:01 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=736</guid>
		<description><![CDATA[At work today I came across a project that had not written a single unit test for their new code and wondered what the hell they were doing. Nothing unusual except that apart from the usual excuses about time constraint etc., they had the guts to challenge the value of unit tests. I did not [...]]]></description>
			<content:encoded><![CDATA[<p>At work today I came across a project that had not written a single unit test for their new code and wondered what the hell they were doing. Nothing unusual except that apart from the usual excuses about time constraint etc., they had the guts to challenge the value of unit tests. I did not believe what I heard and for a moment wondered if I had gone through some kind of time capsule when I was visiting the pyramids in Cairo last week and come back in a time before unit testing was invented. But a quick glance at the date on my watch ensured me that it was still 2010.</p>
<p>The only comforting thing about this is that as long as there are projects like this, there will be plenty of work for software consultants to clean up the mess. Just a pity that the first couple of weeks will be spent writing unit tests to be able to start refactoring the code. Good thing that writing unit tests are pretty fun and addicting, or to quote one of Kent Beck&#8217;s tweet earlier today <em>&#8220;&#8230; tests are like potato chips&#8221;</em>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Are+Unit+Tests+Necessary%3F+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D736" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Are+Unit+Tests+Necessary%3F+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D736" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/10/06/are-unit-tests-necessary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Special Year</title>
		<link>http://www.agilejava.eu/2010/07/22/a-special-year/</link>
		<comments>http://www.agilejava.eu/2010/07/22/a-special-year/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:38:55 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[JavaOne]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=689</guid>
		<description><![CDATA[The first time I attended JavaOne was 1999 and I have only missed it once since then. Sadly, this year will be the second time I am not present there. I have become kind of used to the week in San Francisco every year. It is the perfect way to start the summer with a [...]]]></description>
			<content:encoded><![CDATA[<p>The first time I attended JavaOne was 1999 and I have only missed it once since then. Sadly, this year will be the second time I am not present there. I have become kind of used to the week in San Francisco every year. It is the perfect way to start the summer with a visit to that beautiful city. Since it is in September this year, it would probably been the perfect way to end the summer (&#8230;we have short summers here in Scandinavia&#8230;).</p>
<p>I will for sure miss the massive input and inspiration this conference gives me and enables me to keep up-to-date on everything that is happening in the Java Community. This year&#8217;s conference is also special since it is the first time Oracle is hosting the show. It feels like a good idea to co-host it with Oracle Develop and I hope it will be a success to be continued. Next year, I will definitely be attending, one way or the other&#8230;!</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=A+Special+Year+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D689" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=A+Special+Year+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D689" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/07/22/a-special-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Emulator Workaround</title>
		<link>http://www.agilejava.eu/2010/05/31/android-emulator-workaround/</link>
		<comments>http://www.agilejava.eu/2010/05/31/android-emulator-workaround/#comments</comments>
		<pubDate>Mon, 31 May 2010 11:42:57 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=579</guid>
		<description><![CDATA[Here is a small tip if you are having trouble running the Android Emulator for code that calls native methods and getting an error message similar to this: JNI WARNING: method declared to return 'Ljava/nio/ByteBuffer;' returned 'Ljava/nio/ReadWriteDirectByteBuffer;' ... ;.nativeAsBuffer ('Ljava/nio/ByteBuffer;' not found) The simple workaround is to add the following to the onCreate method of [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a small tip if you are having trouble running the Android Emulator for code that calls native methods and getting an error message similar to this:</p>
<pre>JNI WARNING: method declared to return 'Ljava/nio/ByteBuffer;' returned 'Ljava/nio/ReadWriteDirectByteBuffer;'
... ;.nativeAsBuffer ('Ljava/nio/ByteBuffer;' not found)</pre>
<p>The simple workaround is to add the following to the <strong>onCreate</strong> method of your main activity:</p>
<pre>ByteBuffer dummy = ByteBuffer.allocate(0); dummy = null;</pre>
<p>This way the classloader is &#8220;forced&#8221; to load ByteBuffer. This is not needed when running on a device, only the emulator as it seems.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Android+Emulator+Workaround+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D579" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Android+Emulator+Workaround+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D579" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/05/31/android-emulator-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans and Android Tip</title>
		<link>http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/</link>
		<comments>http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/#comments</comments>
		<pubDate>Tue, 11 May 2010 14:59:16 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=542</guid>
		<description><![CDATA[Developing Android applications using NetBeans is usually as easy as stealing candy from a baby. But the last couple of days I have been struggling with an application that uses a couple of external libraries. The other developers (using Eclipse) have a couple of scripts that they run to get the .so files included in [...]]]></description>
			<content:encoded><![CDATA[<p>Developing Android applications using NetBeans is usually as easy as stealing candy from a baby. But the last couple of days I have been struggling with an application that uses a couple of external libraries. The other developers (using Eclipse) have a couple of scripts that they run to get the <strong>.so</strong> files included in the<strong> .apk</strong> file. When I tried running the same scrips on the <strong>.apk</strong> generated from NetBeans, the application failed to start in the emulator. I nearly switched to Eclipse (god forbid), but then I saw the light again. As it turns out, NetBeans does not include the java api jar-files in the external libs in the dex-file by default which resulted in a <strong>ClassNotFoundException</strong>.</p>
<p>The solution is as simple as you would expect when you have used NetBeans for a while. Add the following to the <em>build.xml</em> file in the project root (replace the dummy values for the signjar target):</p>
<pre>&lt;target name="-pre-jar"&gt;
   &lt;copy todir="${build.classes.dir}"&gt;
      &lt;fileset dir="${external.libs.dir}"&gt;
         &lt;include name="*.jar"/&gt;
      &lt;/fileset&gt;
   &lt;/copy&gt;
&lt;/target&gt;
&lt;target name="-post-jar"&gt;
   &lt;zip update="true" destfile="${dist.apk}"&gt;
      &lt;zipfileset dir="${external.libs.dir}" includes="*.so" prefix="lib/armeabi"/&gt;
   &lt;/zip&gt;
   &lt;zip destfile="tmp.apk"&gt;
      &lt;zipfileset src="${dist.apk}"&gt;
         &lt;exclude name="META-INF/*.*" /&gt;
      &lt;/zipfileset&gt;
   &lt;/zip&gt;
   &lt;move file="tmp.apk" tofile="${dist.apk}" /&gt;
   &lt;signjar jar="${dist.apk}" alias="alias" storepass="secret" keypass="secret2" keystore="my_keystore"/&gt;
&lt;/target&gt;</pre>
<p>You also need to add <strong>external.libs.dir=&lt;your lib folder&gt;</strong> to you <em>&lt;project root&gt;/nbproject/project.properties file</em>.</p>
<p>Now you can install the resulting .apk file using <em>adb install</em> or by running/debugging directly from NetBeans. Remember to follow the tip for asset-files in a previous <a href="http://www.agilejava.eu/2010/04/29/android-emulator-and-netbeans/" target="_self">post</a> if you have that kind of resources.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=NetBeans+and+Android+Tip+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D542" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=NetBeans+and+Android+Tip+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D542" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Android Emulator and NetBeans</title>
		<link>http://www.agilejava.eu/2010/04/29/android-emulator-and-netbeans/</link>
		<comments>http://www.agilejava.eu/2010/04/29/android-emulator-and-netbeans/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:45:01 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=527</guid>
		<description><![CDATA[Whenever you ask or search for help regarding Android development, you end up with some fix related to the Eclipse ADT plugin or the Android SDK tools. My intention is to fix that by repeating parts of a great tip I found at Tim Perry&#8217;s blog. It is about how to get hold of the [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever you ask or search for help regarding Android development, you end up with some fix related to the Eclipse ADT plugin or the Android SDK tools. My intention is to fix that by repeating parts of a great tip I found at <a title="NetBeans trick" href="http://tim-perry.co.uk/blog/2010/02/20/PhoneGap_and_Netbeans" target="_blank">Tim Perry&#8217;s blog</a>. It is about how to get hold of the resources placed under the <em>/assets </em>folder in you Android project while running your applictaion in the Emulator from NetBeans. If your application tries to access resources from the <strong>AssetManager</strong> you will get a <strong>FileNotFoundException</strong>. The reason for this is that the assets are not packaged with the <em>.apk</em> like it is if you package and deploy it using the SDK tools.</p>
<p>The solution is:</p>
<ol>
<li>Go into <em>nbproject/project.properties</em> and add &#8216;<strong>assets.available=true</strong>&#8216;</li>
</ol>
<p>Voila! You will now be able to run, debug and step through your code as you would expect.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Android+Emulator+and+NetBeans+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D527" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Android+Emulator+and+NetBeans+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D527" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/04/29/android-emulator-and-netbeans/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google App Engine</title>
		<link>http://www.agilejava.eu/2010/01/27/google-app-engine/</link>
		<comments>http://www.agilejava.eu/2010/01/27/google-app-engine/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:00:45 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=514</guid>
		<description><![CDATA[It is amazing what a month in South Africa does to you. Things like Twitter, Facebook and blogging becomes pretty distant&#8230; But now I have been home for a while, Sun+Oracle has been approved by EU, I have finished (almost) my kitchen renovation and celebrated yet another birthday, so it is time to get started [...]]]></description>
			<content:encoded><![CDATA[<p>It is amazing what a month in South Africa does to you. Things like <a title="Ivar Grimstad on Twitter" href="http://www.twitter.com/ivar_grimstad" target="_blank">Twitter</a>, <a title="Ivar Grimstad on Facebook" href="http://www.facebook.com/ivar.grimstad" target="_blank">Facebook</a> and blogging becomes pretty distant&#8230; But now I have been home for a while, Sun+Oracle has been approved by EU, I have finished (<em>almost</em>) my kitchen renovation and celebrated <em>yet</em> another birthday, so it is time to get started again!</p>
<p>After a discussion with a colleague at a coffee break this morning, I decided to try out <a title="Google App Engine" href="http://code.google.com/appengine/" target="_blank">Google App Engine</a>. The getting started guide is a great place to start. It gives you a great walk-through setting up the development environment and creating a sample application. Since I am no big fan of Eclipse, I installed the <a title="Netbeans Support for Google App Engine" href="http://kenai.com/projects/nbappengine/pages/Home" target="_blank">Google App Engine Plugin</a> for NetBeans. After resolving a small issue regarding path settings (see solution <a title="Issue 1226" href="http://code.google.com/p/googleappengine/issues/detail?id=1226#makechanges" target="_blank">here</a>), it was up and running perfectly.</p>
<p>Next steps will be to figure out what changes that has to be made to my existing applications to be able to deploy them on app engine. Probably the server side of <a title="YouOweMe Android" href="http://kenai.com/projects/youoweme" target="_blank">YouOweMe</a> will be the first candidate. Or maybe the <a title="KanbanFX" href="http://www.agilejava.eu/kanbanfx/" target="_self">KanbanFX</a> server. I haven&#8217;t decided yet&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Google+App+Engine+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D514" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Google+App+Engine+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D514" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/01/27/google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Company Internal Twitter &#8211; good or evil?</title>
		<link>http://www.agilejava.eu/2009/11/10/company-internal-twitter-good-or-evil/</link>
		<comments>http://www.agilejava.eu/2009/11/10/company-internal-twitter-good-or-evil/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:22:18 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=495</guid>
		<description><![CDATA[This week Yammer was introduced to the entire company. Simply put, Yammer is a company internal twitter where coworkers can connect and share information by posting messages. At first, I was skeptical to the whole idea thinking it would generate an overload of noise for a couple of weeks until dying slowly like most initiatives [...]]]></description>
			<content:encoded><![CDATA[<p>This week <a title="Yammer" href="http://www.yammer.com" target="_blank">Yammer</a> was introduced to the entire company. Simply put, Yammer is a company internal twitter where coworkers can connect and share information by posting messages.</p>
<p>At first, I was skeptical to the whole idea thinking it would generate an overload of noise for a couple of weeks until dying slowly like most initiatives to share knowledge within companies. But after having thought about it, I really hope that will not happen. It is actually a brilliant way of building a knowledge base within the company. Everyone who has tried to establish some form of knowledge exchange know how hard it is to get people to contribute.</p>
<p>But by &#8220;hiding&#8221; it behind some familiar technology like twitter, people actually contribute without knowing it. If you think about it, only the things people are interested in will be posted and discussed in such a forum. People will only put energy in discussions they have strong feelings for. The things most people have feelings for are probably pretty relevant things for your organization. And it is by default fully searchable with the newest items most visible.</p>
<p>So with my limited experience of yammer (have used it two days), I will conclude that it is actually a good thing. Now we just have to hope that it does not die a silent death when it is not that <em>new-and-cool</em> anymore&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Company+Internal+Twitter+%E2%80%93+good+or+evil%3F+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D495" title=" "><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Company+Internal+Twitter+%E2%80%93+good+or+evil%3F+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D495" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/11/10/company-internal-twitter-good-or-evil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

