<?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>bitwalker.nl &#187; java</title>
	<atom:link href="http://www.bitwalker.nl/blog/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitwalker.nl</link>
	<description>agile software development</description>
	<lastBuildDate>Sun, 15 Aug 2010 20:49:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails and Grails and Java</title>
		<link>http://www.bitwalker.nl/blog/rails-and-grails-and-java</link>
		<comments>http://www.bitwalker.nl/blog/rails-and-grails-and-java#comments</comments>
		<pubDate>Sun, 26 Aug 2007 21:33:56 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/rails-and-grails-and-java</guid>
		<description><![CDATA[Last Friday Charles Nutter from Sun and Graeme Rocher from Skills Matter presented Ruby On Rails (mostly JRuby On Rails) and Grails at the profict Summer Camp in the beautiful Loenen (Duch countryside). Both started with a short introduction to the core languages of both frameworks &#8211; Ruby (JRuby) and Groovy &#8211; with a focus [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.bitwalker.nl/wp-content/uploads/2007/08/2007-08-24-12-59-13.jpg' rel="lightbox" title='Graeme Rocher and Charles Nutter preparing' rel="lightbox"><img src='http://www.bitwalker.nl/wp-content/uploads/2007/08/2007-08-24-12-59-13.thumbnail.jpg' alt='Graeme Rocher and Charles Nutter preparing' / rel="lightbox"></a rel="lightbox">Last Friday Charles Nutter from Sun and Graeme Rocher from Skills Matter presented <a href="http://www.rubyonrails.org/" rel="lightbox">Ruby On Rails</a> (mostly JRuby On Rails) and <a href="http://grails.codehaus.org/">Grails</a> at the <a href="http://java.profict.nl/index.html">profict Summer Camp</a> in the beautiful Loenen (Duch countryside). Both started with a short introduction to the core languages of both frameworks &#8211; <a href="http://www.ruby-lang.org/en/">Ruby</a> (<a href="http://jruby.codehaus.org/">JRuby</a>) and <a href="http://groovy.codehaus.org/">Groovy</a> &#8211; with a focus on Java related issues. Among other things they demonstrated quick and easy ways to create Swing interfaces. Charles used <a href="http://ihate.rubyforge.org/profligacy/">Profligacy</a> and <a href="http://cheri.rubyforge.org/">Cheri</a>, while Graeme did it with the Groovy <a href="http://groovy.codehaus.org/Swing+Builder">SwingBuilder</a>. In both languages it allowed faster Swing development with less and easier code. While this was appealing, I still believe that what Swing needs most of all, are good GUI builder applications which designers can directly use. </p>
<p><a  rel="lightbox" href='http://www.bitwalker.nl/wp-content/uploads/2007/08/2007-08-24-13-31-47.jpg' title='Only a few are using Ruby already'><img src='http://www.bitwalker.nl/wp-content/uploads/2007/08/2007-08-24-13-31-47.thumbnail.jpg' alt='Only a few are using Ruby already' /></a></p>
<p>Next, they went on showing us the Ruby On Rails (ROR) and Grails frameworks and of course demonstrated the fast creation of a simple working web-application (those famous 10 minute demos). If you want to know more about it, just follow the links, read the introduction and watch the screencasts.</p>
<p>Both Grails and Rails (when used with JRuby) allow integration with Java and a Java infrastructure. Charles for example used the <a href="https://rome.dev.java.net/">rome library</a> in Rails to generate an RSS feed and the next version of the GlassFish application server will offer special support for deployment of Rails applications. So the idea is, why not combine the best of  both worlds (Grails &#038; Java or Rails &#038; Java). </p>
<p><a rel="lightbox" href='http://www.bitwalker.nl/wp-content/uploads/2007/08/2007-08-24-14-31-42.jpg' title='Graeme and Charles during a break' rel="lightbox"><img src='http://www.bitwalker.nl/wp-content/uploads/2007/08/2007-08-24-14-31-42.thumbnail.jpg' alt='Graeme and Charles during a break' / rel="lightbox"></a rel="lightbox">As Groovy is a dynamic language written for the JVM and shares a lot of similarities with Java, I think it might be more suitable for Java teams and environments than Ruby. Grails itself is based on solid java components like Spring, hibernate, quartz, sitemesh, embedded jetty and hsqldb (80% of grails is written in Java) and offers various java related <a href="http://grails.codehaus.org/Plugins" rel="lightbox">plugins</a> (e.g. for DWR, Wicket, xFire,&#8230;). The 0.6 release of Grails (available as release candidate) will offer integrated support for Spring Webflow and the 1.0 release is due in October.</p>
<p>All in all it has been an inspiring afternoon and no matter if you favor Ruby, Grooy, Grails or Rails, these are exiting developments and if you can, learn something new and give it a try. I started to learn Ruby &#038; ROR a while ago but never really had a chance to use it practically. With Groovy &#038; Grails I think it might be different as the demand for lean and agile java development is growing.</p>
<p><a href="http://www.flickr.com/photos/sonicwalker/sets/72157601639321183/">More photos on Flickr</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/rails-and-grails-and-java" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Rails+and+Grails+and+Java&amp;url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/rails-and-grails-and-java" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;title=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/rails-and-grails-and-java" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/rails-and-grails-and-java&amp;t=Rails+and+Grails+and+Java" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/rails-and-grails-and-java/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle 10g Express Edition on a Mac</title>
		<link>http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac</link>
		<comments>http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac#comments</comments>
		<pubDate>Wed, 01 Aug 2007 23:12:11 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac</guid>
		<description><![CDATA[Well, at least on an Intel Mac it is now possible to run and use the Oracle 10g Express Edition, the free version for small projects and software development, which unfortunately does not exist for Mac OS X.
Thanks to virtualization you can install Oracle 10g Express on a Linux or Windows VM and use it [...]]]></description>
			<content:encoded><![CDATA[<p>Well, at least on an Intel Mac it is now possible to run and use the <a href="http://www.oracle.com/technology/software/products/database/xe/index.html">Oracle 10g Express Edition</a>, the free version for small projects and software development, which unfortunately does not exist for Mac OS X.</p>
<p>Thanks to virtualization you can install Oracle 10g Express on a Linux or Windows VM and use it from  the Mac side (your Java application, Eclipse,&#8230;). </p>
<p><a rel="lightbox" href='http://www.bitwalker.nl/wp-content/uploads/2007/08/oracle-10g-express.jpg' title='Oracle 10g Express Edition on a Mac'><img src='http://www.bitwalker.nl/wp-content/uploads/2007/08/oracle-10g-express.thumbnail.jpg' alt='Oracle 10g Express Edition on a Mac' /></a></p>
<p>I used Ubuntu Ultimate 1.4 on VMware Fusion. Before you can install Oracle 10g express, you have to increase the swap size. In my case the installer reported that the Express Edition requires 750 MB of swap space. I followed <a href="http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html">these instructions</a> and increased the swap space to 800MB. Since I wanted to use the universal release, I used &#8216;apt-get install oracle-xe-universal&#8217; to install Oracle (Oracle also offers RPM packages). The rest is straight forward. Just follow the instructions. As you can see in the screenshot, I can contact the 10g database from SQL Developer running on Mac OS X on the same machine. The Ubuntu windows shows the web-interface of Oracle.</p>
<p>I ran the same maven build again (clean install with database scripts and full tests) and now the time went down to 2:50 (from 3:30 with a remote database). The Core 2 Duo of my MacBook Pro had to work hard and memory usage went up to 1.5 GB, but there was enough room to continue working.</p>
<p>So, this is great. Now I have a completely independent mobile software development platform.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Oracle+10g+Express+Edition+on+a+Mac&amp;url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;title=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac&amp;t=Oracle+10g+Express+Edition+on+a+Mac" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/oracle-10g-express-edition-on-a-mac/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Faster builds with Core 2 Duo</title>
		<link>http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo</link>
		<comments>http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo#comments</comments>
		<pubDate>Wed, 01 Aug 2007 10:53:52 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[macbook pro]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo</guid>
		<description><![CDATA[Two days ago a developer of our team checked some changes in and broke the build. When asked why he didn&#8217;t first run the test locally, he replied that it takes too long and wondered why else do we have an automatic build system.
Build speed matters as you see and it was one reason for [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago a developer of our team checked some changes in and broke the build. When asked why he didn&#8217;t first run the test locally, he replied that it takes too long and wondered why else do we have an automatic build system.</p>
<p><a title="MacBook Pro" rel="lightbox" href="http://www.bitwalker.nl/wp-content/uploads/2007/08/macbookpro15inch.jpg" rel="lightbox"><img class="alignright" src="http://www.bitwalker.nl/wp-content/uploads/2007/08/macbookpro15inch.thumbnail.jpg" alt="MacBook Pro" /></a>Build speed matters as you see and it was one reason for me to buy a new MacBook Pro to replace my 2 year old PowerBook, which just became too slow for software development as well as other common tasks.</p>
<p>So, today I ran a small unscientific competition between my two systems on our current project, which uses Maven 2 to build and a Oracle 10g database. To reduce dependency on the network connection to the database server (via VPN), I installed a local Oracle 10g Express on separate machine. Later I will try to install the same on a VM.</p>
<p>With maven I ran a clean installation including all tests a couple of times, also to make sure all dependencies have been resolved.</p>
<p>The PowerBook (1.67Ghz G4, 1.5MB RAM, 100Mbit connection) needs on average 7 minutes (it took more than 20 minutes with the VPN connection!). The new MacBook Pro (2.4Ghz Core 2 Duo, 2GB, WLAN connection) finishes the same task in 3 1/2 minutes, which is an acceptable speed. Just run your tests when you get a fresh cup of coffee (you should not sit behind the desk without a break anyhow).</p>
<p>It is also nice, that Eclipse 3.x with MyEclipse and some other plug-ins starts 14 seconds faster on the MacBook Pro.</p>
<p>Considering the costs of development hours, esp. if bugs are not caught on time because skipped testing, I think it is foolish to save money on hardware for software developers. Give them the best and fastest you can get. It will not only motivate them (we love good technology) but also improve productivity and probably quality as well.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Faster+builds+with+Core+2+Duo&amp;url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;title=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo&amp;t=Faster+builds+with+Core+2+Duo" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/faster-builds-with-core-2-duo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeMarker Sketchbook 0.1</title>
		<link>http://www.bitwalker.nl/blog/freemarker-sketchbook</link>
		<comments>http://www.bitwalker.nl/blog/freemarker-sketchbook#comments</comments>
		<pubDate>Sat, 07 Jul 2007 19:06:49 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[freemarker]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/freemarker-sketchbook</guid>
		<description><![CDATA[FreeMarker is a template engine and language which we are using in the content management system of our new application. For next week I have been preparing training material for web-developers and something I was missing, was a simple way for them to learn and try out FreeMarker. The best way to learn is by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://freemarker.org">FreeMarker</a> is a template engine and language which we are using in the content management system of our new application. For next week I have been preparing training material for web-developers and something I was missing, was a simple way for them to learn and try out FreeMarker. The best way to learn is by playing and experiencing something yourself, so I created a simple java application with an editor and FreeMarker renderer.<br />
At the same time this has been a good exercise for me as well, as this is my first Swing and  <a href="http://java.sun.com/products/javawebstart/index.jsp" class="TutorialLink" target="_top">Java™ Web Start</a> application. After I received  some feedback, added a few more features and cleaned-up the code, I will probably release it as open source project. I think this is a handy little application for those who want to create FreeMarker templates. If you want to try it out, just click on the button below. You should have Java 1.5 or higher installed.</p>
<p><a href="http://www.bitwalker.nl/wp-content/uploads/freeMarkerSketchbook.jnlp" title="Java™ Web Start"><img src="http://www.bitwalker.nl/wp-content/uploads/2007/07/jws-launch-button.png" alt="Java™ Web Start" /></a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/freemarker-sketchbook" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=FreeMarker+Sketchbook+0.1&amp;url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/freemarker-sketchbook" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;title=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/freemarker-sketchbook" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/freemarker-sketchbook&amp;t=FreeMarker+Sketchbook+0.1" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/freemarker-sketchbook/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Wicket vs. Spring MVC</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc</link>
		<comments>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comments</comments>
		<pubDate>Sat, 17 Mar 2007 16:08:28 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[wicket]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc</guid>
		<description><![CDATA[Peter Thomas wrote an interesting article about his first steps with Wicket, especially comparing it to Spring MVC:
For quite a while, I was trying to ignore the increasing buzz about Wicket, convincing myself that I don’t need yet another MVC framework (there are too many of them anyway), but somewhere between the Javalobby articles, the [...]]]></description>
			<content:encoded><![CDATA[<p>Peter Thomas wrote an <a href="http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/">interesting article</a> about his first steps with Wicket, especially comparing it to Spring MVC:</p>
<blockquote><p>For quite a while, I was trying to ignore the increasing buzz about <a href="http://wicket.sourceforge.net/">Wicket</a>, convincing myself that I don’t need yet another MVC framework (there are too many of them anyway), but somewhere between the <a href="http://www.javalobby.org/java/forums/t60786.html">Javalobby articles</a>, the <a href="http://www.infoq.com/news/2006/12/wicket-vs-springmvc-and-jsf">InfoQ article</a> and the <a href="http://www.oreillynet.com/onjava/blog/2007/01/wicket_another_java_web_framew.html">O’ReillyNet article</a> &#8211; my resolve cracked and I took a closer look. (&#8230;)</p>
<p>It looked interesting and so I decided to try and migrate a selected few JSP screens of an <a href="http://jtrac.info/">existing</a> Spring MVC + Spring WebFlow application to Wicket. This went much better than I expected and two months later (not full time) &#8211; I completed migrating the entire app to Wicket and it is now ready for a new release as a 100% JSP free application. (&#8230;)</p>
<p>So is Wicket the one true MVC framework that a lot of us have been hunting for?  At the moment, I tend to think so. (&#8230;)</p>
<p><a href="http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/">read the full article</a></p></blockquote>
<p>It all sounds so familiar. Spring MVC, Spring WebFlow, XML configuration files, JSP with various tag libraries and custom tags, JSTL,  Acegi, an unmaintainable collection of Javascript files and libraries, SiteMesh decorators, Velocity, web-designers who mess up JSP files and so on. Web development like this is  error prune and not really suitable for an agile development process.</p>
<p>Wicket sounds very interesting and promising. I should give it a try but I guess I can not convince management to give us some extra weeks to convert the web-application we&#8217;ve been working on from Spring MVC to Wicket.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/wicket-vs-spring-mvc" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Wicket+vs.+Spring+MVC&amp;url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;title=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/wicket-vs-spring-mvc&amp;t=Wicket+vs.+Spring+MVC" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Java in a global word &#8211; some internationalization pitfalls</title>
		<link>http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls</link>
		<comments>http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls#comments</comments>
		<pubDate>Sat, 03 Mar 2007 20:26:37 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[i18n]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls</guid>
		<description><![CDATA[For the second time in the past years I had to get a Java based web-application ready for international use, which means support for various international character sets. The first time I didn&#8217;t have much experience yet and the application was difficult to debug, so it was a tiresome and lengthy trial and error approach. [...]]]></description>
			<content:encoded><![CDATA[<p>For the second time in the past years I had to get a Java based web-application ready for international use, which means support for various international character sets. The first time I didn&#8217;t have much experience yet and the application was difficult to debug, so it was a tiresome and lengthy trial and error approach. The second time it was easier since we had a better architecture and tools but also here some unexpected problems showed up.</p>
<p>There were basically three aspects, which made internationalization difficult:</p>
<ol>
<li> All levels of a system and application are effected (e.g. operating system, I/O operations, database, web-tier, web-services). If the settings don&#8217;t  match at some point, it might results in wrong character conversion. Usually this means we have to look at database encoding, file system encoding and http request/response encoding.</li>
<li>A lot of software which is being used (e.g. 3rd party components and libraries) uses a default character encoding, which is usually ISO-8859-1 (Latin-1). Is this western ignorance?</li>
<li>You don&#8217;t have the time to understand the complicated and often unclear issues surrounding character set encoding. If the world could just decide to switch to one global encoding, our live would be much easier.</li>
</ol>
<p>The goal is to use only one character encoding within the Java application (in our case UTF-8 seems to be fine for the job), so we only have to handle different character sets at entry and exit points  (web, files, &#8230;).</p>
<p>Let&#8217;s look at places which might need some attention:</p>
<p><strong>Application servers</strong></p>
<p>Start these with the correct JVM arguments.</p>
<p>Default file encoding<br />
The default file encoding is being used by the InputStreamReader and OutputStreamReader. If it is not set, the file encoding of the operating system will be used which can lead to unexpected results if you have a team which works on different systems or if the deployment system differs from the development environment. Set it with -Dfile.encoding=UTF-8</p>
<p>Next check and if necessary configure the default character encoding.</p>
<p>Resin<br />
The default value is ISO-8859-1.<br />
see <a href="http://www.caucho.com/resin-3.0/config/env.xtp#character-encoding" title="Specify the default character encoding for the environment.">Specify the default character encoding for the environment.</a></p>
<p>Tomcat<br />
Default encoding of Tomcat 5 is UTF-8. If not, you can specify it in $CATALINA_BASE/conf/web.xml or in your webapp&#8217;s own web.xml.</p>
<p>WebSphere<br />
Default character encoding is UTF-8. For more information see: <a href="http://www-306.ibm.com/software/globalization/j2ee/encoding.jsp" title="Developing J2EE Global Applications : Character Encoding">Developing J2EE Global Applications : Character Encoding</a></p>
<p><strong>Database</strong></p>
<p>Switch the complete database, individual tables or individual columns to UTF-8. How this can be done differs per database system.</p>
<p>For some JDBC database drivers you have to specify the encoding explicitly, others drivers are smart enough to determine the database encoding automatically.</p>
<p>Oracle 10g<br />
In order to review the current settings enter SELECT * FROM V$NLS_PARAMETERS;<br />
NLS_CHARACTERSET and NLS_LENGTH_SEMANTICS are interesting for us. Oracle recommends using Unicode character set AL32UTF8 for all new system deployments.<br />
If you don&#8217;t want to change the settings for the database, you can use the NCHAR, NVARCHAR2, and NCLOB datatypes instead. Their default encoding is AL16UTF16.</p>
<p>Additional information:<br />
<a href="http://appsdbablog.com/blog/2006/10/changing_the_character_set_in.html" title="Visit page outside Confluence" rel="nofollow">Changing The Character Set In Oracle Applications</a><br />
<a href="http://www.oracle-base.com/articles/9i/CharacterSemanticsAndGlobalization9i.php" title="Visit page outside Confluence" rel="nofollow">Character Semantics and Globalization</a></p>
<p><strong>Spring Framework</strong></p>
<p>Since Spring handles you requests, it needs some extra configuration:<br />
<a href="http://mrj.woo.dk/squareroot/2006/02/16/character-encoding-in-submitted-forms/" title="Visit page outside Confluence" rel="nofollow">Add filter to web.xml and spring configuration<br />
</a>In this case the Spring framework does most of the work for you. Without such framework you might have to do some conversion between different character encoding types yourself.</p>
<p><strong>Java Servlet Pages</strong></p>
<p>Use: &lt;%@ page pageEncoding=&#8221;UTF-8&#8243; contentType=<span class="code-quote">&#8220;text/html; charset=UTF-8&#8243; %&gt;</span></p>
<p>To set the default page encoding used for all jsp files, use</p>
<p>&lt;jsp-property-group&gt;<br />
(&#8230;)<br />
&lt;page-encoding&gt;utf-8&lt;/page-encoding&gt;<br />
&lt;/jsp-property-group&gt;</p>
<p>Additional information:<br />
<a href="http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro13.html" title="Setting Properties for Groups of JSP Pages">Setting Properties for Groups of JSP Pages</a></p>
<p>It is a good idea to add<br />
&lt;META http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243;&gt;<br />
to the html as well.</p>
<p><strong>Templating Engines and layout frameworks</strong></p>
<p>Sitemesh<br />
By default Sitemesh uses ISO-8859-1. All used JSP pages should define UTF-8 as encoding. If you have various decorators and includes, these must all use the same encoding.</p>
<p>Velocity<br />
Also Velocity uses ISO-8859-1 as default. This has been the large pitfall on my first internationalization project. I wasted a lot of time before I knew this.<br />
Velocity allows you to specify the character encoding of your template resources on a template by template basis. The output encoding is an application specific setting and can be set in the runtime configuration with following configuration key: output.encoding (it might be a good idea to set input.encoding as well)<br />
More information: <a href="http://velocity.apache.org/engine/devel/developer-guide.html" title="Velocity Developer Guide">Velocity Developer Guide</a></p>
<p>Freemarker<br />
You can specify the charset of the template in the <a href="http://freemarker.sourceforge.net/docs/ref_directive_ftl.html" title="template itself">template itself</a> and the charset of the output with the<br />
setOutputEncoding(outputCharset) method of a Freemarker processing environment.</p>
<p><strong>Resource bundles</strong></p>
<p>Edit message bundles for non western languages in UTF-8 mode and then convert this file to an ascii format for Java. Call native2ascii encoding, specifying the original file has UTF-8 encoding:<br />
native2ascii -encoding UTF-8 messages_cn.txt messages_cn.properties</p>
<p><strong>Additional information<br />
</strong><br />
<a href="http://www.javaworld.com/javaworld/jw-04-2004/jw-0419-multibytes.html?page=2"> Java World: Multibyte-character processing in J2EE</a><br />
<a href="http://www.javaworld.com/javaworld/jw-01-1998/jw-01-indepth_p.html">An in-depth look at Java&#8217;s character type</a><br />
<a href="http://www.cs.tut.fi/~jkorpela/chars.html"> A tutorial on character code issues</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls&amp;url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;title=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls&amp;t=Java+in+a+global+word+%26%238211%3B+some+internationalization+pitfalls" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/java-in-a-global-word-some-internationalization-pitfalls/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Currently reading &#8211; April 2006</title>
		<link>http://www.bitwalker.nl/blog/currently_reading_april_2006</link>
		<comments>http://www.bitwalker.nl/blog/currently_reading_april_2006#comments</comments>
		<pubDate>Sat, 15 Apr 2006 07:19:38 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/currently_reading_april_2006</guid>
		<description><![CDATA[Bitwalker is the second site I recently moved to my new hosting provider Dreamhost. In contrast to Pair, where I host my other sites, Dreamhost offers Ruby On Rails support. I&#8217;ve heard a lot about Ruby On Rails before but now I wanted to know more about it and it looks like a great alternative [...]]]></description>
			<content:encoded><![CDATA[<p>Bitwalker is the second site I recently moved to my new hosting provider Dreamhost. In contrast to Pair, where I host my other sites, Dreamhost offers Ruby On Rails support. I&#8217;ve heard a lot about Ruby On Rails before but now I wanted to know more about it and it looks like a great alternative to PHP. I have a some ideas for small web-applications and Ruby On Rails might be just right for those.<br />
<span style="font-size: 12pt"><br />
</span><img src="http://images.amazon.com/images/P/097669400X.01._SCTHUMBZZZ_.jpg" /><br />
<a href="http://www.amazon.com/exec/obidos/redirect?tag=walkeronline-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=097669400X%2526tag=walkeronline-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/097669400X%25253FSubscriptionId=02ZH6J1W0649DTNS6002">&#8220;Agile Web Development with Rails : A Pragmatic Guide (The Facets of Ruby Series)&#8221;<br />
(Dave Thomas, David Hansson, Leon Breedt, Mike Clark, Thomas Fuchs, Andrea Schwarz)</a></p>
<p>As our Spring project at Tripolis is moving on fast, we started working on the web tier and needed some more detailed information about Spring MVC. Luckily a new Spring MVC book had just been released.<span style="font-size: 12pt"></span></p>
<p><img src="http://ec1.images-amazon.com/images/P/159059584X.01._SCTHUMBZZZ_.jpg" /><br />
<a href="http://www.amazon.com/exec/obidos/redirect?tag=walkeronline-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=159059584X%2526tag=walkeronline-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/159059584X%25253FSubscriptionId=02ZH6J1W0649DTNS6002">&#8220;Expert Spring MVC and Web Flow (Expert)&#8221;<br />
(Seth Ladd, Darren Davison, Steven Devijver, Colin Yates)</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/currently_reading_april_2006" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Currently+reading+%26%238211%3B+April+2006&amp;url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/currently_reading_april_2006" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;title=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/currently_reading_april_2006" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/currently_reading_april_2006&amp;t=Currently+reading+%26%238211%3B+April+2006" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/currently_reading_april_2006/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Currently reading &#8211; February 2006</title>
		<link>http://www.bitwalker.nl/blog/currently_reading_february_2006</link>
		<comments>http://www.bitwalker.nl/blog/currently_reading_february_2006#comments</comments>
		<pubDate>Sat, 04 Feb 2006 23:27:34 +0000</pubDate>
		<dc:creator>Harald Walker</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.bitwalker.nl/blog/currently_reading_february_2006</guid>
		<description><![CDATA[Since 2005 I am working as a full time java developer in Amsterdam, working on web-applications in the area of communication and marketing. This also meant, that I had to learn new technologies and had less time than expected for my own little bitwalker projects. In fall of 2005 I developed a small new application [...]]]></description>
			<content:encoded><![CDATA[<p class="content">Since 2005 I am working as a full time java developer in Amsterdam, working on web-applications in the area of communication and marketing. This also meant, that I had to learn new technologies and had less time than expected for my own little bitwalker projects. In fall of 2005 I developed a small new application using Struts &amp; Tiles and now since January I am working in a small team on our next generation software, which will be using the <a href="http://www.springframework.org/">Spring framework</a>.</p>
<p>So currently I am reading these books:</p>
<p><a href="http://www.amazon.com/exec/obidos/ASIN/0135974445/walkeronline-20?creative=327641&amp;camp=14573&amp;link_code=as1"><img src="http://rcm-images.amazon.com/images/P/0135974445.01._SL110_SCTZZZZZZZ_.jpg" border="0" /><br />
Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin</a><br />
A book I highly recommend both for developers as well as project managers. It is easy and fun to read and still has a lot to say.</p>
<p><a href="http://www.amazon.com/exec/obidos/ASIN/1932394354/walkeronline-20?creative=327641&amp;camp=14573&amp;link_code=as1"><img src="http://rcm-images.amazon.com/images/P/1932394354.01._SL110_SCTZZZZZZZ_.jpg" border="0" /><br />
Spring in Action by Craig Walls</a><br />
A good introduction. A 2nd edition would be nice though.</p>
<p><a href="http://www.amazon.com/exec/obidos/ASIN/1590594614/walkeronline-20?creative=327641&amp;camp=14573&amp;link_code=as1"><img src="http://rcm-images.amazon.com/images/P/1590594614.01._SL110_SCTZZZZZZZ_.jpg" border="0" /><br />
Pro Spring by Rob Harrop</a><br />
Once you know and understand some of the Spring basics or you have hand-on experience with the Spring framework, this is a good book to take you to the next level.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bitwalker.nl/blog/currently_reading_february_2006" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Currently+reading+%26%238211%3B+February+2006&amp;url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.bitwalker.nl/blog/currently_reading_february_2006" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;title=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bitwalker.nl/blog/currently_reading_february_2006" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bitwalker.nl/blog/currently_reading_february_2006&amp;t=Currently+reading+%26%238211%3B+February+2006" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.bitwalker.nl/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.bitwalker.nl/blog/currently_reading_february_2006/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
