Java
-

DeferredResult – asynchronous processing in Spring MVC
DeferredResult is a container for possibly not-yet-finished computation that will be available in future. Spring MVC uses it to represent…
Read More » -

MongoDB: Add A Counter With Spring Data
In my blog app, you can view any user’s profile, for example, my profile page will be http://www.jiwhiz.com/profile/user1, and ‘user1’…
Read More » -

Add RememberMe Authentication With Spring Security
I mentioned in my post Add Social Login to Jiwhiz Blog that the RememberMe function was not working with Spring…
Read More » -

Template method design pattern in Java
Template method pattern is a behavioral design pattern which provide base method for algorithm,called template method which defers some of…
Read More » -

Facebook Hacker Cup : Studious Student Problem Solution in Java
This program is a solution to Studious Student problem from Facebook Hacker Cup. The problem can be found here: link.…
Read More » -

Spring Integration – Application from scratch, Part 2
This is the second part of the tutorial where we are creating an invoices processing application using Spring Integration. In…
Read More » -

Spring Integration – Application from scratch, Part 1
Before we start In this tutorial you will learn what is Spring Integration, how to use it and what kind…
Read More » -

JAXB and java.util.Map
Is it ironic that it can be difficult to map the java.util.Map class in JAXB (JSR-222)? In this post I…
Read More »



