<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>TIMO ERNST</title>
	<link>http://www.timo-ernst.net</link>
	<description>Specialist for Rich Internet Applications and UI-Design</description>
	<lastBuildDate>Tue, 29 Nov 2011 16:24:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>ZK user group conference in Mannheim, Germany</title>
		<description><![CDATA[I'll be speaking on the upcoming ZK user group conference in Mannheim, Germany on December 6th, 2011 (what's ZK?).

If you enjoy developing rich internet applications with the power of Java, I highly recommend to be there.
If you want to join, just sign up for the event on zkoss.org for free and see three exciting ...]]></description>
		<link>http://www.timo-ernst.net/2011/11/zk-user-group-conference-in-mannheim-germany/</link>
			</item>
	<item>
		<title>R.I.P., Steve!</title>
		<description><![CDATA[

Thank you Steve Jobs for many years of inspiration and for teaching me that one must have faith in his own ideas, beliefs and dreams so they become reality.

Your visions accounted for what I am today and what I believe in. Thank you.

"Stay hungry, stay foolish." (Steve Jobs)]]></description>
		<link>http://www.timo-ernst.net/2011/10/r-i-p-steve/</link>
			</item>
	<item>
		<title>The story behind Smampi.com</title>
		<description><![CDATA[My last girlfriend was sometimes a little weird. Whenever she paid me a visit, she entered my apartment, gave me a kiss and then started checking her email on my computer.
One day I was able to observe her doing that. From what I saw, she had 2 email accounts. One from college and another ...]]></description>
		<link>http://www.timo-ernst.net/2011/09/the-story-behind-smampi-com/</link>
			</item>
	<item>
		<title>.remove() and .contains() not working on your Java set?</title>
		<description><![CDATA[If you suddenly experience problems callling set.remove() and set.contains() on your Java Set instances, you might be using Hibernate, which replaces your Set instance with its own version (PersistentSet), which uses a HashSet internally to store your data.

For example, the problem I faced was the following:

Person.java

public class Person(){

 String _name;

 public Person(String name){
  ...]]></description>
		<link>http://www.timo-ernst.net/2011/06/remove-and-contains-not-working-on-your-java-set/</link>
			</item>
	<item>
		<title>Correct naming convention for boolean values in Hibernate mapping files</title>
		<description><![CDATA[Ok, this just took me a while to figure out so I thought I'd share it here.

If you have a boolean variable that follows the naming convention "isValue" (e.g. boolean isPerson = false;), then the according mapping file property name may not include the "is" part of the name, for example:

&#60;property name="person" column="is_person" /&#62;

Otherwise, ...]]></description>
		<link>http://www.timo-ernst.net/2011/05/correct-naming-convention-for-boolean-values-in-hibernate-mapping-files/</link>
			</item>
</channel>
</rss>

