Spring
-
Enterprise Java
Ten Things You Can Do With Spring Security
One You can specify the authorisation provider of your choice in your Spring XML config file. You do this by…
Read More » -
Enterprise Java
Use reCaptcha in a Spring MVC web application
A CAPTCHA is a program that can generate and grade tests that humans can pass but computer programs ‘cannot‘. One of…
Read More » -
Enterprise Java
Polling an http end point using Spring Integration
It is a little non-intuitive if you want to write a flow with Spring Integration which polls an http end point…
Read More » -
Enterprise Java
Chain of responsibility using Spring @Autowired List
There is a way in Spring 3.1 to auto populate a typed List which is very handy when you want…
Read More » -
Enterprise Java
Getting rid of null parameters with a simple spring aspect
What is the most hated and at the same time the most popular exception in the world? I bet it’s…
Read More » -
Enterprise Java
Simple Workflow Engine With Spring
Few months ago, during working on one of the company project, we had need to developed REST services which is…
Read More » -
Enterprise Java
Embedding HSQLDB server instance in Spring
I was using XAMPP happily for development until I had to host it somewhere accessible via the Internet for the…
Read More » -
Enterprise Java
Spring 3.1, Cloud Foundry and Local Development
This post will help you build a Spring 3.1 web application using MongoDB on Cloud Foundry. In addition to pushing…
Read More » -
Enterprise Java
Spring MVC REST Calls With Ajax
This post provides a simple example of REST calls to a Spring MVC web application. It is based on the Serving…
Read More »