November 04, 2002
J2EE Performance

J2EE Performance looks OK to me, dodgy benchmarks not withstanding.

Posted to Java by Simon Brunning at 02:08 PM
What is Python?

The Python programming language page at the Wikipedia is the best short description of Python that I've yet seen.

Via SumErgoCogito.

Posted to Python by Simon Brunning at 01:26 PM
Spam, Spam, Spam, Spam, Spam, Spam, Spam.

Java's Casts of Thousands

More than any other programming language Java forces programmers to embed hard-coded knowledge throughout their code about the types of data items. The numerous explicit cast operations in a typical program, not only annoy the programmer but also contribute greatly to the unreasonably high cost of maintaining Java software.

Posted to Java by Simon Brunning at 01:12 PM
WebFacing into Tomcat does go!

They said it should work, and it does. So, can anyone tell me why a WebFacing user needs WAS?

Posted to iSeries by Simon Brunning at 01:03 PM
Repetitive automation

The Cranky User: Could you repeat that?

One of the tools that we use is almost totally non-automatable. Not only does in not have any built-in automation features, but it doesn't seem to play by the rule in terms of its GUI, so AutoIt and the like can't drive it. Our weekly integration build takes all day, and is largely a manual process. Boring and error prone, too, and any repetitive manual process is bound to be.

Via vsbabu.org.

Posted to Software development by Simon Brunning at 12:45 PM