Thursday, June 30, 2005

Finally, the Java naming issue is over with

The Java naming jokes are now finally over with.

There are very simple names to follow:

Java SE 6 (Standard Edition)
Java ME 5 (Micro Edition)
Java EE 5 (Enterprise Edition)

Tuesday, June 28, 2005

Java ClassPath wildcards

Here is one feature that is a time saver and scheduled for the Mustang release.

ClassPath wildcards

No more writing shell scripts (Remember lcp.bat) for various platforms for looping. Endless typing of the umpteen jar files in a dir.

Sunday, June 19, 2005

Large project - Result of a process or inherent?

Here is was one nicely put statement about large project in the above link.

"I often hear developers described as 'someone who knows how to build a large system quickly.' There is no trick in building large systems quickly; the quicker you build them, the larger they get!"

-- David Parnas