Magics is evil !
For once, this article will not show you any line of code or any demo application. Today we discuss about architecture and the recent trend in the Java (and more specifically Spring) world for abstraction and over simplification.
For once, this article will not show you any line of code or any demo application. Today we discuss about architecture and the recent trend in the Java (and more specifically Spring) world for abstraction and over simplification.
Today we are going to look into the ThreadLocal internals, its usage and all the related pitfalls. ThreadLocal, among other Java advanced features like volatile variables or nested classes, is rarely used. The main reason is its relative complexity and…
Read more
This basic question is in any Java 101 courses and the answer is quite obvious. But in fact things are a little bit trickier than they seem to be.