Java
-
JMS Development Fundamentals using Apache ActiveMQ
It was last year when I had my hands on trying out JMS. The Idea and concept behind baffled me…
Read More » -
Integrating Spring Into Legacy Applications
One of the things that all Spring developers like to do is to shoehorn Spring into any application they work…
Read More » -
JavaFX 2.0 Introduction by Example book
I recently finished writing a book on the new release of the JavaFX 2.0 SDK and it has already been…
Read More » -
WebSphere Classloader Memory Leak Prevention
Solving Application ClassLoader Leaks Applications tend to want to: Start new threads using Runnable implementations from the application class loader. Even though…
Read More » -
What is Akka?
Before I delve into what is an Akka, let us take a step back to understand how the concept of…
Read More » -
Hibernate Performance Tips: Dirty Collection Effect
After 8 years developing server and embedded applications using Hibernate as ORM, squeezing my brain seeking solutions to improve Hibernate…
Read More » -
Threading stories: about robust thread pools
Another blog of my threading series. This time it’s about thread pools, robust thread pool settings in particular. In Java…
Read More » -
ADF Declarative Component example
In my previous post I promised to show how to create ADF Declarative Component for Smart List Of Values. So, I’m…
Read More » -
ToString: Hexadecimal Representation of Identity Hash Codes
I have blogged before on the handy Apache Commons ToStringBuilder and I was recently asked what the seemingly cryptic text…
Read More »