<?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>renemoser.net &#187; Java</title>
	<atom:link href="http://www.renemoser.net/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renemoser.net</link>
	<description>more or less a tech blog</description>
	<lastBuildDate>Mon, 02 Aug 2010 08:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eagle DNS: DNS server in Java</title>
		<link>http://www.renemoser.net/2010/01/eagle-dns-dns-server-in-java/</link>
		<comments>http://www.renemoser.net/2010/01/eagle-dns-dns-server-in-java/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:14:49 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=822</guid>
		<description><![CDATA[Eagle DNS [1] a powerful, multithreaded, platform independent authorative DNS server written in Java. It is based on the very reliable and proven dnsjava API and it supports both primary zones and secondary zones using secured AXFR transfers.
Eagle DNS is copyright Robert &#8220;Unlogic&#8221; Olofsson and released under the LGPLv3 license.
[1] http://www.unlogic.se/projects/eagledns
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Eagle DNS [1] a powerful, multithreaded, platform independent authorative DNS server written in Java. It is based on the very reliable and proven dnsjava API and it supports both primary zones and secondary zones using secured AXFR transfers.</p>
<p>Eagle DNS is copyright Robert &#8220;Unlogic&#8221; Olofsson and released under the LGPLv3 license.</p></blockquote>
<p>[1] <a href="http://www.unlogic.se/projects/eagledns">http://www.unlogic.se/projects/eagledns</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2010/01/eagle-dns-dns-server-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GCALDaemon: Sync your Google Calendar</title>
		<link>http://www.renemoser.net/2009/12/gcaldaemon-sync-your-google-calendar/</link>
		<comments>http://www.renemoser.net/2009/12/gcaldaemon-sync-your-google-calendar/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:24:13 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[ical]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=810</guid>
		<description><![CDATA[GCALDaemon [1] is an OS-independent Java program that offers two-way synchronization between Google Calendar [2] and various iCalendar compatible calendar applications. GCALDaemon is primarily designed as a calendar synchronizer but it can also be used as a Gmail notifier, Address Book importer, Gmail terminal and RSS feed converter.
GCALDaemon is released under Apache License version 2.0.
[1] [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>GCALDaemon [1] is an OS-independent Java program that offers two-way synchronization between Google Calendar [2] and various iCalendar compatible calendar applications. GCALDaemon is primarily designed as a calendar synchronizer but it can also be used as a Gmail notifier, Address Book importer, Gmail terminal and RSS feed converter.</p></blockquote>
<p>GCALDaemon is released under Apache License version 2.0.</p>
<p>[1] <a href="http://gcaldaemon.sourceforge.net">http://gcaldaemon.sourceforge.net</a><br />
[2] <a href="http://www.google.com/calendar/">http://www.google.com/calendar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/12/gcaldaemon-sync-your-google-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SLF4J &#8211; Simple Logging Facade for Java</title>
		<link>http://www.renemoser.net/2009/11/slf4j-simple-logging-facade-for-java/</link>
		<comments>http://www.renemoser.net/2009/11/slf4j-simple-logging-facade-for-java/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:12:14 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=802</guid>
		<description><![CDATA[The Simple Logging Facade for Java or (SLF4J) [1] serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time. 
SLF4J source code and binaries are distributed under the MIT license. 
[1] http://www.slf4j.org/
]]></description>
			<content:encoded><![CDATA[<blockquote><p>The Simple Logging Facade for Java or (SLF4J) [1] serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time. </p></blockquote>
<p>SLF4J source code and binaries are distributed under the MIT license. </p>
<p>[1] <a href="http://www.slf4j.org/">http://www.slf4j.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/11/slf4j-simple-logging-facade-for-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jcouchdb &#8211; Java5 couchdb driver</title>
		<link>http://www.renemoser.net/2009/11/jcouchdb-java5-couchdb-driver/</link>
		<comments>http://www.renemoser.net/2009/11/jcouchdb-java5-couchdb-driver/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:19:55 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[couchdb]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=799</guid>
		<description><![CDATA[jcouchdb [1] is a java5 couchdb driver using the svenson JSON library.
It offers features to support the full range from totally dynamic parsing to parsing into concrete java POJOs, including a mix in between.
jcouchdb is in the early stages of development but there&#8217;s a test suite proving that it does at least most of the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>jcouchdb [1] is a java5 couchdb driver using the <a href="http://code.google.com/p/svenson/">svenson JSON library</a>.</p>
<p>It offers features to support the full range from totally dynamic parsing to parsing into concrete java POJOs, including a mix in between.</p>
<p>jcouchdb is in the early stages of development but there&#8217;s a test suite proving that it does at least most of the couchdb operations. </p></blockquote>
<p>Jcouchdb is released under <a href="http://www.opensource.org/licenses/bsd-license.php">BSD license</a>.</p>
<p>[1] <a href="http://code.google.com/p/jcouchdb/">http://code.google.com/p/jcouchdb/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/11/jcouchdb-java5-couchdb-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XMLUnit: JUnit and NUnit testing for XML</title>
		<link>http://www.renemoser.net/2009/10/xmlunit-junit-and-nunit-testing-for-xml/</link>
		<comments>http://www.renemoser.net/2009/10/xmlunit-junit-and-nunit-testing-for-xml/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:16:20 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=789</guid>
		<description><![CDATA[XMLUnit [1] for Java provides two JUnit extension classes, XMLAssert and XMLTestCase, and a set of supporting classes (e.g. Diff, DetailedDiff, Transform, SimpleXpathEngine, Validator, NodeTest) that allow assertions to be made about:

The differences between two pieces of XML
The outcome of transforming a piece of XML using XSLT
The evaluation of an XPath expression on a piece [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>XMLUnit [1] for Java provides two JUnit extension classes, XMLAssert and XMLTestCase, and a set of supporting classes (e.g. Diff, DetailedDiff, Transform, SimpleXpathEngine, Validator, NodeTest) that allow assertions to be made about:</p>
<ul>
<li>The differences between two pieces of XML</li>
<li>The outcome of transforming a piece of XML using XSLT</li>
<li>The evaluation of an XPath expression on a piece of XML</li>
<li>The validity of a piece of XML</li>
<li>Individual nodes in a piece of XML that are exposed by DOM Traversal</li>
</ul>
<p>XMLUnit for Java can also treat HTML content (even badly-formed HTML) as valid XML to allow these assertions to be made about the content of web pages too.</p></blockquote>
<p>[1] <a href="http://xmlunit.sourceforge.net/">http://xmlunit.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/10/xmlunit-junit-and-nunit-testing-for-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Android Applications</title>
		<link>http://www.renemoser.net/2009/09/developing-android-applications/</link>
		<comments>http://www.renemoser.net/2009/09/developing-android-applications/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 10:50:03 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=785</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/m-C-QPGR2pM&#038;hl=de&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/m-C-QPGR2pM&#038;hl=de&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/09/developing-android-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 1.6</title>
		<link>http://www.renemoser.net/2009/09/android-1-6/</link>
		<comments>http://www.renemoser.net/2009/09/android-1-6/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 21:00:48 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=782</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/MBRFkLKRwFw&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MBRFkLKRwFw&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/09/android-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jOpenDocument: OASIS Open Document  in pure Java</title>
		<link>http://www.renemoser.net/2009/08/jopendocument-oasis-open-document-in-pure-java/</link>
		<comments>http://www.renemoser.net/2009/08/jopendocument-oasis-open-document-in-pure-java/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 05:56:01 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Oasis]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=752</guid>
		<description><![CDATA[ jOpenDocument [1] is a free library for developers looking to use Open Document files without OpenOffice.org.
jOpenDocument is Open Source (under GPL or commercial license).
You can automate the document creation and manipulation process. You can use jOpenDocument to:

Generate dynamic documents from Java, XML or databases
Display and print files with built-in viewers
Split, concatenate, and manipulate pages
Automate [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p> jOpenDocument [1] is a free library for developers looking to use Open Document files without OpenOffice.org.</p>
<p>jOpenDocument is Open Source (under GPL or commercial license).</p>
<p>You can automate the document creation and manipulation process. You can use jOpenDocument to:</p>
<ul>
<li>Generate dynamic documents from Java, XML or databases</li>
<li>Display and print files with built-in viewers</li>
<li>Split, concatenate, and manipulate pages</li>
<li>Automate filling out of template (created by OpenOffice or not)</li>
<li>Use your preferred langage via standard ScriptEngine interface</li>
<li>  And much more&#8230;</li>
</ul>
</blockquote>
<p>[1] <a href="http://www.jopendocument.org/">http://www.jopendocument.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/08/jopendocument-oasis-open-document-in-pure-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video4Linux4Java: Access Video4Linux API with Java</title>
		<link>http://www.renemoser.net/2009/07/video4linux4java/</link>
		<comments>http://www.renemoser.net/2009/07/video4linux4java/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 10:08:30 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=732</guid>
		<description><![CDATA[Video4Linux4Java [1] (v4l4j) is a GPL&#8217;d java package providing simple access to the capture interface of the Video4Linux (V4L) API from Java. Using v4l4j, an application can:

retrieve information about a video device, such as the number and type of video inputs, supported image formats, resolutions &#038; video standards and available tuners,
capture frames from any V4L-supported [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Video4Linux4Java [1] (v4l4j) is a GPL&#8217;d java package providing simple access to the capture interface of the Video4Linux (V4L) API from Java. Using v4l4j, an application can:</p>
<ul>
<li>retrieve information about a video device, such as the number and type of video inputs, supported image formats, resolutions &#038; video standards and available tuners,</li>
<li>capture frames from any V4L-supported devices, which includes USB/Firewire webcams, video capture cards and tuner cards.</li>
<li>access video controls, such as brightness, contrast, gain, Tilt, Focus, &#8230;</li>
<li>access and control tuners (get / set frequency, access to received signal strength, &#8230;) </li>
</ul>
</blockquote>
<p>[1] <a href="http://code.google.com/p/v4l4j/">http://code.google.com/p/v4l4j/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/07/video4linux4java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hudson: Continuous Integration System</title>
		<link>http://www.renemoser.net/2009/07/hudson-continuous-integration-system/</link>
		<comments>http://www.renemoser.net/2009/07/hudson-continuous-integration-system/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:29:09 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=716</guid>
		<description><![CDATA[Hudson [1] monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs:

Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Hudson [1] monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs:</p>
<ol>
<li>Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity.</li>
<li>Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Hudson keeps those outputs and makes it easy for you to notice when something is wrong.</li>
</ol>
</blockquote>
<p>Hudson can be extended by <a href="http://wiki.hudson-ci.org/display/HUDSON/Plugins">plugins</a> and can be <a href="http://braindump.dk/tech/2007/05/03/eclipse-plugin-for-hudson/">integrated into IDEs like Eclipse</a>. There are also a lot of tools like for example <a href="http://wiki.hudson-ci.org/display/HUDSON/Firefox+Add-on+Build+Monitor">Firefox Add on</a>. It is written in Java (1.6) released under <a rel="nofollow" href="http://www.opensource.org/licenses/mit-license.php">the MIT license.</a></p>
<p><strong>Update</strong><br />
Hudson now <a href="http://hudson-ci.org/debian/">provides Debian packages</a>.</p>
<p>[1] <a href="https://hudson.dev.java.net/">https://hudson.dev.java.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/07/hudson-continuous-integration-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
