Spring
-
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
Spring Data, MongoDB and JSF Integration tutorial
Introduction to sample application (MongoShop Product Catalog) After this tutorial, a sample application (MongoShop Product Catalog) with the following functional…
Read More » -
Enterprise Java
Spring meets Apache Hadoop
SpringSource has just announced the first GA release of Spring for Apache Hadoop. The goal of this project is to…
Read More » -
Enterprise Java
Exception Handling for REST with Spring 3.2
1. Overview This article will focus on how to implement Exception Handling with Spring for a REST API. We’ll look…
Read More »