<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Objectify</title>
	<link>http://www.objectify.be/wordpress</link>
	<description>vb. Giving reality to...</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:03:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Moving job, house and country using good engineering practices</title>
		<description><![CDATA[Summer is almost here, the days are long and my good lady wife and I have decided to sell our house here in England and move over to Belgium (my wife is Belgian) for the rest of our lives. Some things that need to happen to enable this decision are a) moving house b) moving [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=108</link>
			</item>
	<item>
		<title>Storing multiple object types in Java maps with type safety</title>
		<description><![CDATA[Java&#8217;s generics have undoubtedly made life easier in some cases by enforcing type safety on collections. One collection that frequently does not benefit from them is maps used in a heterogeneous way &#8211; that is, a java.util.Map (or equivalent) that contains several non-compatible values. Assuming the keys are of the same type, it&#8217;s still not [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=88</link>
			</item>
	<item>
		<title>It&#8217;s not me, it&#8217;s you</title>
		<description><![CDATA[Having recently been thinking about a new project, I started looking at available domains and was attracted to Macedonian .me domains as both useful and playful in what you work into them. Going to my usual domain registrar, I bought itsnotyouits.me (in retrospect, not the most memorable domain so I&#8217;m kind of glad things worked [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=81</link>
			</item>
	<item>
		<title>Adding arbitrary parameters to a URL in Struts2</title>
		<description><![CDATA[When building a Struts2 application recently, I needed to add arbitrary parameters to a URL when creating the menu from dynamic content. The parameters were stored in a map, so I used the my standard bit of code for iterating over a map: &#60;s:url var="url" action="%{link}" &#62;   &#60;s:iterator value="parameters.keySet()" var="key"&#62;     &#60;s:param name="%{key}" value="%{parameters.get(#key)}"/&#62; [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=64</link>
			</item>
	<item>
		<title>objectify-led 1.0 released</title>
		<description><![CDATA[objectify-led, a Java library for binding properties at runtime has just been released at Objectify. Instead of having chunks of code such as public class Foo { private static String BLAH = "default-value"; private String myString; private int myInt = -1; public static void main(String[] args) { if (System.getProperty("blah.value) != null) { BLAH = System.getProperty("blah.value"); [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=55</link>
			</item>
	<item>
		<title>IntelliJ IDEA now has a community edition</title>
		<description><![CDATA[In an annoucement earlier, Jetbrains announced a community version of IntelliJ IDEA. IntelliJ has long been my favourite IDE.  In fact, it&#8217;s the only IDE I&#8217;ve ever liked &#8211; having used Eclipse, Netbeans, VisualAge for Java, NetDynamics and I don&#8217;t know how many others, only IntelliJ has ever delivered what I&#8217;ve wanted. I personally belive [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=51</link>
			</item>
	<item>
		<title>10/GUI&#8217;s new concept for a desktop &#8211; how well would it work with a mouse?</title>
		<description><![CDATA[I took a look at 10/GUI&#8216;s new desktop concept last night and was very impressed.      It&#8217;s always hard to break backwards compatibiliy, and when the place you&#8217;re going to be breaking it is the weakest link in the interaction chain &#8211; the user&#8217;s comfort zone.  However, it&#8217;s fair to say that comfort zone is [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=40</link>
			</item>
	<item>
		<title>The merge from hell</title>
		<description><![CDATA[Having read my last post regarding version, you have no doubt jumped in your time machine, gone back a few years or months and implemented a sound versioning policy on all the projects you work on;  your colleagues think you are even more amazing than you were before, and life is generally coming up roses. [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=29</link>
			</item>
	<item>
		<title>A rough overview of the basics of versioning</title>
		<description><![CDATA[Why use version control? Versioning is a crucial key of the development process for several reasons best described through the lack of versioning: Want to see a great piece of code that was refactored out, deleted or otherwise lost six months ago? Hmm&#8230; If you have multiple versions of a product used in live environments [...]]]></description>
		<link>http://www.objectify.be/wordpress/?p=6</link>
			</item>
</channel>
</rss>
