<?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>Day to Day Java</title>
	<atom:link href="http://www.thedaytodayjava.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedaytodayjava.com</link>
	<description>Java and related Topics</description>
	<lastBuildDate>Fri, 05 Nov 2010 06:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Sonar, simple installation on Linux</title>
		<link>http://www.thedaytodayjava.com/java/sonar-simple-installation-on-linux/</link>
		<comments>http://www.thedaytodayjava.com/java/sonar-simple-installation-on-linux/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 06:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Sonar]]></category>
		<category><![CDATA[Code analysis]]></category>
		<category><![CDATA[Code coverage]]></category>

		<guid isPermaLink="false">http://www.thedaytodayjava.com/?p=70</guid>
		<description><![CDATA[When I started using Hudson CI Continuous integration server, one of the first things I did was creating a Maven site build. The goal was to do code analysis and get test coverage. I had no knowledge of Sonar, so I did it the oldschool way. Configured surefire, cobertura, findbugs maven checkstyle and added them [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/java/sonar-simple-installation-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did the in-memory database integration testing work as expected?</title>
		<link>http://www.thedaytodayjava.com/java/did-the-in-memory-database-integration-testing-work-as-expected/</link>
		<comments>http://www.thedaytodayjava.com/java/did-the-in-memory-database-integration-testing-work-as-expected/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 06:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[In memory]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Unitils]]></category>
		<category><![CDATA[In-memory]]></category>
		<category><![CDATA[Integration testing]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.thedaytodayjava.com/?p=61</guid>
		<description><![CDATA[On my previous post about integration testing with an in-memory database without hibernate I was in the process of finding out which frameworks to use and which in-memory databases to use. We are now using h2database with Unitils and generated sql schemas for integration testing. H2Database was chosen because it supported most of the syntax [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/java/did-the-in-memory-database-integration-testing-work-as-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration testing with an in-memory database without hibernate</title>
		<link>http://www.thedaytodayjava.com/java/integration-testing-with-an-in-memory-database-without-hibernate/</link>
		<comments>http://www.thedaytodayjava.com/java/integration-testing-with-an-in-memory-database-without-hibernate/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 05:19:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.thedaytodayjava.com/?p=52</guid>
		<description><![CDATA[On previous projects I have been using hibernate as persistence framework, but now the layout is Ibatis with a relational database. Setting up an integration test stack with hibernate is easy, just some configuration of an in-memory database with HSQLDB or H2Database and your good to go. The niftiest about this is the lacking need [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/java/integration-testing-with-an-in-memory-database-without-hibernate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Need to get data from your pop/imap accounts?</title>
		<link>http://www.thedaytodayjava.com/java/need-to-get-data-from-your-popimap-accounts/</link>
		<comments>http://www.thedaytodayjava.com/java/need-to-get-data-from-your-popimap-accounts/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:37:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java mail]]></category>

		<guid isPermaLink="false">http://www.thedaytodayjava.com/?p=45</guid>
		<description><![CDATA[Yesterday I needed to get some data from a number of email accounts, and of course googled it a bit before I started. Our current system had support for this, hence using Java Sockets and commands to the email server. This proved to be slow and not accurate. Java ships with a built in API [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/java/need-to-get-data-from-your-popimap-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update for common web module</title>
		<link>http://www.thedaytodayjava.com/frameworks/update-for-common-web-module/</link>
		<comments>http://www.thedaytodayjava.com/frameworks/update-for-common-web-module/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://www.thedaytodayjava.com/?p=39</guid>
		<description><![CDATA[A couple of bugs was found in my post about common web module. I wanted to use this module not just for war overlay, but also a common module for classes. This was not handled by the setup i posted earlier. The solution to this problem was: &#60;!-- In the common-web module, this has to [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/frameworks/update-for-common-web-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus, simple installation on Linux</title>
		<link>http://www.thedaytodayjava.com/frameworks/maven/nexus-simple-installation-on-linux/</link>
		<comments>http://www.thedaytodayjava.com/frameworks/maven/nexus-simple-installation-on-linux/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Nexus]]></category>

		<guid isPermaLink="false">http://www.thedaytodayjava.com/?p=32</guid>
		<description><![CDATA[Some weeks ago I got tired seeing Maven connecting to all those repositories online to check for new versions of dependencies. Not just that, but also the hassle of installing all those "not in any maven repository" dependencies. This had to be done each time I wanted a Hudson build to have it's repository, which [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/frameworks/maven/nexus-simple-installation-on-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating a common web module using Maven</title>
		<link>http://www.thedaytodayjava.com/frameworks/creating-a-common-web-module-using-maven/</link>
		<comments>http://www.thedaytodayjava.com/frameworks/creating-a-common-web-module-using-maven/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:27:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://w126061-www.php5.dittdomene.no/?p=23</guid>
		<description><![CDATA[Working with two different web-apps, with a common source base, often very similar web functionality and sometimes the need to have common sources made me hunt down how this could be done. As we are using Maven for project management, researching this ended up in war overlays. This is a nice Maven feature and in [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/frameworks/creating-a-common-web-module-using-maven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Day to day Java</title>
		<link>http://www.thedaytodayjava.com/news/day-to-day-java/</link>
		<comments>http://www.thedaytodayjava.com/news/day-to-day-java/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://w126061-www.php5.dittdomene.no/?p=6</guid>
		<description><![CDATA[As a lead developer and architect at my company, I encounter different kind of problems every day. This blog will be about different types of topics related to the everyday development mostly related to Java.]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/news/day-to-day-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ibatis, why are my queries extremely slow?</title>
		<link>http://www.thedaytodayjava.com/java/ibatis-why-are-my-queries-extremely-slow/</link>
		<comments>http://www.thedaytodayjava.com/java/ibatis-why-are-my-queries-extremely-slow/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:41:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Ibatis]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://w126061-www.php5.dittdomene.no/?p=4</guid>
		<description><![CDATA[For a while now I have been scratching my hair off trying to figure out why some of my queries were running extremely slow. At first I started analyzing the java code, creating a generic timer monitor for all my struts2 actions using AOP to pointcut all the different method calls in the stack and [...]]]></description>
		<wfw:commentRss>http://www.thedaytodayjava.com/java/ibatis-why-are-my-queries-extremely-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

