ThreadLocal
-
Core Java
Java Nested Transaction using ThreadLocal in POJO
Mostly nested transaction was implemented using EJB , now we try to implement the nested transaction on POJO. Here we…
Read More » -
Enterprise Java
Understanding the concept behind ThreadLocal
Intro I was aware of thread local but never had the occasion of really using it until recently. So I…
Read More » -
Core Java
Threading stories: ThreadLocal in web applications
This week I spend reasonable time to eliminate all our ThreadLocal variables in our web applications. The reason was that…
Read More »