<?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>Software Development and more ... &#187; java</title>
	<atom:link href="http://glauche.de/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://glauche.de</link>
	<description>Adding manpower to a late software project makes it later</description>
	<lastBuildDate>Mon, 06 Jun 2011 20:38:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Logback Console in Eclipse</title>
		<link>http://glauche.de/2011/03/31/logback-console-in-eclipse/</link>
		<comments>http://glauche.de/2011/03/31/logback-console-in-eclipse/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 20:13:05 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[logback]]></category>
		<category><![CDATA[slf4j]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=118</guid>
		<description><![CDATA[Recently i did find there is a console plugin for logback in eclipse. Unfortunately its based on a very old version of logback (0.9.9), so i searched for the sources, bumped the logback/slf4j versions to 0.9.28 and 1.6.1 and fixed &#8230; <a href="http://glauche.de/2011/03/31/logback-console-in-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2011/03/31/logback-console-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running SoapUI Integration Tests in Hudson</title>
		<link>http://glauche.de/2011/01/19/running-soapui-integration-tests-in-hudson/</link>
		<comments>http://glauche.de/2011/01/19/running-soapui-integration-tests-in-hudson/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 18:23:40 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=104</guid>
		<description><![CDATA[Recently i&#8217;ve been wondering how to automate webservice(SOAP) integration tests. My first idea was to use soamoa, but it seems a bit buggy at the moment and the last version seems quite a while ago. But SoapUI does offer a &#8230; <a href="http://glauche.de/2011/01/19/running-soapui-integration-tests-in-hudson/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2011/01/19/running-soapui-integration-tests-in-hudson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Scala &#8211; Part 1</title>
		<link>http://glauche.de/2009/09/27/introduction-to-scala-part-1/</link>
		<comments>http://glauche.de/2009/09/27/introduction-to-scala-part-1/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 10:01:31 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[scala]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=66</guid>
		<description><![CDATA[What is scala ? Scala is a relativ new compiled programming language that takes a lot of ideas from python, ruby and others. From the scala homepage: Scala is a general purpose programming language designed to express common programming patterns &#8230; <a href="http://glauche.de/2009/09/27/introduction-to-scala-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/09/27/introduction-to-scala-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag &amp; Drop with Selenium</title>
		<link>http://glauche.de/2009/09/09/drag-drop-with-selenium/</link>
		<comments>http://glauche.de/2009/09/09/drag-drop-with-selenium/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:04:19 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=45</guid>
		<description><![CDATA[Using Selenium for web-gui tests is really nice. You can record your workflow with the excelent selenium plugin for firefox and use them to write your own test. The only problem seems to be Drag&#038;Drop. The senenium runner has some &#8230; <a href="http://glauche.de/2009/09/09/drag-drop-with-selenium/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/09/09/drag-drop-with-selenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging with SLF4J and Guice</title>
		<link>http://glauche.de/2009/08/24/logging-with-slf4j-and-guice/</link>
		<comments>http://glauche.de/2009/08/24/logging-with-slf4j-and-guice/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 16:05:23 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[guice]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[slf4j]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=37</guid>
		<description><![CDATA[After getting angry at the java.util.logger once again i was thinking how to replace it with the SLF4J logger. Although Guice provides a very nice internal binding to java.util.logger, slf4j does offer a much nicer syntax. The devil is in &#8230; <a href="http://glauche.de/2009/08/24/logging-with-slf4j-and-guice/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/08/24/logging-with-slf4j-and-guice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easymock &#8230; or taking the pain out of (j)unit tests</title>
		<link>http://glauche.de/2009/07/06/easymock-or-taking-the-pain-out-of-junit-tests/</link>
		<comments>http://glauche.de/2009/07/06/easymock-or-taking-the-pain-out-of-junit-tests/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 15:20:06 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Dependecy Injection]]></category>
		<category><![CDATA[EasyMock]]></category>
		<category><![CDATA[Junit]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=16</guid>
		<description><![CDATA[Easymock provides easy mocking for junit tests, this blog entry describes how to use them efficiently. <a href="http://glauche.de/2009/07/06/easymock-or-taking-the-pain-out-of-junit-tests/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/07/06/easymock-or-taking-the-pain-out-of-junit-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aop with Guice</title>
		<link>http://glauche.de/2009/07/01/aop-with-guice/</link>
		<comments>http://glauche.de/2009/07/01/aop-with-guice/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:34:21 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[aop]]></category>
		<category><![CDATA[guice]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Dependecy Injection]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=11</guid>
		<description><![CDATA[Aop has many uses, from doing transaction handling to authorisation. With the powerfull Guice framework it is suprisingly easy. <a href="http://glauche.de/2009/07/01/aop-with-guice/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/07/01/aop-with-guice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

