I was researching the execution time difference between static and instance method calls today and came across an old Java forum thread about the topic. I was looking for performance information, but everyone in the thread was focusing on “good <abbr title=”object oriented>OO</a> practices”, and I was astonished as to what I was reading. […]
Language Patterns
September 6th, 2007 · 5 Comments
Filed Under: languages
Buildr Review
August 25th, 2007 · 6 Comments
I should start this post off by apologizing to the Buildr folks for taking so long to write up this review. I should also point out that I am currently attempting to contribute to this project, I don’t believe that sways my opinion at all since I choose to contribute after I reviewed the […]
Filed Under: build
Quoth the raven, Nevermore.
August 8th, 2007 · No Comments
I felt this classic line from Edgar Allen Poe’s The Raven was appropriate to start off my review of Raven “the build tool for Java programs based on Rake and Ruby Gems”. Now that my eyes have been opened to the world of using dynamic scripting languages to build Java projects I can safely […]
Filed Under: build
JUnit 4.4
July 24th, 2007 · No Comments
A few months back I gave a presentation on testing software where I work. I believe the talk went well, and it definitely got me interested in testing, and different ideas and practices to ensure your code is working properly. I did all my examples using Java, and the JUnit framework, or derivatives […]
Filed Under: testing
Mac OS X Java
April 27th, 2007 · 1 Comment
So I got the great idea yesturday to install Coldfusion MX 7 on my Intel Mac to try out some ideas. I found out that Adobe does not currently support Coldfusion MX on the intel Mac. They do redirect you to numerous blogs that give you instructions on how to get it working […]
Filed Under: software
Java to Coldfusion HashMap
February 12th, 2007 · 1 Comment
As some of you know I do web application development. The languages of choice for my current employer is coldfusion and java with some flex thrown in there for good measure. Last Friday I began experience a very odd bug with the two so decided I would share my findings with the world.
The […]
Filed Under: programming