Saturday, 10 January 2015

The Spirit of Discordance: How to run .jnlp Java Web Start JWS apps with Open...

Just a small note for whoever needs to run JNLP files on the commandline of linux using OpenJDK.

The naming is not obvious.

yum install icedtea-web

The Spirit of Discordance: How to run .jnlp Java Web Start JWS apps with Open...: In the Windows world, Java Web Start apps run "automagically" . That is, if you install Java, that' s all there is to it . ...

Monday, 5 January 2015

Rubber duck debugging

A colleague of mine pointed me to a Software development method called "Rubber Duck Debugging".

Besides being very funny, I thought it was a great idea, and I see the added value in it. Check the wikipedia1 link below to find out more.

References

Wikipedia - Rubber Duck Debugging
http://en.wikipedia.org/wiki/Rubber_duck_debugging
The Pragmatic Programmer: From Journeyman to Master
Andrew Hunt and David Thomas