<?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 &#187; KanbanFX</title>
	<atom:link href="http://www.agilejava.eu/tag/kanbanfx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agilejava.eu</link>
	<description>by Ivar Grimstad</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:38:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Some Thoughts in General</title>
		<link>http://www.agilejava.eu/2009/10/08/some-thoughts-in-general/</link>
		<comments>http://www.agilejava.eu/2009/10/08/some-thoughts-in-general/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:03:15 +0000</pubDate>
		<dc:creator>Ivar Grimstad</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Kanban]]></category>
		<category><![CDATA[KanbanFX]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.agilejava.eu/?p=374</guid>
		<description><![CDATA[I have been kind of lazy writing this blog lately. After keeping it up pretty okay during summer, the pace has now slowed to a minimum. I think it can be partly explained by the fact that I have been using Twitter for some of the stuff I used to write here and that my [...]]]></description>
			<content:encoded><![CDATA[<p>I have been kind of lazy writing this blog lately. After keeping it up pretty okay during summer, the pace has now slowed to a minimum. I think it can be partly explained by the fact that I have been using <a title="Ivar Grimstad on Twitter" href="http://www.twitter.com/ivar_grimstad">Twitter</a> for some of the stuff I used to write here and that my new HTC Hero Android phone made tweeting more convenient than ever&#8230;</p>
<p>My intentions are to use this blog for subjects that cannot easily be said in 140 characters and twitter for the short, more daily stuff&#8230;</p>
<p>Well, so what has happened since last time. Since I have solely been using <a title="NetBeans" href="http://www.netbeans.org" target="_blank">NetBeans</a> the last couple of years for Java development, I decided to give <a title="Eclipse" href="http://www.eclipse.org/" target="_blank">Eclipse</a> Gallileo a chance. It took me an hour of frustration to conclude that it still sucks for <a title="Apache Maven" href="http://maven.apache.org/" target="_blank">Maven</a> based projects. Why it should be so hard is beyond my comprehension! In NetBeans, you just choose open project, selects the pom.xml file and everything is fine. Dependencies are resolved as they are defined in Maven, no stupid .classpath, .project and .settings rubbish created that makes Eclipse to totally hick-up if a dependency is changed.</p>
<p>Apart from my unsuccessful flirt with Eclipse, I have continued development of <a href="http://www.agilejava.eu/2009/09/03/kanbanfx/" target="_self">KanbanFX</a>. It has been converted to a maven project and besided the information on <a title="KanbanFX on Kenai" href="http://kenai.com/projects/kanbanfx" target="_blank">Kenai</a>, I have created a page for it <a title="KanbanFX" href="http://www.agilejava.eu/kanbanfx/" target="_self">here</a> where you can try it out. Kanban is increasing in popularity, <a href="http://twitter.com/henrikkniberg" target="_blank">@henrikkniberg</a> had 300 people on his Kanban vs Scrum session at JAOO this week.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Some+Thoughts+in+General+http://bit.ly/aUQq44" title="Post to Twitter"><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Some+Thoughts+in+General+http://bit.ly/aUQq44" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/10/08/some-thoughts-in-general/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>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=KanbanFX+http://bit.ly/9UVq1U" title="Post to Twitter"><img class="nothumb" src="http://www.agilejava.eu/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=KanbanFX+http://bit.ly/9UVq1U" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.agilejava.eu/2009/09/03/kanbanfx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
