Author Archives: Michael Glauche

Running selenium-hub inside Tomcat

The usual process of starting selenium-hub seems to be an ant goal that does run an integrated jetty server. While this is easy to run it is not so easy to run in a server enviromnent. Also, as i have … Continue reading

Posted in Testing | Tagged , , | Leave a comment

Introduction to Scala – Part 1

What is scala ? Scala is a relativ new compiled programming language that takes a lot of ideas from python, ruby and others. From the scala homepage: Scala is a general purpose programming language designed to express common programming patterns … Continue reading

Posted in scala | Tagged , , | Leave a comment

zlib.dll not found when installing the current ruby-win32

Missing libraries zlib.dll not found After downloading the latest win32-releases of ruby i was greeted with two error messages, SSLEAY32.dll not found and zlib.dll not found. The SSL library is kinda optional (gem, etc basicly work without it), but zlib … Continue reading

Posted in ruby on rails | Tagged , , | Leave a comment

Java.util.logging vs. slf4j

A bit of History At the time the now discontinued log4j was the most commonly used logging framework for java sun decided to implement JSR 47: java.util.logging. There were a lot of discussion, but it seems not been fruitful. java.util.logging … Continue reading

Posted in java | Tagged , , , | Leave a comment