Main Contents

Java SSL/HTTPS via JSSE: Write once, run everywhere?

November 4, 2008

Getting your SSL code to work on both Sun and IBM JVMs.

Filed under: Java | Comments (0)

The fractious leap second debate

September 16, 2008

You might not have heard about it, but there’s a debate going on which threatens to redefine time as we measure it. I’m something of a time nerd; all the computers in our house are synchronized to atomic clocks, as are several of our regular clocks, my wristwatch, and my phone. The debate going on [...]

Filed under: Java | Comments (1)

Java, JDBC and “memory leaks”

September 5, 2008

How to do a JDBC query–something which hardly anyone can get right, apparently.

Filed under: Java | Comments (0)

Java annoyance: final parameters

August 26, 2008

The final word on the final keyword when used with Java method parameters.

Filed under: Annoyances | Comments (2)

Java: not all that bad these days

August 26, 2008

I quite like Java as of Java SE 5. However…

Filed under: Java | Comments (0)

Looking for debug information in all the wrong places

August 11, 2008

Problems with SSL connections to Domino caused by a bad /etc/hosts entry.

Filed under: Domino, Java | Comments (0)

Domino server and Java client, SSL with self-signed certificate

July 17, 2008

Can’t connect to a Domino server with a self-signed SSL certificate, using a Java client? Here’s how to fix the problem.

Filed under: Domino, Java | Comments (1)