Java
-
Spring MVC: REST application with CNVR vol. 3
This is a final, third part of Spring MVC REST tutorial with CNVR. Here I will demonstrate how all that…
Read More » -
Spring MVC: REST application with CNVR vol. 2
In the previous post I have made a fast overview of the setting up environment for Spring MVC REST project…
Read More » -
Spring MVC – @RequestBody and @ResponseBody demystified
In this post i want to dig into spring mvc a little, revealing what happens behind the scenes when a…
Read More » -
Spring MVC: REST application with CNVR vol. 1
Not so long time ago I have read an article written by Paul Chapman about Content Negotiating View Resolver (CNVR).…
Read More » -
Run your Unit Tests in Parallel
It was about time when the developer of Unit Tests had the ability to run the tests in Parallel using…
Read More » -
Java FutureTask Example Program
Sometime back I wrote a post about Java Callable Future interfaces that we can use to get the concurrent processing…
Read More » -
Java Priority Queue (PriorityQueue) Example
We know that Queue follows First-In-First-Out model but sometimes we need to process the objects in the queue based on…
Read More » -
DSL based approach to input Graph data in graph theory based java programs
Most of us have coded some programs which deal with graph theory algorithms like finding the shortest path between two…
Read More » -
Log4j 2: Performance close to insane
Recently a respected member of the Apache community tried Log4j 2 and wrote on Twitter: @TheASF #log4j2 rocks big times!…
Read More »