Eclipse subversive plugins frustrate me every day…

Please apologize, but I really need to expose my anger to the subversive plugins. The statement on Subversive – SVN Team Provider that “At the same time project is stable and had a long history on the previous location at the the Polarion.com” is really a very bad joke.
Read more of this post

How to prevent EOFException when socket is closed

When one needs some very simple java client that reads some data from socket, then it might be a bit annoying to effectively detect that there is no more data to read, aka “End of File”. Here I show an approach to solve some issues to avoid spurious IOExceptions.
Read more of this post