Archive for the 'java' Category

Where interfaces fall down…

A few of us at work are working on a fairly sizable equipment control application. Because various pieces of the equipment are pluggable and a single piece of equipment can actually perform several different tasks, we broke the equipment down in terms of interfaces.  So far, that has been a great decision… until yesterday. Continue reading ‘Where interfaces fall down…’

Java The Unfriendly…

I must preface this with saying that I don’t do much Java work. Perhaps it’s more friendly for a different domain of work, but at least for me I find that it’s overly complicated to do simple things. Continue reading ‘Java The Unfriendly…’