How to use Java thread dump flame Graph?
This video clip explains about the Flame Graphs generated by Java thread dump analyzer tool - fastThread, that condenses all the information into a single co... (more…)
Read more »
Many developers were burned by the overly complex world of Java back in the early 2000s. The Gang of Four patterns and middleware / J2EE / Java EE led to ridiculous levels of alleged decoupling as is evident in this sequence diagram from an open source J… Read more