In this post I would like to present my experiences with JRebel: from basics to more advanced stuff, where I had to dig through the Internet or ask ZeroTurnaround to find the answer.
In this post I would like to present my experiences with JRebel: from basics to more advanced stuff, where I had to dig through the Internet or ask ZeroTurnaround to find the answer.
There are lots of myths around concatenating Strings in Java. Lets find out exactly which of them are true.
Recently, we were upgrading one of our legacy systems from Java 1.4 to 1.6. (If you wanted to know why we have not chosen Java 7, we were concerned about stability). We were afraid that despite we moved forward to a newer version of Java, our team would still not know how to use it. The whole effort would then seem fruitless.
Using a modern library in your project is great fun, but often it is far better to resist the tempation and fallback to the tried and tested. In terms of storing configuration data in Java a proven solution is the Apache Commons Configuration framework.
You will learn how to:
When testing JavaScript-heavy websites, at some point you may reach Selenium limits. A simple use case will fail. You will get ElementNotVisibleException, even though you can clearly see that element. Other times the same selector will return different results depending on the type of the browser. You can lose a lot of time searching for workarounds and hacks. Fortunately, a simple solution exists...