<?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; Cool Stuff</title>
	<atom:link href="http://www.agilejava.eu/tag/cool-stuff/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>Upgrading the hard way&#8230;</title>
		<link>http://www.agilejava.eu/2011/07/12/upgrading-the-hard-way/</link>
		<comments>http://www.agilejava.eu/2011/07/12/upgrading-the-hard-way/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 10:53:01 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=818</guid>
		<description><![CDATA[Yesterday I decided to upgrade WordPress on this site. As usual I ignored the tip about backing up first and just pressed the Upgrade Now button. As you can imagine, it failed big time so my only option was to reinstall. Luckily, I was able to export my posts using phpMyAdmin, but when I was trying [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I decided to upgrade WordPress on this site. As usual I ignored the tip about backing up first and just pressed the <em>Upgrade Now</em> button. As you can imagine, it failed big time so my only option was to reinstall. Luckily, I was able to export my posts using phpMyAdmin, but when I was trying to import them again after the WordPress installation, the fun began&#8230; The column count did not match, so I had to update all posts manually before importing.</p>
<p>I think I have got it all up as it was now, with a few new features such as link to my google+ profile and the nice little +1 button below the posts. Next time I am definitely going to follow the recommendations of backing up the data&#8230;<em>I think</em>&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Upgrading+the+hard+way%E2%80%A6+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D818" 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=Upgrading+the+hard+way%E2%80%A6+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D818" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2011/07/12/upgrading-the-hard-way/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>Scala Tutorial</title>
		<link>http://www.agilejava.eu/2010/07/01/scala-tutorial/</link>
		<comments>http://www.agilejava.eu/2010/07/01/scala-tutorial/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:29:28 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=664</guid>
		<description><![CDATA[While I was reading up a little on Scala recently, I found out that I might as well contribute a little while doing it. So I translated the Scala Tutorial to Norwegian since that was one of the translations missing. You can find it among the other translations on scala-lang.org or simply click on the [...]]]></description>
			<content:encoded><![CDATA[<p>While I was reading up a little on Scala recently, I found out that I might as well contribute a little while doing it. So I translated the Scala Tutorial to Norwegian since that was one of the translations missing. You can find it among the other <a title="Scala Tutorial Translations" href="http://www.scala-lang.org/node/274" target="_blank">translations</a> on <a title="Scala Programming Language" href="http://www.scala-lang.org/" target="_blank">scala-lang.org</a> or simply click on the image below to access it directly.</p>
<p style="text-align: center;"><a title="Norwegian Scala Tutorial" href="http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaTutorial-no_NO.pdf" target="_blank"><img class="alignnone" src="http://www.agilejava.eu/images/ScalaTutorial_no_NO.png" alt="Scala Tutorial in Norwegian" width="200" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Scala+Tutorial+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D664" 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=Scala+Tutorial+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D664" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2010/07/01/scala-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Øredev 2009 &#8211; Day 3</title>
		<link>http://www.agilejava.eu/2009/11/06/%c3%b8redev-2009-day-3/</link>
		<comments>http://www.agilejava.eu/2009/11/06/%c3%b8redev-2009-day-3/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:58:21 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=476</guid>
		<description><![CDATA[I was not present at the conference yesterday, so this is actually my second day here, and that also explains why there were no post from yesterday. Another explanation could have been that I was lazy, but that is not the case this time&#8230; Well, over to what this post is all about: the conference. [...]]]></description>
			<content:encoded><![CDATA[<p>I was not present at the conference yesterday, so this is actually my second day here, and that also explains why there were no post from yesterday. Another explanation could have been that I was lazy, but that is not the case this time&#8230; <img src='http://www.agilejava.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Well, over to what this post is all about: the conference. The keynote was held by Scott Hanselman. He gave an excellent talk about effectiveness and efficiency. Some really good stuff to bring back from that speech. Will try to list some of the techniques and tools he mentioned in a later blog post.</p>
<p>I will also summarize the rest of the sessions I attended today very soon here&#8230;</p>
<p>Great conference!</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=%C3%98redev+2009+%E2%80%93+Day+3+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D476" 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=%C3%98redev+2009+%E2%80%93+Day+3+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D476" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/11/06/%c3%b8redev-2009-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IntelliJ IDEA &#8211; Now Free and Open Source</title>
		<link>http://www.agilejava.eu/2009/10/16/intellij-idea-now-free-and-open-source/</link>
		<comments>http://www.agilejava.eu/2009/10/16/intellij-idea-now-free-and-open-source/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:52:52 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=384</guid>
		<description><![CDATA[Despite the fact that it comes with a price tag, IntelliJ IDEA from JetBrains has since long been a very popular IDE in the Java community. The news that they now provide a free and open source community version was therefore very welcome. If you have been reading this blog, you probably know that I [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the fact that it comes with a price tag, IntelliJ IDEA from JetBrains has since long been a very popular IDE in the Java community. The news that they now provide <a title="IntelliJ IDEA - Now Free and Open Source" href="http://www.jetbrains.com/idea/nextversion/free_java_ide.html" target="_blank">a free and open source community version</a> was therefore very welcome.</p>
<p>If you have been reading this blog, you probably know that I am quite a big fan of <a title="NetBeans" href="http://www.netbeans.org/" target="_blank">NetBeans</a> and have written quite a few comments about the areas it excels over <a title="Eclipse" href="http://www.eclipse.org/" target="_blank">Eclipse</a>. I have not <em>really</em> tried IntelliJ IDEA yet, but now the Community Edition has been downloaded and installed. JetBrains has provided a detailed <a title="Comparison of IDEA Community and Ultimate editions" href="http://www.jetbrains.com/idea/nextversion/editions_comparison_matrix.html" target="_blank">comparison</a> between the Community and Ultimate edition.</p>
<p><strong>First Impression</strong><br />
The first impression is that it is fast. The startup time is significantly faster than NetBeans. The editor is responsive, shortcuts and refactorings just as you expect them to be. It sure is ugly, menus and dialogs looks like some left over AWT student project hack from the 90&#8242;s, but who cares. After all we are here to code, not to enjoy the view.</p>
<p><strong>Maven</strong><br />
The next test is to open one of my existing multi-module <a title="Maven home" href="http://maven.apache.org/" target="_blank">maven</a> projects. Just as with NetBeans, it is just to select the root <em>pom.xml</em> file and open it. All sub-modules and dependencies are resolved just as expected. It scatters a lot of <em>.ipr</em>, <em>.iwl</em> and <em>.iml</em> files all over the place, but I can live with that as long as it updates them with changes from the <em>pom.xml</em> files.</p>
<p>When I check the Module Settings, it seems like the compiler output is set to <strong>/classes</strong> and not <strong>/target</strong> as normally by the maven convention. But when i build the project, it uses the maven configuration and puts the compiled classes under target. <em>Why?</em> Well, as long as it works it is okay with me&#8230;</p>
<p><strong>Web and Enterprise</strong><br />
As the comparison table shows, there is no support for any web, mobile or enterprise frameworks in the Community edition. Nor are there support for application servers. You would have to buy the Ultimate edition for this. Fair enough, they have to make money somewhere.</p>
<p><strong>Conclusion</strong><br />
The Community Edition of IntelliJ IDEA is the perfect choice if you are building a simple java application. It lacks support for development using web, mobile or enterprise technologies. If you want an IDE that is comparable to for example Eclipse Gallileo or NetBeans you would have to go for the Ultimate Edition. In my view <strong>NetBeans</strong> is the better choice.</p>
<p><em>Disclaimer: I  have only scratched the surface here and will continue explore the Community Edition. My opinions may change as I go&#8230;</em></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=IntelliJ+IDEA+%E2%80%93+Now+Free+and+Open+Source+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D384" 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=IntelliJ+IDEA+%E2%80%93+Now+Free+and+Open+Source+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D384" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/10/16/intellij-idea-now-free-and-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KanbanFX</title>
		<link>http://www.agilejava.eu/2009/09/03/kanbanfx/</link>
		<comments>http://www.agilejava.eu/2009/09/03/kanbanfx/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:00:49 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[Kanban]]></category>
		<category><![CDATA[KanbanFX]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=351</guid>
		<description><![CDATA[I really like the simplicity in Kanban. It should be enough for most small projects, and especially AO teams. Even though all you really need as tool support is a white-board and a couple of post-it notes, larger organizations often require you to hook into existing tools for requirement management, issue tracking etc. I have [...]]]></description>
			<content:encoded><![CDATA[<p>I really like the simplicity in Kanban. It should be enough for most small projects, and especially AO teams. Even though all you really need as tool support is a white-board and a couple of post-it notes, larger organizations often require you to hook into existing tools for requirement management, issue tracking etc.</p>
<p>I have not been able to find any tool fulfilling this need, so I decided to create on myself. Thereby, <strong>KanbanFX</strong> was born!</p>
<p>KanbanFX is a JavaFX implementation of a Kanban board. Source code and a very limited demo version is available on Kenai:</p>
<p style="text-align: center;"><a title="KanbanFX" href="http://kenai.com/projects/kanbanfx" target="_blank">http://kenai.com/projects/kanbanfx</a>.</p>
<p style="text-align: left;">Please join the project if you want to contribute. I am pretty sure that I will need help with at least the graphical elements when we get to that&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=KanbanFX+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D351" 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=KanbanFX+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D351" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/09/03/kanbanfx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.8</title>
		<link>http://www.agilejava.eu/2009/08/05/netbeans-6-8/</link>
		<comments>http://www.agilejava.eu/2009/08/05/netbeans-6-8/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 11:47:40 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=337</guid>
		<description><![CDATA[NetBeans 6.8 M1 is available for download. According to the roadmap, the final release is scheduled to be released Autumn 2009. Usually, I am pretty fast installing the absolute latest version, but this time I think I will wait at least form the M2. It has not been that long since the 6.7 and 6.7.1 [...]]]></description>
			<content:encoded><![CDATA[<p>NetBeans 6.8 M1 is available for download. According to the <a title="NetBeans Roadmap" href="http://www.netbeans.org/community/releases/roadmap.html" target="_blank">roadmap</a>, the final release is scheduled to be released Autumn 2009.</p>
<p>Usually, I am pretty fast installing the absolute latest version, but this time I think I will wait at least form the M2. It has not been that long since the 6.7 and 6.7.1 releases and I am pretty satisfied. The only thing annoying me is <a title="161416" href="http://www.netbeans.org/issues/show_bug.cgi?id=161416" target="_blank">Bug 161416</a>. Hopefully it will be fixed in 6.8&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=NetBeans+6.8+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D337" 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+6.8+http%3A%2F%2Fagilejava.eu%2F%3Fp%3D337" title=" "> </a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/08/05/netbeans-6-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

