Java
-
VisualVM: Monitoring Remote JVM Over SSH (JMX Or Not)
VisualVM is a great tool for monitoring JVM (5.0+) regarding memory usage, threads, GC, MBeans etc. Let’s see how to…
Read More » -
OutOfMemoryError: unable to create new native thread – Problem Demystified
As you may have seen from my previous tutorials and case studies , Java Heap Space OutOfMemoryError problems can be…
Read More » -
Multiple versions of Java on OS X Mountain Lion
Before Mountain Lion, Java was bundled inside OS X. It seems that during the upgrade, the Java 6 version I…
Read More » -
Running RichFaces on WebLogic 12c
I initially thought I could write this post months back already. But I ended up being overwhelmed by different things.…
Read More » -
Advanced ZK: Asynchronous UI updates and background processing – part 1
Asynchronous UI updates are very useful, because they typically improve the responsiveness, usability and the general feel of user interfaces.…
Read More » -
Review: “Java EE 6 Pocket Guide” by Arun Gupta
This is a review I am very pleased to write. My friend Arun published the Java EE 6 pocket guide…
Read More » -
“Introduction to Spring” Tutorial Series
Hello all, I am glad to present you this “Introduction to Spring” tutorial series! It is a series of articles…
Read More » -
Spring – Adding AOP support
I heard a story about one senior (and quite highly paid) softwaree engineer. He was given task to log every…
Read More » -
Spring – Adding Spring MVC – part 2
In the previous part we’ve implemented controllers for managers and employees. Now that we know our way around, we’ll do…
Read More »