<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>jenglert code</title>
	<link>http://code.jenglert.com</link>
	<description>Yet another developer's take on Java, Eclipse, CVS, and other equaly geeky stuff.</description>
	<lastBuildDate>Tue, 16 Oct 2007 05:59:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>WIX 3.0 Driver Install Workaround</title>
		<description>This article describes a workaround to install a driver using an existing WIX 3.0 based installer. Unfortunately, at the time of this writing the latest WIX 3.0 build does not support driver installations because the DifXApp.wixlib has not been reworked for WIX 3.0. However, WIX 2.0 supports driver installations quite ...</description>
		<link>http://code.jenglert.com/2007/10/15/wix-30-driver-install-workaround/</link>
			</item>
	<item>
		<title>Singleton Pattern Caveats in Java</title>
		<description>The singleton design pattern arguably the simplest pattern to implement.  Unfortunately there are some caveats when implementing it in Java. To recap, GoF defines the singleton as follows:
"Ensure a class only has one instance, and provide a global point of access to it."
A simple Java implementation of the singleton ...</description>
		<link>http://code.jenglert.com/2007/04/29/singleton-pattern-caveats-in-java/</link>
			</item>
	<item>
		<title>Eclipse CVS Attic</title>
		<description>Today I was wondering how to get a file out of the CVS attic and back into a project.  A quick google search brought up a short article explaining the simple procedure.  In Eclipse right click somewhere in the project and select:

Team -&#62; Restore From Repository...

This will bring ...</description>
		<link>http://code.jenglert.com/2007/04/03/eclipse-cvs-attic/</link>
			</item>
</channel>
</rss>
