Transilvania JUG

Sponsors

21
Dec
2012
0

Ensuring the order of execution for tasks

This post was originally published as part of the Java Advent series. If you like it, please spread the word by sharing, tweeting, FB, G+ and so on! Want to write for the Java Advent blog? We are looking for … Continue reading

09
Oct
2012
0

Helper for testing multi-threaded programs in Java

Testing multi-threaded code is hard. The main problem is that you invoke your assertions either too soon (and they fail for no good reason) or too late (in which case the test runs for a long time, frustrating you). A … Continue reading

df