Spring
-
Enterprise Java
Spring Integration – Session 2 – More Hello Worlds
This is a follow up to Spring Integration Session 1 The first session was a simple Hello World application using…
Read More » -
Enterprise Java
Email filtering using Aspect and Spring Profile
During web application development, often the need for sending emails arise. However, sometimes the database is populated by data from…
Read More » -
Enterprise Java
Integrating Spring, Velocity and Tiles
I like Tiles and I heard a lot about Velocity. They seem to serve different purpose and reportedly are easily…
Read More » -
Enterprise Java
Java EE 6 VS Spring 3 : Java EE has killed Spring? No way!
Introduction Few days ago, I was listening to the epsiode 85 of the Java Spotlight Podcast. In this epsiode, Bert…
Read More » -
Enterprise Java
JUnit, Logback, Maven with Spring 3
In this series we have already learnt to set up a basic Spring MVC application and learnt how to handle…
Read More » -
Enterprise Java
Spring 3 Internationalization and Localization
I wanted to add internationalization and localization feature provided by spring 3 to one of my current project recently. I…
Read More » -
Enterprise Java
Reference to dynamic proxy in a proxied class
There was an interesting question in Stackoverflow about how a Spring Bean can get a reference to the proxy created…
Read More » -
Enterprise Java
Sorting Spring Data MongoDB collections using @OrderBy
This is already third post about tuning and enhancing Spring Data MongoDB capabilities. This time I found that I miss…
Read More »