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

<channel>
	<title>Words of Java</title>
	<atom:link href="http://blog.webbprogrammering.se/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.webbprogrammering.se</link>
	<description>High and low about Java and Web programming</description>
	<pubDate>Mon, 31 May 2010 17:43:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Unit testing and TDD</title>
		<link>http://blog.webbprogrammering.se/?p=258</link>
		<comments>http://blog.webbprogrammering.se/?p=258#comments</comments>
		<pubDate>Mon, 31 May 2010 17:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[junit]]></category>

		<category><![CDATA[tdd]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=258</guid>
		<description><![CDATA[Today, as many other days I had assigned myself a task from Jira and started to work. First, by checking what to do and then I started to write the complementary JUnit tests to get the tests to break. Is it not great!? Ofcource, it&#8217;s even more fun to be able to write whishful failing [...]]]></description>
			<content:encoded><![CDATA[<p>Today, as many other days I had assigned myself a task from Jira and started to work. First, by checking what to do and then I started to write the complementary JUnit tests to get the tests to break. Is it not great!? Ofcource, it&#8217;s even more fun to be able to write whishful failing code first, but life is not fair every day <img src='http://www.webbprogrammering.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>With more and more of my workday turning into management, ppt programming and meetings it is great to g back to basics now and then and just feel good about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=258</wfw:commentRss>
		</item>
		<item>
		<title>Nice blog</title>
		<link>http://blog.webbprogrammering.se/?p=256</link>
		<comments>http://blog.webbprogrammering.se/?p=256#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:31:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[blogs]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[log4j]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=256</guid>
		<description><![CDATA[Found this nice blog while searching for some log4j info the other day : http://veerasundar.com/blog/
Seems to have quite some other good pieces of info aswell that I might have to discover.
]]></description>
			<content:encoded><![CDATA[<p>Found this nice blog while searching for some log4j info the other day : <a href="http://veerasundar.com/blog/" target="_blank">http://veerasundar.com/blog/</a></p>
<p>Seems to have quite some other good pieces of info aswell that I might have to discover.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=256</wfw:commentRss>
		</item>
		<item>
		<title>iPhone post</title>
		<link>http://blog.webbprogrammering.se/?p=255</link>
		<comments>http://blog.webbprogrammering.se/?p=255#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:27:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=255</guid>
		<description><![CDATA[Not much here lately due to time issues. Or prio issues one could say. So, posting in between meetings from My iPhone is only option right now. Hopefully I Will have time to look into Jee6 tjis year and some more about tdd
]]></description>
			<content:encoded><![CDATA[<p>Not much here lately due to time issues. Or prio issues one could say. So, posting in between meetings from My iPhone is only option right now. Hopefully I Will have time to look into Jee6 tjis year and some more about tdd</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=255</wfw:commentRss>
		</item>
		<item>
		<title>TestNG - is this the sh..</title>
		<link>http://blog.webbprogrammering.se/?p=253</link>
		<comments>http://blog.webbprogrammering.se/?p=253#comments</comments>
		<pubDate>Mon, 03 Aug 2009 20:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Testing]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[junit 4]]></category>

		<category><![CDATA[testng]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=253</guid>
		<description><![CDATA[I started out to investigate TestNG to see if it has an advantage over JUnit 4 and first I thought so but along the way (reading about it) I found it to contain just a little to many setup files and configurations (XML). These are things you don&#8217;t see when running the combination JUnit 4 [...]]]></description>
			<content:encoded><![CDATA[<p>I started out to investigate TestNG to see if it has an advantage over JUnit 4 and first I thought so but along the way (reading about it) I found it to contain just a little to many setup files and configurations (XML). These are things you don&#8217;t see when running the combination JUnit 4 and Maven 2, but maybe there is another way to go to have the same easy run options with Maven / TestNG.</p>
<p>Sofar, groups are the biggest improvement here. Since JUnit 4 took quite a few things from TestNG when it took the step from JUnit 3 you would think that Junit 4 should be able to match TestNG. Well, if I get back into this investigation I&#8217;ll try to tell my story about it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=253</wfw:commentRss>
		</item>
		<item>
		<title>Java Power Tools</title>
		<link>http://blog.webbprogrammering.se/?p=250</link>
		<comments>http://blog.webbprogrammering.se/?p=250#comments</comments>
		<pubDate>Mon, 03 Aug 2009 20:50:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[junit]]></category>

		<category><![CDATA[testng]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=250</guid>
		<description><![CDATA[This book is a must have in a team of developers. It doesn&#8217;t really bring you much new stuff but it sure is a good collection of the tools you need at a dayly basis. I learned some new JUnit 4 and TestNG stuff today actually, the way test data can be set up in [...]]]></description>
			<content:encoded><![CDATA[<p>This <a title="Java Power Tools" href="http://oreilly.com/catalog/9780596527938/" target="_blank">book</a> is a must have in a team of developers. It doesn&#8217;t really bring you much new stuff but it sure is a good collection of the tools you need at a dayly basis. I learned some new JUnit 4 and TestNG stuff today actually, the way test data can be set up in both these frameworks.  I still have half a book to read so I probably have a few more new things up my sleeve when done. This is a compile-one (read-one), run everywhere (use any day) book.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=250</wfw:commentRss>
		</item>
		<item>
		<title>I want to build houses&#8230;</title>
		<link>http://blog.webbprogrammering.se/?p=248</link>
		<comments>http://blog.webbprogrammering.se/?p=248#comments</comments>
		<pubDate>Wed, 20 May 2009 20:32:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[quality]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=248</guid>
		<description><![CDATA[but I find myself involved in firefighting most of the time at work. We are shortstaffed with a high maintenence burden and I don&#8217;t know how we will take ourselves out of this. I was not a part of creating this situation but I hope I will be a part of the solution.
First, learn to [...]]]></description>
			<content:encoded><![CDATA[<p>but I find myself involved in firefighting most of the time at work. We are shortstaffed with a high maintenence burden and I don&#8217;t know how we will take ourselves out of this. I was not a part of creating this situation but I hope I will be a part of the solution.</p>
<p>First, learn to say no to changes as much as possible.</p>
<p>Priority one is quality improvements and I play the boyscout role whenever I get the chance.</p>
<p>Dig, dig, dig after all possible faults and make the visible - at last somebody in charge has to react.</p>
<p>&#8220;Powerpoint it&#8221; or &#8220;Excel it&#8221; to make the everyday quality loss understandable to whoever calls the shots.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=248</wfw:commentRss>
		</item>
		<item>
		<title>Spread the word or spread the rumour</title>
		<link>http://blog.webbprogrammering.se/?p=246</link>
		<comments>http://blog.webbprogrammering.se/?p=246#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:40:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=246</guid>
		<description><![CDATA[We have a few things we would like to have done in and around the project. Should we spread the word that we would like to refactor other parties code (and maybe also do it) or should we just make some rumours appear that we are about to do something. I think the small difference [...]]]></description>
			<content:encoded><![CDATA[<p>We have a few things we would like to have done in and around the project. Should we spread the word that we would like to refactor other parties code (and maybe also do it) or should we just make some rumours appear that we are about to do something. I think the small difference here could really matter. Or?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=246</wfw:commentRss>
		</item>
		<item>
		<title>EclEmma and Findbugs in Eclipse</title>
		<link>http://blog.webbprogrammering.se/?p=244</link>
		<comments>http://blog.webbprogrammering.se/?p=244#comments</comments>
		<pubDate>Fri, 27 Mar 2009 20:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[EclEmma]]></category>

		<category><![CDATA[Findbugs]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=244</guid>
		<description><![CDATA[This week I tried these two Eclipse plugins at work.
I wasn&#8217;t so happy with EclEmma but maybe I just didn&#8217;t get the settings right. Would have been nice to have see the result just by looking at a production code file. Running the coverage tests all the time is going out of the way to [...]]]></description>
			<content:encoded><![CDATA[<p>This week I tried these two Eclipse plugins at work.</p>
<p>I wasn&#8217;t so happy with EclEmma but maybe I just didn&#8217;t get the settings right. Would have been nice to have see the result just by looking at a production code file. Running the coverage tests all the time is going out of the way to find it.</p>
<p>Find it you do with Findbugs. Yes, we had quite a few in the project but no too bad I think. I hope we have time to look into it. Or I should say the guts to demand it&#8230; I&#8217;ll do my best to be a good boy scout.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=244</wfw:commentRss>
		</item>
		<item>
		<title>Today I signed up</title>
		<link>http://blog.webbprogrammering.se/?p=242</link>
		<comments>http://blog.webbprogrammering.se/?p=242#comments</comments>
		<pubDate>Fri, 20 Mar 2009 21:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[Manifesto for Software Craftmanship]]></category>

		<category><![CDATA[software quality]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=242</guid>
		<description><![CDATA[I stated in some earlier post that this year was going to be all about quality. I have started the long road where the goal is mainly the quality of my own work, but I also aim to be a good force and try to help whoever needs it (even if they don&#8217;t express it [...]]]></description>
			<content:encoded><![CDATA[<p>I stated in some earlier post that this year was going to be all about quality. I have started the long road where the goal is mainly the quality of my own work, but I also aim to be a good force and try to help whoever needs it (even if they don&#8217;t express it <img src='http://www.webbprogrammering.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So today I joined the initiative Manifesto for Software Craftmanship at <a title="http://manifesto.softwarecraftsmanship.org/" href="http://manifesto.softwarecraftsmanship.org/">http://manifesto.softwarecraftsmanship.org/</a></p>
<p>Maybe it&#8217;s only a name on a list or maybe is it worth something.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=242</wfw:commentRss>
		</item>
		<item>
		<title>Learning from scratch</title>
		<link>http://blog.webbprogrammering.se/?p=239</link>
		<comments>http://blog.webbprogrammering.se/?p=239#comments</comments>
		<pubDate>Fri, 13 Mar 2009 21:44:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[clean code]]></category>

		<guid isPermaLink="false">http://blog.webbprogrammering.se/?p=239</guid>
		<description><![CDATA[In the last 6-9 month I have had a quaility thinking revival. Or atleast I have started the quest after a few years in the dark path of dirty delivery.
So, reading the book Clean Code is kind of a new start for me and I DO LIKE IT. I also try to act on it [...]]]></description>
			<content:encoded><![CDATA[<p>In the last 6-9 month I have had a quaility thinking revival. Or atleast I have started the quest after a few years in the dark path of dirty delivery.</p>
<p>So, reading the book Clean Code is kind of a new start for me and I DO LIKE IT. I also try to act on it to maximize the gain of the book. I try to think in these terms. I try to be a pain in the ass for my collegues at work to push clean code. And TDD. And automated thingies. Thanks Pål btw for being the biggest pain in the ass ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webbprogrammering.se/?feed=rss2&amp;p=239</wfw:commentRss>
		</item>
	</channel>
</rss>
