August 24, 2004

SQLPlus be gone!

Noncontroversial statement: sqlplus sucks, doubly so after you’ve seen what a decent sql client (eg: mysql) can do. Henplus might just make sqlplus a distant painful memory - “HenPlus is a SQL shell written in Java that works for any database that offers JDBC support.” The used-it-for-five-minutes verdict: Kick. Ass.

(via)

Posted by Bill Stilwell at 10:21 AM | Comments (0)

August 09, 2004

java diagnostics

More neat things coming with Java 1.5/5.0/Tiger: better diagnostic tools

Posted by Bill Stilwell at 04:07 PM | Comments (0)

August 04, 2004

Variable Length

One change coming in 1.5 that I wasn’t aware of: variable length argument lists. While I see the power and flexibility in this, I can’t wait until I first see code like public void foo(Object... values) { }. That will rock.

Posted by Bill Stilwell at 05:07 PM | Comments (1)