<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for byte bohemian</title>
	<atom:link href="http://www.niclas-meier.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.niclas-meier.de</link>
	<description>Thechophile bogging</description>
	<lastBuildDate>Thu, 22 Sep 2011 06:28:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Tomcat 6.x &#8230; doing it the right way! by Marina</title>
		<link>http://www.niclas-meier.de/2008/07/tomcat-6x-doing-it-the-right-way/#comment-1704</link>
		<dc:creator>Marina</dc:creator>
		<pubDate>Thu, 22 Sep 2011 06:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/2008/07/19/tomcat-6x-doing-it-the-right-way/#comment-1704</guid>
		<description>You have really interesting blog, keep up posting such informative posts!</description>
		<content:encoded><![CDATA[<p>You have really interesting blog, keep up posting such informative posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mind the gap by Lutz Hühnken</title>
		<link>http://www.niclas-meier.de/2011/05/mind-the-gap/#comment-924</link>
		<dc:creator>Lutz Hühnken</dc:creator>
		<pubDate>Tue, 24 May 2011 13:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.niclas-meier.de/?p=96#comment-924</guid>
		<description>Hi Niclas, 
not a really a comment regarding your post, but I recently read something about how to translate &quot;die kochen auch nur mit Wasser&quot; and in order to make use of this new knowledge, I thought I&#039;d take the opportunity and let you know. It seems, at least that&#039;s what some random people on the internet say, it is best translated as &quot;they put their pants on one leg at a time, just like anyone else&quot;. 
This might have to be modified for skirt-wearing women or kilt-wearing Scottish people, though.</description>
		<content:encoded><![CDATA[<p>Hi Niclas,<br />
not a really a comment regarding your post, but I recently read something about how to translate &#8220;die kochen auch nur mit Wasser&#8221; and in order to make use of this new knowledge, I thought I&#8217;d take the opportunity and let you know. It seems, at least that&#8217;s what some random people on the internet say, it is best translated as &#8220;they put their pants on one leg at a time, just like anyone else&#8221;.<br />
This might have to be modified for skirt-wearing women or kilt-wearing Scottish people, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contemporary Software Development: Building by niclas</title>
		<link>http://www.niclas-meier.de/2010/05/contemporary-software-development-building/#comment-7</link>
		<dc:creator>niclas</dc:creator>
		<pubDate>Mon, 17 May 2010 13:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/?p=68#comment-7</guid>
		<description>Hi Andreas,
a reason may be, that we shared some time at SinnerSchrader ;-) I guess it was you or Maik who introduced me to maven 1.

I am using Maven (3!) for new projects nowadays. The reasons to do so are pretty much the same. Ant is nice but you&#039;ll always start at near zero. I tried buildr once, it&#039;s nice but didn&#039;t convince, especially when things get &quot;messy&quot;. I took a closer look at rake/grade but no one could offer me a feature that I desperately need.

I know lots of people who complain about maven too, but my experience is: When maven starts getting really complex the issue is already really complex. Maven forces you to deal with this complexity while other tools migrate complexity into other systems. For example keeping stuff in your SCM system instead of generating it on build time.

And if something is really complex do not build an Ant script or try to script using your pom.xml. Build your own maven Plugin in Java, you can deal with &quot;any&quot; level of complexity there quite easy. Did it a couple of times at scoyo and it worked remarkably well.

BTW: Some weeks ago I migrated my computer to use maven 3-beta and it works awesome especially with the new Eclipse plugin. It&#039;s really a drop in replacement and saves quite some time on your daily work. In conjunction with the maven-jetty plugin and Apache Tapestry you can develop at amazing speed.</description>
		<content:encoded><![CDATA[<p>Hi Andreas,<br />
a reason may be, that we shared some time at SinnerSchrader <img src='http://www.niclas-meier.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I guess it was you or Maik who introduced me to maven 1.</p>
<p>I am using Maven (3!) for new projects nowadays. The reasons to do so are pretty much the same. Ant is nice but you&#8217;ll always start at near zero. I tried buildr once, it&#8217;s nice but didn&#8217;t convince, especially when things get &#8220;messy&#8221;. I took a closer look at rake/grade but no one could offer me a feature that I desperately need.</p>
<p>I know lots of people who complain about maven too, but my experience is: When maven starts getting really complex the issue is already really complex. Maven forces you to deal with this complexity while other tools migrate complexity into other systems. For example keeping stuff in your SCM system instead of generating it on build time.</p>
<p>And if something is really complex do not build an Ant script or try to script using your pom.xml. Build your own maven Plugin in Java, you can deal with &#8220;any&#8221; level of complexity there quite easy. Did it a couple of times at scoyo and it worked remarkably well.</p>
<p>BTW: Some weeks ago I migrated my computer to use maven 3-beta and it works awesome especially with the new Eclipse plugin. It&#8217;s really a drop in replacement and saves quite some time on your daily work. In conjunction with the maven-jetty plugin and Apache Tapestry you can develop at amazing speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contemporary Software Development: Building by Andreas Steffan</title>
		<link>http://www.niclas-meier.de/2010/05/contemporary-software-development-building/#comment-6</link>
		<dc:creator>Andreas Steffan</dc:creator>
		<pubDate>Mon, 17 May 2010 10:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/?p=68#comment-6</guid>
		<description>Hi Niclas,

seems we both more or less shared the same path regarding build systems.

Today, I mostly use maven for two reasons. Its market share (most java based open source projects ship with maven builds) and the fact that it is the system getting the job done fastest (for me) - even though that occasionally implies &quot;Downloading the internet&quot;. Lots of people have been crying about the hard time they have/had with maven. My experiences (even with 1.x) have not been painful compared to the &quot;predecessor&quot; ant.

Whats your system of choice today and why ?

Nowadays, we have quite a few new players in the build arena: buildr, rake, gradle.

Yet, I personally have not found a good (time saving !) reason to switch or start a new project using one of them.

cheers
Andreas</description>
		<content:encoded><![CDATA[<p>Hi Niclas,</p>
<p>seems we both more or less shared the same path regarding build systems.</p>
<p>Today, I mostly use maven for two reasons. Its market share (most java based open source projects ship with maven builds) and the fact that it is the system getting the job done fastest (for me) &#8211; even though that occasionally implies &#8220;Downloading the internet&#8221;. Lots of people have been crying about the hard time they have/had with maven. My experiences (even with 1.x) have not been painful compared to the &#8220;predecessor&#8221; ant.</p>
<p>Whats your system of choice today and why ?</p>
<p>Nowadays, we have quite a few new players in the build arena: buildr, rake, gradle.</p>
<p>Yet, I personally have not found a good (time saving !) reason to switch or start a new project using one of them.</p>
<p>cheers<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomcat 6.x &#8230; doing it the right way! by poenya_gua</title>
		<link>http://www.niclas-meier.de/2008/07/tomcat-6x-doing-it-the-right-way/#comment-5</link>
		<dc:creator>poenya_gua</dc:creator>
		<pubDate>Mon, 29 Mar 2010 19:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/2008/07/19/tomcat-6x-doing-it-the-right-way/#comment-5</guid>
		<description>very... very .... very .... good article
man, u&#039;re realy owesome
u save my life


thank&#039;s</description>
		<content:encoded><![CDATA[<p>very&#8230; very &#8230;. very &#8230;. good article<br />
man, u&#8217;re realy owesome<br />
u save my life</p>
<p>thank&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomcat, Glassfish and EJB &#8230; what a mess! by Martin</title>
		<link>http://www.niclas-meier.de/2008/06/tomcat-glassfish-and-ejb-what-a-mess/#comment-4</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/2008/06/27/tomcat-glassfish-and-ejb-what-a-mess/#comment-4</guid>
		<description>Thank you for your article. It safed me a lot of time.

But I have still a prolem getting Tomcat 6.0.18 running after I copied the mentioned jar files and renamed it. Now Tomcat can&#039;t create the resource instance processing the Global JNDI Resources.

Any idea what&#039;s wrong here or how you solved this problem?</description>
		<content:encoded><![CDATA[<p>Thank you for your article. It safed me a lot of time.</p>
<p>But I have still a prolem getting Tomcat 6.0.18 running after I copied the mentioned jar files and renamed it. Now Tomcat can&#8217;t create the resource instance processing the Global JNDI Resources.</p>
<p>Any idea what&#8217;s wrong here or how you solved this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy weekend by niclas</title>
		<link>http://www.niclas-meier.de/2008/05/lazy-weekend/#comment-3</link>
		<dc:creator>niclas</dc:creator>
		<pubDate>Tue, 03 Jun 2008 17:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/2008/05/25/lazy-weekend/#comment-3</guid>
		<description>Langeweile, naja geht grad so :-) Aber Stripes hatte ich mir schon mal kurz angesehen. Für ein Request basiertes Framework machte das einen guten Eindruck.</description>
		<content:encoded><![CDATA[<p>Langeweile, naja geht grad so <img src='http://www.niclas-meier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Aber Stripes hatte ich mir schon mal kurz angesehen. Für ein Request basiertes Framework machte das einen guten Eindruck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy weekend by Christian Schwanke</title>
		<link>http://www.niclas-meier.de/2008/05/lazy-weekend/#comment-2</link>
		<dc:creator>Christian Schwanke</dc:creator>
		<pubDate>Tue, 03 Jun 2008 08:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://nicl.net/2008/05/25/lazy-weekend/#comment-2</guid>
		<description>Hi Niclas,
wenn Du Langeweile hast, schau Dir mal Stripes an ;-)

http://www.stripesframework.org

Insbesondere die kommende Version 1.5 bringt nochmal richtig viel mit, u.a. &quot;clean urls&quot; .</description>
		<content:encoded><![CDATA[<p>Hi Niclas,<br />
wenn Du Langeweile hast, schau Dir mal Stripes an <img src='http://www.niclas-meier.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://www.stripesframework.org" rel="nofollow">http://www.stripesframework.org</a></p>
<p>Insbesondere die kommende Version 1.5 bringt nochmal richtig viel mit, u.a. &#8220;clean urls&#8221; .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

