Java

What constitutes a good error message to the user?

Today, will go down in my professional history as quite possibly the lowest I would ever think of a software developer. I’ve carefully avoided the term “fellow coder”, speaking of a IT industry sticking by fellow IT people, but not today.

Read more

How I work

My work life is really fragmented at present, so I’ve decided a split approach in answer to Dave Rosenberg’s How I Work–what I have learned so far . What is your role?

Read more

The GWT!

New to the AJAX vertical space is the Google Web Toolkit (GWT) released the the Sun Java One Conference last week. AJAX (“Asynchronous Javascript and XML”) isn’t new, infact the underlying requirements within AJAX, the DHTML, DOM manipulation and XMLHttpRequest were available in 1997.

Read more

The definition of a Unit Test

A Test is not a Unit Test if: It talks to the database It communicates across a network It touches the filesystem It can’t run the same time as any of your other unit tests You have to do special things to your environment to run it (e.

Read more

FireFox Java Plugin

Getting the Java (JRE) plugin working in FireFox under Linux. cd /opt/firefox-1.5/plugins rm libjavaplugin_oji.so ln -s /opt/jdk1.5.0_06/jre/plugin/i386/ns7/libjavaplugin_oji.so . MozDev Reference

Read more

Why IT professionals get a bad name

Sometimes you just can’t find words to describe bad code, and if you are forced into maintenance it can be a mindfield. I’m presently supporting an existing deployed Web Based Java application, which I’ve had no involvement with previously, and for lack of any complements it’s absolutely terrible.

Read more

Integrating SVN into Eclipse

Being a CVS Version Control Person, I’ve had to learn Subversion as part of Open Source Contribution. Both MySQL and JMeter use SVN. Steps for integration of SVN into Eclipse IDE.

Read more

Contributing to JMeter

As part of my using JMeter for the purpose of testing a new Transactional storage engine PBXT for MySQL, I’ve been investigating the best approach for handling transactions. Read more about earlier decisions at my earlier post Testing a new MySQL Transactional Storage Engine .

Read more

Testing a new MySQL Transactional Storage Engine

As part of my A call to arms! post about a month ago, I’ve had a number of unofficial comments of support. In addition, I’ve also been approached to assist in the completion of a MySQL Transactional support engine.

Read more

JMeter and Ant Integration

Using Ant withJMeter you can achieve remote running and web based reporting. I got the ant-jmeter.jar and sample results output .xls from Embedding JMeter with Ant. JMeter Ant Task <br /> cd /tmp<br /> wget http://www.

Read more

JMeter – Performance Testing Software

Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Read more

Latest Books from Amazon

My latest Amazon book purchases. <td> </td> <td> </td> <td> </td>

Read more

MySQL Sakila Sample Application

I’m sure you are all aware by now of Mike Hillyer’s MySQL Sakila Sample Database that will be launched at the MySQL Conference. We now have an official MySQL Forum for this as well.

Read more

XP January Meeting

The Brisbane XP Group met yesterday for a presentation by Dr Paul King of Asert on the book Sustainable Software Development : An Agile Perspective. <p> I found it a good time to get a collective opinion and review of the techniques and methods we are moving towards in Software Development.

Read more