About Stanislav Kobylansky
List/Grid Author Archives Subscribe to the RSS feed of Stanislav Kobylansky

Building OpenJDK on Windows
Doing some experiments, I found that it often useful to have JDK source code available in hand to make some changes, play with it, etc. So I decided to download and compile that beast. ...

All you need to know about QuickSort
It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it implemented on the most of the languages and it is present in almost any core ...

EhCache replication: RMI vs JGroups
Recently, I was working on one product which required replicated caching. Caching provider was already decided – EhCache, and the remained was a question about transport. Which ...

What is behind System.nanoTime()?
In java world there is a very good perception about System.nanoTime(). There is always some guys who says that it is fast, reliable and, whenever possible, should be used for timings ...

Public key infrastructure
Some time ago I was asked to create presentation for my colleagues which describes Public Key Infrastructure, its components, functions, how it generally works, etc. To create that ...

Hints for writing secure code
Security and data protection are becoming now more and more popular topics. We are coming into the world where too much information is transfered/used/processed by computer systems ...



