Java
-
Executing a Command Line Executable From Java
In this post we’ll deal with a common need for Java developers. Execute and manage an external process from within…
Read More » -
Apache Apollo REST API
Apache Apollo is a next-generation, high-performance, multi-protocol messaging broker built from the ground up to one day be a drop-in…
Read More » -
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 » -
Java Deadlock Example – How to analyze deadlock situation
Deadlock is a programming situation where two or more threads are blocked forever, this situation arises with at least two…
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 » -
Java – The 2012 Review and Future Predictions
This post will focus on the events big and small that occurred in 2012 and also take a look at…
Read More »