<?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 ...</title>
	<atom:link href="http://glauche.de/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>Fri, 30 Mar 2012 13:45:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Git with Jenkins</title>
		<link>http://glauche.de/2012/03/30/git-with-jenkins/</link>
		<comments>http://glauche.de/2012/03/30/git-with-jenkins/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 13:45:56 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=133</guid>
		<description><![CDATA[Recently I did try to use jenkins together with git on windows. During configuration i stumbled along some blogpost that advised to use git.cmd instead of git.exe (which does set some more enviromnent variables, for example %HOME% to use _nettrc &#8230; <a href="http://glauche.de/2012/03/30/git-with-jenkins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2012/03/30/git-with-jenkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hudson/Jenkins integration in Eclipse</title>
		<link>http://glauche.de/2011/04/14/hudsonjenkins-integration-in-eclipse/</link>
		<comments>http://glauche.de/2011/04/14/hudsonjenkins-integration-in-eclipse/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 18:48:32 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[buildmanagement]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java hudson jenkins ci]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=127</guid>
		<description><![CDATA[Now, that the hudson-eclipse plugin seems dead for quite a while (not anything since 2009) i was briefly thinking about writing my own update with the xml-api by Jenkins. But then i discovered that the mylyn project did what i &#8230; <a href="http://glauche.de/2011/04/14/hudsonjenkins-integration-in-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2011/04/14/hudsonjenkins-integration-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Running selenium-hub inside Tomcat</title>
		<link>http://glauche.de/2011/01/02/running-selenium-hub-inside-tomcat/</link>
		<comments>http://glauche.de/2011/01/02/running-selenium-hub-inside-tomcat/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 12:43:50 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=92</guid>
		<description><![CDATA[The usual process of starting selenium-hub seems to be an ant goal that does run an integrated jetty server. While this is easy to run it is not so easy to run in a server enviromnent. Also, as i have &#8230; <a href="http://glauche.de/2011/01/02/running-selenium-hub-inside-tomcat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2011/01/02/running-selenium-hub-inside-tomcat/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>zlib.dll not found when installing the current ruby-win32</title>
		<link>http://glauche.de/2009/09/13/zlib-dll-not-found-when-installing-the-current-ruby-win32/</link>
		<comments>http://glauche.de/2009/09/13/zlib-dll-not-found-when-installing-the-current-ruby-win32/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 18:47:58 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[missing dll]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=62</guid>
		<description><![CDATA[Missing libraries zlib.dll not found After downloading the latest win32-releases of ruby i was greeted with two error messages, SSLEAY32.dll not found and zlib.dll not found. The SSL library is kinda optional (gem, etc basicly work without it), but zlib &#8230; <a href="http://glauche.de/2009/09/13/zlib-dll-not-found-when-installing-the-current-ruby-win32/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/09/13/zlib-dll-not-found-when-installing-the-current-ruby-win32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java.util.logging vs. slf4j</title>
		<link>http://glauche.de/2009/09/09/java-util-logging-vs-slf4j/</link>
		<comments>http://glauche.de/2009/09/09/java-util-logging-vs-slf4j/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 21:21:20 +0000</pubDate>
		<dc:creator>Michael Glauche</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jul]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[slf4j]]></category>

		<guid isPermaLink="false">http://glauche.de/?p=50</guid>
		<description><![CDATA[A bit of History At the time the now discontinued log4j was the most commonly used logging framework for java sun decided to implement JSR 47: java.util.logging. There were a lot of discussion, but it seems not been fruitful. java.util.logging &#8230; <a href="http://glauche.de/2009/09/09/java-util-logging-vs-slf4j/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://glauche.de/2009/09/09/java-util-logging-vs-slf4j/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>1</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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 15/25 queries in 0.023 seconds using disk: basic

Served from: glauche.de @ 2012-05-19 02:25:59 -->
