Spring
-
Enterprise Java
Exploring Spring Controller with JSTL view
Let’s improve our previous Spring JDBC application with some more exploration on Spring MVC’s Controller development. I will show another…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring
Introduction In an ideal Object Oriented System, we would want to design each object to perform one specific task. However…
Read More » -
Enterprise Java
Getting started with Spring JDBC in a web application
I have shown you how to setup a basic Spring 3 MVC web application in my previous article. Reusing that…
Read More » -
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 »