<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>4 the record - IT</title>
	<atom:link href="http://4therecord.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://4therecord.wordpress.com</link>
	<description>IT-Blog von Robert Kleineikenscheidt</description>
	<lastBuildDate>Fri, 11 Mar 2011 12:52:45 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='4therecord.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>4 the record - IT</title>
		<link>http://4therecord.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://4therecord.wordpress.com/osd.xml" title="4 the record - IT" />
	<atom:link rel='hub' href='http://4therecord.wordpress.com/?pushpress=hub'/>
		<item>
		<title>encode and decode Base64 with scala</title>
		<link>http://4therecord.wordpress.com/2011/03/11/encode-and-decode-base64-with-scala/</link>
		<comments>http://4therecord.wordpress.com/2011/03/11/encode-and-decode-base64-with-scala/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 12:52:43 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/?p=57</guid>
		<description><![CDATA[Download and install scala start scala console C:\scala-2.8.1.final\bin&#62;scala Welcome to Scala version 2.8.1.final (Java HotSpot(TM) Client VM, Java 1.6.0_24). Type in expressions to have them evaluated. Type :help for more information. encode scala&#62; new sun.misc.BASE64Encoder().encode( "myClearTextPW".getBytes()) res0: java.lang.String = bXlDbGVhclRleHRQVw== decode scala&#62; new String(new sun.misc.BASE64Decoder().decodeBuffer("bXlDbGVhclRleHRQVw==")) res1: java.lang.String = myClearTextPW<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=57&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download and install <a href="http://www.scala-lang.org/">scala</a></p>
<p><strong>start scala console</strong></p>
<pre>C:\scala-2.8.1.final\bin&gt;scala
Welcome to Scala version 2.8.1.final (Java HotSpot(TM) Client VM, Java 1.6.0_24).
Type in expressions to have them evaluated.
Type :help for more information.
</pre>
<p><strong>encode</strong></p>
<pre>scala&gt; new sun.misc.BASE64Encoder().encode( "myClearTextPW".getBytes())
res0: java.lang.String = bXlDbGVhclRleHRQVw==</pre>
<p><strong>decode</strong></p>
<pre>scala&gt; new String(new sun.misc.BASE64Decoder().decodeBuffer("bXlDbGVhclRleHRQVw=="))
res1: java.lang.String = myClearTextPW</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=57&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2011/03/11/encode-and-decode-base64-with-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>HTTP-Basic Authentification</title>
		<link>http://4therecord.wordpress.com/2010/03/22/http-basic-authentification/</link>
		<comments>http://4therecord.wordpress.com/2010/03/22/http-basic-authentification/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 19:32:17 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/2010/03/22/http-basic-authentification/</guid>
		<description><![CDATA[The following code-snippet is doing an HTTP-Basic authentification in Java URLConnection connection = new URL("http://mySite.dt").openConnection(); connection.setRequestProperty("Authorization", "Basic "+(new sun.misc.BASE64Encoder(). encode((user+":"+password).getBytes())));<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=53&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following code-snippet is doing an HTTP-Basic authentification in Java</p>
<pre>URLConnection connection = new URL("http://mySite.dt").openConnection();
connection.setRequestProperty("Authorization",
    "Basic "+(new sun.misc.BASE64Encoder().
    encode((user+":"+password).getBytes())));</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=53&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2010/03/22/http-basic-authentification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 on Dell Inspiron 8600</title>
		<link>http://4therecord.wordpress.com/2009/12/05/windows-7-on-dell-inspiron-8600/</link>
		<comments>http://4therecord.wordpress.com/2009/12/05/windows-7-on-dell-inspiron-8600/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:42:55 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/?p=49</guid>
		<description><![CDATA[The first installation result was a little dissapointing, because of two points: there is only a standard video driver for my ati radeon graphic with a limited support for resolution options the sounds did not work Point 2. is working now. I downloaded the old audio-sigmatel-driver from dell-support (for win XP). Cancel the Installation when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=49&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first installation result was a little dissapointing, because of two points:</p>
<ol>
<li>there is only a standard video driver for my ati radeon graphic with a limited support for resolution options</li>
<li>the sounds did not work</li>
</ol>
<p>Point 2. is working now. I downloaded the old audio-sigmatel-driver from dell-support (for win XP). Cancel the Installation when it is extracted on disk. Go to the device Manager. Select the audio question mark and choose &#8222;install driver from disk&#8220; and point to the extracted files.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=49&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2009/12/05/windows-7-on-dell-inspiron-8600/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>Systables in Oracle</title>
		<link>http://4therecord.wordpress.com/2008/04/11/systables-in-oracle/</link>
		<comments>http://4therecord.wordpress.com/2008/04/11/systables-in-oracle/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 17:14:31 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Sql+Databases]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/?p=48</guid>
		<description><![CDATA[In Informix-Databases they are called Systables, where i get the Meta-Info about tables and columns. In oracle i get this basic infos with the following sqls: select * from ALL_TABLES where TABLE_NAME = &#8216;&#60;TABLENAME&#62;&#8216;; select * from ALL_TAB_COLUMNS where TABLE_NAME = &#8216;&#60;TABLENAME&#62;&#8216;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=48&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Informix-Databases they are called Systables, where i get the Meta-Info about tables and columns. In oracle i get this basic infos with the following sqls:</p>
<p><span style="font-size:x-small;">select * from ALL_TABLES where TABLE_NAME = &#8216;<span>&lt;</span><span>TABLENAME&gt;</span>&#8216;;<br />
select * from ALL_TAB_COLUMNS where TABLE_NAME = &#8216;<span>&lt;</span><span>TABLENAME&gt;</span>&#8216;</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=48&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2008/04/11/systables-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing Excel with Java</title>
		<link>http://4therecord.wordpress.com/2006/12/26/accessing-excel-with-java/</link>
		<comments>http://4therecord.wordpress.com/2006/12/26/accessing-excel-with-java/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 20:43:59 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/2006/12/26/accessing-excel-with-java/</guid>
		<description><![CDATA[Excel is Microsoft. Java is not. Nevertheless there are ways to manipulate the XLS-format from Java. Some Open Source solutions are listed here: &#8222;Handle Excel files&#8220; by Réal Gagnon I tested two of them: JXL POI Jxl is straightforward and easy to use. POI is for all kind of Mircosoft formats, not only for Excel. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=46&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Excel is Microsoft. Java is not. Nevertheless there are ways to manipulate the XLS-format from Java.</p>
<p>Some Open Source solutions are listed here:</p>
<p><a href="http://www.rgagnon.com/javadetails/java-0516.html">&#8222;Handle Excel files&#8220; by Réal Gagnon</a></p>
<p>I tested two of them:</p>
<ol>
<li>JXL</li>
<li>POI</li>
</ol>
<p>Jxl is straightforward and easy to use. POI is for all kind of Mircosoft formats, not only for Excel. IMHO it is a little more tricky to use.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=46&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2006/12/26/accessing-excel-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>Coding by Convention with Grails</title>
		<link>http://4therecord.wordpress.com/2006/11/13/coding-by-convention-with-grails/</link>
		<comments>http://4therecord.wordpress.com/2006/11/13/coding-by-convention-with-grails/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 18:11:36 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/2006/11/13/coding-by-convention-with-grails/</guid>
		<description><![CDATA[Not so long ago the 0.3-Version of grails was released. A good reason for me to check what this coding-by-convention is all about. An it seem to be all great! The opposite is the application i am working with. And with our app all came up with good intentions for the following reasons: being flexible: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=45&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://grails.org"><img src="http://www.grails.org/images/grails_exp_button.gif" height="30" hspace="10" vspace="10" width="97" /></a>Not so long ago the 0.3-Version of grails was released. A good reason for me to check what this coding-by-convention is all about.</p>
<p>An it seem to be all great! The opposite is the application i am working with. And with our app all came up with good intentions for the following reasons:</p>
<ul>
<li>being flexible: The cutomers/users dont have to decide what they want or what they need, we can configure this later&#8230;</li>
<li> being different: the different companies dont want to adjust their internal workflows and they dont have to. we can configure all the differences</li>
</ul>
<p>This is becoming more and more configuration with every new implemented feature. In the end your are not a developer any more, your are a configurer. &#8211;&gt; Configuration Hell!</p>
<p>Coding-by-convention must be precise. You must exactly know whats best, what you need or how to name something. No more maybies.</p>
<p>Ressources for grails:</p>
<ul>
<li><a href="http://www.flavor.de/snipsnap/space/start">www.grail.org</a></li>
<li><a href="http://www.flavor.de/snipsnap/space/start">Sven Haiges blog</a></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=45&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2006/11/13/coding-by-convention-with-grails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>

		<media:content url="http://www.grails.org/images/grails_exp_button.gif" medium="image" />
	</item>
		<item>
		<title>My mule impression</title>
		<link>http://4therecord.wordpress.com/2006/10/12/my-mule-impression/</link>
		<comments>http://4therecord.wordpress.com/2006/10/12/my-mule-impression/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 18:32:00 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://4therecord.wordpress.com/2006/10/12/my-mule-impression/</guid>
		<description><![CDATA[This week I run into Mule. This is an open source ESB (Enterprise Service Bus) and is all about integration. In one article it is described as a kind of Leatherman of integration tools. Here the best examples I have found so far: A File Sucker-Example, monitoring a directory for files to import. This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=43&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mule.mulesource.org/wiki/display/MULE/Home" title="Direct link to file"><img src="http://4therecord.files.wordpress.com/2006/10/mule.thumbnail.JPG?w=450" alt="mule.JPG" /></a>  This week I run into Mule. This is an open source <a href="http://en.wikipedia.org/wiki/Enterprise_Service_Bus">ESB (Enterprise Service Bus)</a> and is all about integration. In one <a href="http://www.infoq.com/articles/Evolutionary-integration">article</a> it is described as a kind of Leatherman of integration tools.</p>
<p><img src="///C:/DOKUME%7E1/rk/LOKALE%7E1/Temp/moz-screenshot.jpg" />Here the best examples I have found so far:</p>
<ul>
<li>A <a href="http://jroller.com/page/habuma?entry=spring_esbs_and_file_suckers">File Sucker-Example</a>, monitoring a directory for files to import. This is based one Spring and Mule.</li>
<li>A <a href="http://www.infoq.com/articles/Evolutionary-integration">Snowdude-Example</a> why an ESB is useful</li>
</ul>
<p><a href="http://labs.jboss.com/portal/jbossesb/?prjlist=false">Another ESB open source implementation </a>is part of the JBoss tool collection. Is a comparison out there?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=43&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2006/10/12/my-mule-impression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>

		<media:content url="http://4therecord.files.wordpress.com/2006/10/mule.thumbnail.JPG" medium="image">
			<media:title type="html">mule.JPG</media:title>
		</media:content>

		<media:content url="/DOKUME%7E1/rk/LOKALE%7E1/Temp/moz-screenshot.jpg" medium="image" />
	</item>
		<item>
		<title>The unix find command&#8230;</title>
		<link>http://4therecord.wordpress.com/2006/09/03/the-unix-find-command/</link>
		<comments>http://4therecord.wordpress.com/2006/09/03/the-unix-find-command/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 10:24:17 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">https://4therecord.wordpress.com/2006/09/03/the-unix-find-command/</guid>
		<description><![CDATA[&#8230;beyond the man-pages: find by text in file&#8217;s name find . -name "my.file" -print by text in file&#8217;s content find . -exec grep "4therecord" '{}' \; -print A detailed explanation and more examples here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=42&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;beyond the man-pages:</p>
<p>find</p>
<ul>
<li>by text in file&#8217;s name<br />
<code>find . -name "my.file" -print</code></li>
<li><code></code>by text in file&#8217;s content<br />
<code>find . -exec grep "4therecord" '{}' \; -print</code></li>
</ul>
<p>A detailed explanation and more examples <a href="http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm">here.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=42&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2006/09/03/the-unix-find-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>Misc Java Notes</title>
		<link>http://4therecord.wordpress.com/2006/07/26/misc-java-notes/</link>
		<comments>http://4therecord.wordpress.com/2006/07/26/misc-java-notes/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 18:41:57 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">https://4therecord.wordpress.com/2006/07/26/misc-java-notes/</guid>
		<description><![CDATA[Intelligent WEB-GUI-Components (kind of Ajax): example one example two New eclipse version: What&#8217;s new in Eclipse 3.2? Java-classpath-configuring in Windows: with the following two Batch-Files it is possible to add all the files of a directory to the classpath. (Copied from here) build.bat --------- set CP= for %%i in (lib*.jar) do call cp.bat %%i cp.bat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=41&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Intelligent WEB-GUI-Components (kind of Ajax):
<ul>
<li><a href="http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/">example one</a></li>
<li><a href="http://www.potix.com/zkdemo/userguide/">example two</a></li>
</ul>
</li>
<li>New eclipse version: <a href="http://www.eclipse.org/evangelism/resources/laffra-eclipse32-whatsnew/laffra-whats-new-in-3.2.ppt">What&#8217;s new in Eclipse 3.2?</a></li>
<li>Java-classpath-configuring in Windows: with the following two Batch-Files it is possible to add all the files of a directory to the classpath. (Copied from <a href="http://www.wer-weiss-was.de/theme35/article2192404.html">here</a>)
<pre>build.bat
---------
set CP=

for %%i in (lib*.jar) do call cp.bat %%i</pre>
<pre>cp.bat
------
set CP=%CP%;%1</pre>
</li>
<li><a href="http://forum.java.sun.com/thread.jspa?threadID=633585&amp;messageID=3673428">how to let tomcat destroy a session. </a>Two options: in the web.xml-configuration or in ur application.</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=41&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2006/07/26/misc-java-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Download of JavaOne Sessions (2005,2006)</title>
		<link>http://4therecord.wordpress.com/2006/07/09/free-download-of-javaone-sessions-20052006/</link>
		<comments>http://4therecord.wordpress.com/2006/07/09/free-download-of-javaone-sessions-20052006/#comments</comments>
		<pubDate>Sun, 09 Jul 2006 13:16:09 +0000</pubDate>
		<dc:creator>robby</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">https://4therecord.wordpress.com/2006/07/09/free-download-of-javaone-sessions-20052006/</guid>
		<description><![CDATA[Here you can find all the JavaOne Session of 2005 and 2006. The PPT-PDFs (or maybe star-office slides) are downloadable directly, for the Multimedia-Version you have to register.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=40&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://developers.sun.com/learning/javaoneonline/">Here</a> you can find all the JavaOne Session of 2005 and 2006. The PPT-PDFs (or maybe star-office slides) are downloadable directly, for the Multimedia-Version you have to register.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/4therecord.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/4therecord.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/4therecord.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/4therecord.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/4therecord.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/4therecord.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/4therecord.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/4therecord.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/4therecord.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/4therecord.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=4therecord.wordpress.com&amp;blog=189635&amp;post=40&amp;subd=4therecord&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://4therecord.wordpress.com/2006/07/09/free-download-of-javaone-sessions-20052006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f58c455ba91400dea09a71d77395785c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">difz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
