Latest Articles:
- Mac: You don't have access to / on this server
- Debugging cucumber scripts, cucumber and devise authentication
- Comment left on review for Feeble Paradox
- Heroic Failure on the 13th of November
- Ok, I'm not perfect and I still get angry - but still try to deal with it
- Tumbleweed Interview Candidates
- TDD is effective if you look at the right things
- Ballmer not the darling of the stock market
Archive
March 2010
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
March 2000
Tag Cloud:
Stats:
- Entries = 358
- Notes = 35
General Links
Teensy bugettes
I discovered that the doReplace function in my utilities library had a small bug, where if the to string contained the from string it would loop forever. I also put in a guard variable to stop it doing more than a certain number of replacements, not
Progress
Using the utilities package given below I've now managed to generate all of the implementation beans for my data model. I created a template that creates the guts of the code and then iterates through the columns using a different template to put in
Simple multiple search and replace in Java
Here it is (Note that 1.4 Strings have replaceAll and replaceFirst with Regexp so use them instead): Current VersionNote that I have removed the Java from the Post and added it to the files area so I can keep it up to date.
Writing code properly - good programmers are lazy
Currently generating out my ejb-jar.xml file and I've got code that looks like this: currentTable = initCap (att.getValue("name")); os.println("\t\t<entity>"); os.println("\t\t\t<description>Enti
The Bardo, Pain and Renunciation
The Bardo Well, the Bardo is just a place or state where things change. A lot of westerners mistakenly think that it only relates to death, because of the Tibetan Book of the Dead (Bardo Thodol). In fact we are always in a state of change throughout
JBOSS driving me nuts
Download JBOSS, get latest version, why not? (not knowing that DR on the end means Developer Release, so stay away if you aren't testing it or coding to new features). Download quick start, only for version 3, download v 3.2, Find webpage that gives