Enterprise Java
-
Fixing common Java security code violations in Sonar
This article aims to show you how to quickly fix the most common java security code violations. It assumes that…
Read More » -
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 » -
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 » -
Spring – Adding Spring MVC – part 1
Welcome to the fourth part of this tutorial. In this part, we will write controllers and views using Spring MVC…
Read More »