<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Labora &#187; Agile</title>
	<link>http://labora.harnvi.net</link>
	<description>Markus blogs about work, Java, Open Source and other things that his friends and family hate to read about on his personal blog...</description>
	<pubDate>Fri, 30 Oct 2009 11:05:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Recruiting in Colombo</title>
		<link>http://labora.harnvi.net/?p=23</link>
		<comments>http://labora.harnvi.net/?p=23#comments</comments>
		<pubDate>Mon, 26 Jun 2006 11:00:57 +0000</pubDate>
		<dc:creator>marvi</dc:creator>
		
		<category><![CDATA[Agile]]></category>

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

		<guid isPermaLink="false">http://labora.harnvi.net/?p=23</guid>
		<description><![CDATA[The company in Sri Lanka where I work are in the process of recruiting new developers. They used our flow/wizard/form builder (the old and boring version) to build a wizard to gather information about the applicants. Click on &#8220;apply online&#8221;. 
If you are a Java or web developer, living in Sri Lanka, you should really [...]]]></description>
			<content:encoded><![CDATA[<p>The company in Sri Lanka where I work are in the process of recruiting new developers. They used our flow/wizard/form builder (the old and boring version) to build a wizard to gather information about the applicants. Click on &#8220;apply online&#8221;. </p>
<p>If you are a Java or web developer, living in Sri Lanka, you should really consider working for <a href="http://www.mazarin.lk">Mazarin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://labora.harnvi.net/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>Scripting in Java EE</title>
		<link>http://labora.harnvi.net/?p=11</link>
		<comments>http://labora.harnvi.net/?p=11#comments</comments>
		<pubDate>Thu, 18 May 2006 14:43:18 +0000</pubDate>
		<dc:creator>marvi</dc:creator>
		
		<category><![CDATA[Agile]]></category>

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

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

		<guid isPermaLink="false">http://labora.harnvi.net/?p=11</guid>
		<description><![CDATA[Three guys from Oracle. Two french guys that was sometimes hard to understand. 
They started with a introduction to Groovy. Really cool things. I need to look into that in greater detail. There is two books coming out soon, one is &#8220;Groovy in Action&#8221; from Manning.
They demoed a small Groovy Swing application using JMX to [...]]]></description>
			<content:encoded><![CDATA[<p>Three guys from Oracle. Two french guys that was sometimes hard to understand. <img src='http://labora.harnvi.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
They started with a introduction to Groovy. Really cool things. I need to look into that in greater detail. There is two books coming out soon, one is &#8220;Groovy in Action&#8221; from Manning.</p>
<p>They demoed a small Groovy Swing application using JMX to deploy an EAR to Oracle App server and create a DataSource for it. </p>
<p>Then they showed WSDL stubs in Javascript<br />
Automatically generates Javascript to consume a web service, from a WSDL. Then a web client can call Javascript methods to consume the service in the client. </p>
<p>Check out!</p>
<p>JSR 223: one API that scripting languages can implement. Then they can be used from ScriptEngine Interface. It supports binding variables from Java to the script. Share data.</p>
<p>Demo: a Javascript running inside Java 6 that talks to a web service. Then you can talk to this script from a jabber client. </p>
]]></content:encoded>
			<wfw:commentRss>http://labora.harnvi.net/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>JUnit 4 and Java EE 5 - Better Testing by Design</title>
		<link>http://labora.harnvi.net/?p=10</link>
		<comments>http://labora.harnvi.net/?p=10#comments</comments>
		<pubDate>Thu, 18 May 2006 14:42:46 +0000</pubDate>
		<dc:creator>marvi</dc:creator>
		
		<category><![CDATA[Agile]]></category>

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

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

		<guid isPermaLink="false">http://labora.harnvi.net/?p=10</guid>
		<description><![CDATA[This is the first time I will hear Kent Beck speak. I have read a few of his books and he seems like a smart guy. This session is also crowded. I seem to pick the popular ones today. But it pays off, since they all have been splendid. 
The speaker is making a joke [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first time I will hear Kent Beck speak. I have read a few of his books and he seems like a smart guy. This session is also crowded. I seem to pick the popular ones today. But it pays off, since they all have been splendid. </p>
<p>The speaker is making a joke about developers that LIKE testing. </p>
<p>&#8220;Testing is getting respect from developers. Five years a go this room would have had five people in it.&#8221;</p>
<p>The testing momentum is growing, but TDD is not yet mainstream. What will happen? Will TDD be a blipp in the CS history, like &#8220;Britney Spears&#8221;. Or will it continue to grow?</p>
<p>&#8220;JUnit isn&#8217;t complicated, anyone could have written it. But I did, and that&#8217;s why I stand here and you all sit there.&#8221; </p>
<p>JUnit 4 has some big changes, but remains backwards compatible. They have removed the composite pattern (Test interface implemented both by TestCase and TestSuite). No more testFoo in test names. Instead use the @Test annotaion. No more setUp() and tearDown(). Use annotations @before and @after.</p>
<p>Beck is telling the storing about the flight from Zurich to the US together with Erich Gamma. beck was doing mostly Smalltalk (still doing &#8220;Latin&#8221;, said Gamma). gamma was into Java. So during the flight Beck suggested that they should do some Java hacking. That was the beginning of JUnit. Never intended to be distributed. </p>
<p>Some good stuff: </p>
<p>&#8220;If the test is hard to write you might actually have a architectural problem in the code&#8221;</p>
<p>&#8220;Something in my programming style leads me to never need mock object.&#8221; </p>
]]></content:encoded>
			<wfw:commentRss>http://labora.harnvi.net/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>New blog</title>
		<link>http://labora.harnvi.net/?p=3</link>
		<comments>http://labora.harnvi.net/?p=3#comments</comments>
		<pubDate>Fri, 05 May 2006 15:19:29 +0000</pubDate>
		<dc:creator>marvi</dc:creator>
		
		<category><![CDATA[Agile]]></category>

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

		<guid isPermaLink="false">http://labora.harnvi.net/?p=3</guid>
		<description><![CDATA[Since Charlotte is also using my other blog there has been less and less posts about programming.
I thought that I might as well start a new blog to cover more work related stuff and also some nerdy things that friends and family seldom have the courtesy appreciate.  
I will go to Javaone next week [...]]]></description>
			<content:encoded><![CDATA[<p>Since Charlotte is also using my <a title="Spridda skurar" href="http://blog.harnvi.net">other blog</a> there has been less and less posts about programming.</p>
<p>I thought that I might as well start a new blog to cover more work related stuff and also some nerdy things that friends and family seldom have the courtesy <strong>appreciate. <img src='http://labora.harnvi.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p>I will go to Javaone next week and that usually gives a lot of things to blog about.</p>
]]></content:encoded>
			<wfw:commentRss>http://labora.harnvi.net/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
