Enterprise Java
-
Json deserialization with Jackson and Super type tokens
Datatables is a jquery plugin to present tabular information – it can enhance a simple table or can use a…
Read More » -
Adding Turbochargers to JEE Apps
One of the key roles, I play is evangelizing Akka within my local community. As part of the discussions, the…
Read More » -
GET / POST with RESTful Client API
There are many stuff in the internet how to work with RESTful Client API. These are basics. But even though…
Read More » -
Java Thread: retained memory analysis
This article will provide you with a tutorial allowing you to determine how much and where Java heap space is…
Read More » -
Easier Multi-Field Validation with JSF 2.0
One of the most frequent needs when developing application forms is multi-field validation (or cross-field, but I’m not using this…
Read More » -
Waiting for the right moment – in integration testing
When you have to test multi-threaded programs, there is always the need to wait until the system arrives at a…
Read More » -
Lucene – Quickly add Index and Search Capability
What is Lucene? Apache LuceneTM is a high-performance, full-featured text search engine library written entirely in Java. It is a…
Read More » -
Collection creation and Immutability with Google Guava
So, thought I’d take a look at some of the collection creation patterns Guava offers, and also some of the…
Read More » -
Java EE 6 Web Profile. On the cloud. Easy.
Java SE is ok. Java EE is evil. That’s what I always used to think. Well, not anymore, now. Let…
Read More »