<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>Martens Blog</title>
	<link>http://blog.deinum.biz</link>
	<description>My surface interval on the internet.</description>
	<pubDate>Thu, 12 Jun 2008 13:19:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Moved!</title>
		<link>http://blog.deinum.biz/2008/01/02/moved/</link>
		<comments>http://blog.deinum.biz/2008/01/02/moved/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 13:49:35 +0000</pubDate>
		<dc:creator>marten</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.deinum.biz/2008/01/02/moved/</guid>
		<description><![CDATA[Although it still is going to take a few months (first of may) that I also move to a new house, I already took the liberty to move my blog. The new location is http://mdeinum.wordpress.com.
ForMas, mesmo assim, o toques criado por você mesmo acaba, na maioria dos casos, saindo mais barato do que os baixados [...]]]></description>
		<wfw:commentRss>http://blog.deinum.biz/2008/01/02/moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Securing Spring Web Flow</title>
		<link>http://blog.deinum.biz/2007/06/13/securing-spring-web-flow/</link>
		<comments>http://blog.deinum.biz/2007/06/13/securing-spring-web-flow/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 14:26:59 +0000</pubDate>
		<dc:creator>mdeinum</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.deinum.biz/2007/06/13/securing-spring-web-flow/</guid>
		<description><![CDATA[Well that is the title of

 the presentation I just gave at the NL-JUG 2007 conference. The presentation was about the Spring Web Flow solution we created to secure flows. The presentation can be found and the conference website. The code is available in the JIRA under issue SWF-93 but for your convenience also available [...]]]></description>
		<wfw:commentRss>http://blog.deinum.biz/2007/06/13/securing-spring-web-flow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Converting String to Date and Date-formatting in Spring-MVC</title>
		<link>http://blog.deinum.biz/2007/02/09/converting-string-to-date-and-date-formatting-in-spring-mvc/</link>
		<comments>http://blog.deinum.biz/2007/02/09/converting-string-to-date-and-date-formatting-in-spring-mvc/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 09:24:00 +0000</pubDate>
		<dc:creator>mdeinum</dc:creator>
		
		<category><![CDATA[Spring]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.deinum.biz/2007/02/09/converting-string-to-date-and-date-formatting-in-spring-mvc/</guid>
		<description><![CDATA[This week alone I answered the question about date formatting and how to bind Strings to Objects multiple times. If I would get an euro/dollar for everytime I gave the same answer. So I figured maybe it is time to create simple example to show how it is done in Spring. (The sources used are [...]]]></description>
		<wfw:commentRss>http://blog.deinum.biz/2007/02/09/converting-string-to-date-and-date-formatting-in-spring-mvc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One application, per client database</title>
		<link>http://blog.deinum.biz/2007/01/05/one-application-per-client-database/</link>
		<comments>http://blog.deinum.biz/2007/01/05/one-application-per-client-database/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 14:45:59 +0000</pubDate>
		<dc:creator>mdeinum</dc:creator>
		
		<category><![CDATA[Spring]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.deinum.biz/2007/01/05/one-application-per-client-database/</guid>
		<description><![CDATA[In one of my recent projects we came a cross an application model which had 1 codebase but for every client they had (around 40) they deployed one application. Sometimes they had to redeploy several times because they had memory and performance issues. We soon realized that we needed to do something about this way [...]]]></description>
		<wfw:commentRss>http://blog.deinum.biz/2007/01/05/one-application-per-client-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spring Web Flow Tag Library</title>
		<link>http://blog.deinum.biz/2006/12/21/spring-web-flow-tag-library/</link>
		<comments>http://blog.deinum.biz/2006/12/21/spring-web-flow-tag-library/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 12:17:48 +0000</pubDate>
		<dc:creator>mdeinum</dc:creator>
		
		<category><![CDATA[Spring Web Flow]]></category>

		<category><![CDATA[Spring]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.deinum.biz/2006/12/21/spring-web-flow-tag-library/</guid>
		<description><![CDATA[A while ago we started to use Spring Web Flow. We needed to convert our old WizardForms and Multi SimpleFormController screens to the Spring Web Flow ones. After converting about three jsp&#8217;s I got fed up with the hidden fields, the submit buttons with the specified name. Generating urls with a flowExecutionKey and eventId was [...]]]></description>
		<wfw:commentRss>http://blog.deinum.biz/2006/12/21/spring-web-flow-tag-library/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using multiple validators in Controllers and FormAction</title>
		<link>http://blog.deinum.biz/2006/12/13/using-multiple-validators-in-controllers-and-formaction/</link>
		<comments>http://blog.deinum.biz/2006/12/13/using-multiple-validators-in-controllers-and-formaction/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 13:38:56 +0000</pubDate>
		<dc:creator>mdeinum</dc:creator>
		
		<category><![CDATA[Spring]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.deinum.biz/2006/12/13/using-multiple-validators-in-controllers-and-formaction/</guid>
		<description><![CDATA[On a job I did recently we did a lot of refactoring the old (web) application, they used an abundance of (Web) Frameworks, we reduced it to 1 (well actually 2 if you count Spring Web Flow :) ).

They already had a lot of Controllers and Validators build and also somewhere some custom validation logic in the desired classes. One thing I noticed is that they had a few command objects which had en emailaddress or telephone number. For each of those objects they also wrote a suitable Validator. Copying and pasting all the logic concering emailaddress validation each time, or even worse reinvented the logic.]]></description>
		<wfw:commentRss>http://blog.deinum.biz/2006/12/13/using-multiple-validators-in-controllers-and-formaction/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
