Java
-

Expressive JAX-RS integration testing with Specs2 and client API 2.0
No doubts, JAX-RS is an outstanding piece of technology. And upcoming specification JAX-RS 2.0 brings even more great features, especially…
Read More » -

Recent Java 8 News
Java 8 developments are starting to dominate the news again. Recent posts cover extending Milestone 7 of JDK 8 to…
Read More » -

Advanced ListenableFuture capabilities
Last time we familiarized ourselves with ListenableFuture. I promised to introduced more advanced techniques, namely transformations and chaining. Let’s start…
Read More » -

Implement Bootstrap Pagination With Spring Data And Thymeleaf
Twitter Bootstrap has a very nice pagination UI, and here I will show you how to implement it with Spring…
Read More » -

My Custom Thread Pool Executor in Java
ThreadPoolExecutor is a feature added by java concurrent api to maintain and reuse threads efficiently , so that our programs…
Read More » -

Devoxx UK free ticket giveaway – Roundup
Fellow geeks, Our giveaway of a £350 Devoxx UK 2013 London community conference ticket has ended. You may find the…
Read More » -

Difference between Comparator and Comparable in Java
One of the common interview question is ‘What are differences between Comparator and Comparable’. or ‘How will you sort collection…
Read More » -

Observer design pattern in Java
As the name suggests it is used for observing some objects.Observer watch for any change in state or property of…
Read More » -

Java: Rest-assured (or Rest-Very-Easy)
Recently I had to write some Java code to consume REST services over HTTP. I’ve decided to use the Client…
Read More »




