Spring
-
Enterprise Java
Getting started with annotation based Spring MVC web application
Here is a minimal way to get a Spring 3 MVC project started with Maven. First create spring-web-annotation/pom.xml file and…
Read More » -
Enterprise Java
Adding Social Sign In to a Spring MVC Web Application: Configuration
In the good old days users logged in by using the combination of username and password. Although nowadays some people…
Read More » -
Enterprise Java
Light-weight, open-source integration: Apache Camel or Spring Integration?
First of all, for full disclosure, for the last 1.5 years, I’ve been working as a consultant for FuseSource (now…
Read More » -
Enterprise Java
Spring-injected Beans in JPA EntityListeners
In Database Encryption Using JPA Listeners I discussed transparent encryption using a JPA EntityListener. This approach was transparent in the…
Read More » -
Enterprise Java
Spring 4 Conditional
Spring 4 is introducing a new feature called Conditional – an annotation targeted towards Spring components which generate beans and…
Read More » -
Enterprise Java
Injecting Spring beans into non-managed objects
Advantages coming from dependency injection can be addicting. It’s a lot easier to configure application structure using injections than doing…
Read More » -
Enterprise Java
Spring MVC: Ajax & JQuery
Today I want to demonstrate how to integrate AJAX into a Spring MVC application. I’m going to use JQuery on…
Read More » -
Enterprise Java
Spring Integration: A lightweight integration Approach
Today’s application expects access of all business in enterprise environment regardless of application technologies, which require, seamless integration with desperate…
Read More » -
Enterprise Java
Long Polling with Spring 3.2’s DeferredResult
In our last episode, the CEO of Agile Cowboys Inc had just hired a Java/Spring consultant by giving him the…
Read More »