<?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>MIT blogs</title>
	<atom:link href="http://blog.meissner.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.meissner.it</link>
	<description>blogs der meissner.IT</description>
	<lastBuildDate>Tue, 06 Jul 2010 11:19:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fun with generics</title>
		<link>http://blog.meissner.it/fun-with-generics/</link>
		<comments>http://blog.meissner.it/fun-with-generics/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 11:17:08 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=88</guid>
		<description><![CDATA[We&#8217;ve been using the following construct for a long time in our util classes:

    public static &#60;T&#62; List&#60;T&#62; query(SimpleJdbcOperations jdbcOps, String query,
            Map&#60;String, Object&#62; paramMap) {
        return jdbcOps.query(query,
       [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/fun-with-generics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing amtu on Debian Lenny (Etch) as non-root</title>
		<link>http://blog.meissner.it/installing-amtu-on-debian-lenny-etch-as-non-root/</link>
		<comments>http://blog.meissner.it/installing-amtu-on-debian-lenny-etch-as-non-root/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:28:23 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=78</guid>
		<description><![CDATA[The secure installation of amtu on Debian has some pitfalls. The problem is that amtu uses java.util.prefs.Preferences#systemNodeForPackage instead of java.util.prefs.Preferences#userNodeForPackage (com.amazon.merchants.transport.preferences.UserAccountPreferences). This leads to the problem that the configuration is not stored as non-root user or even more unpredictable: It is stored if you do the configuration as root and cannot be read or updated [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/installing-amtu-on-debian-lenny-etch-as-non-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redmine löst Mantis als Issue Tracker ab</title>
		<link>http://blog.meissner.it/redmine-lost-mantis-als-issue-tracker-ab/</link>
		<comments>http://blog.meissner.it/redmine-lost-mantis-als-issue-tracker-ab/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:31:28 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Issue Tracker]]></category>
		<category><![CDATA[Mantis]]></category>
		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=53</guid>
		<description><![CDATA[Zum heutigen Tag löst Redmine den bisherigen Issue Tracker Mantis (1.1.x) ab. Hauptgrund für den Wechsel war das unschöne Interface, was dazu führte, dass die Nutzung für manche mehr eine Strafe als eine Hilfe war. Zudem lösen wir gerade intern CVS mit Git ab und damit können wir das SCM direkt in den Issue Tracker [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/redmine-lost-mantis-als-issue-tracker-ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating from Mantis to Redmine</title>
		<link>http://blog.meissner.it/migrating-from-mantis-to-redmine/</link>
		<comments>http://blog.meissner.it/migrating-from-mantis-to-redmine/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:30:32 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Issue Tracker]]></category>
		<category><![CDATA[Mantis]]></category>
		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=57</guid>
		<description><![CDATA[Today we migrated from our old Mantis 1.1.x Installation to Redmine 0.9 (Debian package). Using the migration-script redmine:migrate_from_mantis made great work after some minor traps.
First there was a bug in /usr/share/redmine/lib/tasks/migrate_from_mantis.rake:287. Replaced :role by :roles and added proper [] this was fixed fast. Thereby we&#8217;ve changed the default password &#8216;mantis&#8217; for all users to a [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/migrating-from-mantis-to-redmine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Give Yourself a Productivity Boost: Use Pomodoro Technique</title>
		<link>http://blog.meissner.it/give-yourself-a-productivity-boost-use-pomodoro-technique/</link>
		<comments>http://blog.meissner.it/give-yourself-a-productivity-boost-use-pomodoro-technique/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:49:58 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=40</guid>
		<description><![CDATA[We here at MIT receive a big productivity boost by using the Pomodoro Technique (works great with GTD).
]]></description>
		<wfw:commentRss>http://blog.meissner.it/give-yourself-a-productivity-boost-use-pomodoro-technique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erste iPhone Anwendung in der Beta-Phase</title>
		<link>http://blog.meissner.it/erste-iphone-anwendung-in-der-beta-phase/</link>
		<comments>http://blog.meissner.it/erste-iphone-anwendung-in-der-beta-phase/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:09:13 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=27</guid>
		<description><![CDATA[Die erste iPhone Applikation der meissner.IT kommt in die Beta-Phase, d.h. einige Tester nehmen sie sich vor.
]]></description>
		<wfw:commentRss>http://blog.meissner.it/erste-iphone-anwendung-in-der-beta-phase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barrierefreie Präsentation der Wahlen im Internet</title>
		<link>http://blog.meissner.it/barrierefreie-prasentation-der-wahlen-im-internet/</link>
		<comments>http://blog.meissner.it/barrierefreie-prasentation-der-wahlen-im-internet/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 09:02:02 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=49</guid>
		<description><![CDATA[Pünktlich zur Europawahl am 07.06.2009 war die Umsetzung der barrierefreien Präsentation der Wahlergebnisse auf Basis von PC-Wahl fertig und auf den Seiten der Stadt Monheim am Rhein online.
Mit Hilfe des erstellten Programms können nun alle vorherigen und zukünftigen Wahlen im Internet dargestellt werden. Die Wahldaten werden einmalig (oder am Wahltag auch jede Minute) importiert und [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/barrierefreie-prasentation-der-wahlen-im-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with arrays</title>
		<link>http://blog.meissner.it/playing-with-arrays/</link>
		<comments>http://blog.meissner.it/playing-with-arrays/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:55:49 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=13</guid>
		<description><![CDATA[Presenting today: One of &#8220;took me two hours&#8221; issues. This codes seems to be ok:
123Object&#91;&#93; strArr = new String&#91;&#93; &#123; &#34;whatever&#34; &#125;;
Object&#91;&#93; newArr = ArrayUtils.addAll&#40;strArr, null&#41;;
ArrayUtils.addAll&#40;newArr, new Object&#91;&#93; &#123; Boolean.TRUE &#125;&#41;;
But executing it leads to the following exception:

Exception in thread "main" java.lang.ArrayStoreException
	at java.lang.System.arraycopy(Native Method)
	at org.apache.commons.lang.ArrayUtils.addAll(ArrayUtils.java:2972)

This is because ArrayUtils.addAll takes as type for the returned array [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/playing-with-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>logback and -Dlogback.configurationFile</title>
		<link>http://blog.meissner.it/logback-and-dlogback-configurationfile/</link>
		<comments>http://blog.meissner.it/logback-and-dlogback-configurationfile/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:59:15 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logback]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=10</guid>
		<description><![CDATA[Today I was fighting against logback and its configuration option -Dlogback.configurationFile. Logback has simply ignored this option, no matter what I have tried. Simple solution: Upgrade from logback v0.9.9 to logback v0.9.15 and everything works as expected.
]]></description>
		<wfw:commentRss>http://blog.meissner.it/logback-and-dlogback-configurationfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat Cookies Subdomain übergreifend</title>
		<link>http://blog.meissner.it/tomcat-cookies-subdomain-ubergreifend/</link>
		<comments>http://blog.meissner.it/tomcat-cookies-subdomain-ubergreifend/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:27:06 +0000</pubDate>
		<dc:creator>Markus Meissner</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.meissner.it/?p=3</guid>
		<description><![CDATA[Cookies sollten Subdomain übergreifend (www.xai.com -&#62; blog.xai.com) funktionieren. Hierzu hat Tomcat leider keinen Konfigurationsparamter, dafür gab es auch schon mehrere Lösungsansätze:
http://www.esus.be/blog/?p=3
http://thread.gmane.org/gmane.comp.jakarta.tomcat.user/165272
Beide (nacheinander) getestet, Valve Konfiguration in der server.xml an mehrere Stellen ausprobiert, nie hat es geklappt. Anscheinend wird bei tomcat 5.5.17 und 5.5.20 die Session immer vor dem Valve erzeugt und als Cookie geschrieben, ist [...]]]></description>
		<wfw:commentRss>http://blog.meissner.it/tomcat-cookies-subdomain-ubergreifend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
