<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Journeyman Programmer</title>
	<link>http://journeyman.ivystreetinc.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:53:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>A Neat Coding Trick: Add a Property Instead of a Parameter</title>
		<description>If you've ever had to work on a legacy application with a HUGE code base, you might get faced with this situation:

Manager: "Hey journeyman can you fix this address on this  page so that it knows to take a system configuration?"

Journeyman:  "Sure, give me a second for an estimate."

You ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=134</link>
			</item>
	<item>
		<title>Defaults: Hibernate Lazy; JPA Eager</title>
		<description>Now this is interesting.We were trying to debug some Hibernate rich objects we had converted from hbm files to annotations, and the objects were blowing up.&#160; One of our more expertish developers with some Hibernate experience insisted that default fetching was lazy.&#160; We decided to accept that as the word ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=119</link>
			</item>
	<item>
		<title>A Simple PL/SQL Tokenizer</title>
		<description>DECLARE&#160;&#160; tokenString&#160;&#160;&#160;&#160;&#160; VARCHAR2 (256) := 'Jim,Jerry,Jordan';&#160;&#160; tokenLength&#160;&#160;&#160;&#160;&#160; NUMBER := 0;&#160;&#160; tokenDelimiter&#160;&#160; VARCHAR2 (1) := ',';&#160;&#160; tokenChar&#160;&#160;&#160;&#160;&#160;&#160;&#160; VARCHAR2 (1) := '';&#160;&#160; tokenIzed&#160;&#160;&#160;&#160;&#160;&#160;&#160; VARCHAR (30) := '';BEGIN&#160;&#160; SELECT LENGTH (tokenString) INTO tokenLength FROM DUAL;&#160;&#160; FOR i IN 1 .. tokenLength&#160;&#160; LOOP&#160;&#160;&#160;&#160;&#160; SELECT SUBSTR (tokenString, i, 1) INTO tokenChar FROM DUAL;&#160;&#160;&#160;&#160;&#160; IF tokenChar ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=109</link>
			</item>
	<item>
		<title>Tech Republic: Spamaholics</title>
		<description>I read articles on Tech Republic from time to time.  They're . . . . OK.  But I don't remember signing up for this kind of email notification.  You'd think a self proclaimed tech site would show a little more ethical behavior.  Just goes to show ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=104</link>
			</item>
	<item>
		<title>ORACLE: Batch Commits</title>
		<description>I had to write an Oracle script template for work to kind of create a guideline for our developers since we are getting inputs from ourselves, DBA standards, and business requirements from our BA's and customers.

Anyway, one thing they wanted was batch commits . . . so I wrote this ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=81</link>
			</item>
	<item>
		<title>TDD:  Design for the Conditions</title>
		<description>I am not a proponent of TDD, but I will admit it has its place.  And sometimes that place is not to use it, if the ultimate outcome will be of less value to the purpose of your software.

Some reasons not to use TDD if the conditions warrant are:

	More code ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=71</link>
			</item>
	<item>
		<title>Folder or Path as a Drive Letter on Windows XP</title>
		<description>I was creating a setup of PortableApps on my XP machine with some of the great stuff you can port around in that framework: Open Office, VLC etc. without installing them into the OS.  I didn't have a USB drive with me, and thought hey, maybe I can just ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=59</link>
			</item>
	<item>
		<title>Updating Eclipse Projects From Java 1.5 to Java 1.6</title>
		<description>When you are updating from jdk 1.5 to jdk 1.6 in Eclipse 3.5, make sure you hit all of these  touchpoints:

	On your machine, install jdk 1.6 and change your environment path variables to point to the 1.6 directories.
	In Eclipse, Under Windows-&#62;Preferences-&#62;Java-&#62;Installed JREs make sure jdk 1.6 is  added, and select ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=49</link>
			</item>
	<item>
		<title>A Wikipedia One Up Isn&#8217;t Sufficient For Your Resume</title>
		<description>It's not in the nature of most people, developers even more so with our huge egos, to admit we don't know something.  But if you have a life outside of your compiler, you know that some things can't be read about; they have to be experienced.

For a while recently at ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=45</link>
			</item>
	<item>
		<title>Darcs Distributed Version Control</title>
		<description>In my search for easy to use technology I decided to use the darcs distributed revision control code repository to maintain some of my work-usbstick-website--home files.

What darcs is:

	It's an easy to use, distributed, code repository.  It falls into the same category as Mercurial,GIT or Bazaar.
	Distributed?  Yes, patches are exchanged between ...</description>
		<link>http://journeyman.ivystreetinc.com/?p=3</link>
			</item>
</channel>
</rss>
